AIX cluster: Enable referrals for your LDAP user registry in a clustered environment
Referrals redirect object requests from one LDAP server to another when objects do not exist or cannot be located in a particular directory tree. You should enable referrals if the environment has more than one user registry existing on multiple servers or domains.
Configure the portal to use LDAP referrals
- Run backupConfig
- Open a UNIX System Services (USS) command prompt.
- Edit wkplc.properties
- Specify values for the following parameters:
- et.ldap.id=ID_of_your_LDAP_server
- et.ldap.host=hostname_of_your_LDAP_server
- et.ldap.referral=follow
- Save and close wkplc.properties.
- Create an LDAP entity type:
./ConfigEngine.sh wp-update-et-ldap -DWasPassword=foo
- Stop and restart servers, dmgrs, and node agents.
Parent: Configure WebSphere Portal to use a user registry on AIX in a clustered environment
Previous: AIX cluster: Configure Portal to use dynamic groups in a clustered environment