+

Search Tips   |   Advanced Search

Portal, V6.1


 

Update the group membership configuration on Windows

When you configure your LDAP user registry, a group membership is automatically created. You may need to adjust the group membership configuration if you notice high loads on the LDAP server and/or long response times on authentication requests. Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

Perform the following steps to update the group membership configuration:

  1. Edit wkplc.properties located inWP_PROFILE\ConfigEngine\properties.

  2. Update the following required parameters in the wkplc.properties file under the VMM LDAP group member config heading:

  3. Save changes to the wkplc.properties file.

  4. Run the ConfigEngine.bat wp-create-ldap-groupconfig -DWasPassword=wpsadmin

    ...from WP_PROFILE\ConfigEngine directory to update the group membership for the LDAP user registry.

  5. To propagate the security changes:

    Option Description
    Stand-alone environment cd WP_PROFILE/bin
    ./stopServer.sh server1 -username adminid -password passwd
    ./stopServer.sh WebSphere_Portal -username adminid -password passwd
    ./startServer.sh server1
    ./startServer.sh WebSphere_Portal
    Clustered environment cd dmgr_profile_root\bin
    ./stopManager.sh
    cd WP_PROFILE/bin
    ./stopNode.sh -username adminid -password passwd
    ./stopServer.sh server1 -username adminid -password passwd
    ./stopServer.sh WebSphere_Portal -username adminid -password passwd
    cd dmgr_profile_root\bin
    ./startManager.sh
    cd WP_PROFILE/bin
    ./startNode.sh
    ./startServer.sh server1
    ./startServer.sh WebSphere_Portal

 

Parent topic

Updating your user registry on Windows