Configure the user subsystem to follow referral's of the LDAP repository

 

+
Search Tips   |   Advanced Search

 

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.

  1. 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"
    

  2. Save the wmm.xml file.

  3. Restart the WebSphere Portal server...

      cd was_profile_root/bin
      ./stopServer.sh WebSphere_Portal -user admin_userid -password admin_password
      ./startServer.sh WebSphere_Portal

    i5/OS:

 

Parent Topic

Additional LDAP configuration