Update the federated LDAP user registry on Linux

 

+

Search Tips   |   Advanced Search

 

You can use the task wp-update-federated-ldap to update the following parameters...

You can use the helper file...

  1. Start server1 and WebSphere_Portal

  2. Edit...

      WP_PROFILE/ConfigEngine/properties/wkplc.properties

    ...and enter the following parameters under the Federated LDAP repository heading to identify the existing LDAP user registry that you want to update...

  3. Set new values for any or all of the following...

  4. Save your changes to the wkplc.properties file.

  5. If you are running a clustered environment, turn off portal servers. You can leave node agent and deployment manager running.

  6. Validate your LDAP server settings.

      ./ConfigEngine.sh validate-federated-ldap -DWasPassword=password

  7. Update the LDAP user registry in the default federated repository.

      cd WP_PROFILE/ConfigEngine directory,
      ./ConfigEngine.sh wp-update-federated-ldap -DWasPassword=password

  8. Propagate the security changes:

    Standalone environment...

      cd WP_PROFILE/bin
      ./stopServer.sh server1 -username admin_userid -password admin_password
      cd WP_PROFILE/bin
      ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password
      ./startServer.sh server1
      cd WP_PROFILE/bin
      ./startServer.sh WebSphere_Portal
      cd WP_PROFILE/bin

    Clustered environment...

      cd dmgr_profile_root/bin
      ./stopManager.sh
      cd WP_PROFILE/bin
      ./stopNode.sh -username admin_userid -password admin_password
      ./stopServer.sh server1 -username admin_userid -password admin_password
      ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password
      cd dmgr_profile_root/bin
      ./startManager.sh
      ./startNode.sh, from the WP_PROFILE/bin
      cd WP_PROFILE/bin
      ./startServer.sh server1
      ./startServer.sh WebSphere_Portal