Update the federated LDAP user registry on Linux
You can use the task wp-update-federated-ldap to update the following parameters...
You can use the helper file...
WP_PROFILE/ConfigEngine/config/helpers/wp_add_federated_xxx.properties
- Start server1 and WebSphere_Portal
- 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...
- federated.ldap.id
- federated.ldap.host
- federated.ldap.baseDN
- federated.ldap.ldapServerType
- Set new values for any or all of the following...
- Save your changes to the wkplc.properties file.
- If you are running a clustered environment, turn off portal servers. You can leave node agent and deployment manager running.
- Validate your LDAP server settings.
./ConfigEngine.sh validate-federated-ldap -DWasPassword=password
- Update the LDAP user registry in the default federated repository.
cd WP_PROFILE/ConfigEngine directory,
./ConfigEngine.sh wp-update-federated-ldap -DWasPassword=password- 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/binClustered 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