Configuring common Directory Services for your security configuration | HCL Digital Experience
Configure the common Directory Services to work with your security configuration.
Before you begin
Restriction: To use common Directory Services, Portal must be
configured to use a federated LDAP. Use of a stand-alone LDAP is not supported.
About this task
Procedure
-
Do the following to copy the configuration files:
- For a single server: On the HCL Portal, copy the
following files
- directory.services.xml
- directory.services.xsd
- sonata.services.xml
- sonata.services.xsd
- For a clustered deployment: On the primary HCL Portal server, copy the files from wp_profile-dir/paa/SNPortlets/components/SNPortlets/config/templates/deployment, to the DMGR directory at DMGR_install root\profiles\dmgr profile name\config\cells\cell\.
Note: For SiteMinder and SPNEGO configuration, the Communities and Profiles services URLs in directory-services.xml must point to the interServiceURL. For a eTrust SiteMinder and SPNEGO configuration, the Communities and Profiles services URLs in directory-services.xml must point to the interServiceURL. For information on getting the value of interServiceURL, see the last table in Installation Options. - For a single server: On the HCL Portal, copy the
following files
-
If you are using LTPA SSO, skip this procedure because no change is needed. For other types of
authentication, edit sonata.services.xml and change the
sonataServices tag,
<sonataServices name="DefaultAuthenticator">
, to the appropriate value for the name attribute.- SPNEGO:
<sonataServices name="KerberosAuthenticator">
- Security Access Manager:
<sonataServices name="TAMAuthenticator">
- eTrust SiteMinder:
<sonataServices name="SiteMinderAuthenticator">
- Security Access Manager and SPNEGO:
<sonataServices name="KerberosAuthenticator">
Note: On a Portal 8 server, use<sonataServices name="TAMAuthenticator">
- eTrust SiteMinder and SPNEGO:
<sonataServices name="DefaultAuthenticator">
- SPNEGO:
- (Clustered deployment only) Login to DMGR admin console and go to the HCL Portal nodes and click Full Resynchronize. . Select both
- Restart the Portal server after you update directory.services.xml or restart all of the servers for a clustered deployment.