Configure the user subsystem to follow referral's of the LDAP repository
Use the information in this file if you are using DBCS characters for the user ID and need to set the LDAP repository referral to follow.
See Special characters in user IDs and passwords for more information about DBCS characters.
- Add...
java.naming.referral="follow"...to wmm.xml...
<ldapRepository name="wmmLDAP" UUID="LDAP1" adapterClassName="com.ibm.ws.wmm.ldap.ibmdir.IBM DirectoryAdapterImpl" supportDynamicAttributes="false" configurationFile="wmmLDAPServerAttributes.xml" wmmGenerateExtId="false" supportGetPersonByAccountName="true" profileRepositoryForGroups="LDAP1" supportTransactions="false" ldapHost="ldaphost.ibm.com" ldapPort="389" java.naming.referral="follow" ldapTimeOut="6000" ldapAuthentication="SIMPLE"
- Save the wmm.xml file.
- Restart the WebSphere Portal server...
cd was_profile_root/bin
./stopServer.sh WebSphere_Portal -user admin_userid -password admin_password
./startServer.sh WebSphere_Portali5/OS:
app_server_root/bin
stopServer WebSphere_Portal -profileName profile_root -user admin_userid -password admin_password
startServer WebSphere_Portal -profileName profile_root
Parent Topic
Additional LDAP configuration