WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

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

Use the information in this file if you need to set your LDAP repository referral to follow.

  1. Add java.naming.referral="follow" to the wmm.xml file; for example:

    	<ldapRepository name="wmmLDAP"
    		UUID="LDAP1"
    		adapterClassName="com.ibm.ws.wmm.ldap.ibmdir.IBMDirectoryAdapterImpl"
    		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. Use the following steps to restart the WebSphere Portal Express server and save your changes:

    1. Open a command prompt and change to the following directory:

    2. Enter the following command:

      • Linux:

        ./stopServer.sh WebSphere_Portal -user admin_userid -password admin_password

      • Windows:

        stopServer.bat WebSphere_Portal -user admin_userid -password admin_password

      • i5/OS:

        stopServer.sh WebSphere_Portal -profileName profile_root -user admin_userid -password admin_password

        where profile_root is the name of the WebSphere Application Server profile where WebSphere Portal Express is installed; for example, wp_profile.

    3. Enter the following command:

      • Linux:

        ./startServer.sh WebSphere_Portal

      • Windows:

        startServer.bat WebSphere_Portal

      • i5/OS:

        startServer.sh WebSphere_Portal -profileName profile_root

        where profile_root is the name of the WebSphere Application Server profile where WebSphere Portal Express is installed; for example, wp_profile.

 

Parent topic:

Additional LDAP configuration