Enable LDAP security after cluster creation
If you set or changed security configuration after you created clustered environment, you will need to update the security configuration on all secondary nodes by updating wkplc.properties and running the update-jcr-admin task.
You configured clustered environment and then configured security or updated security configuration.
Configure security after creating cluster or if you made changes to security configuration after creating clustered environment:
- Update ...
WP_PROFILE/ConfigEngine/properties/wkplc.properties
on each secondary node in the cluster with the same user registry information you used to configure the primary node.
- Update wkplc.properties on the secondary node, with the correct value for the PortalAdminId parameter.
- Save changes to wkplc.properties.
- Run the following task from the WP_PROFILE/ConfigEngine on each secondary node to update the security configuration:
Task to update the security configuration on the secondary node.
OS Task Windows™ ConfigEngine.bat update-jcr-admin -DWasPassword=foo UNIX™ ./ConfigEngine.sh update-jcr-admin -DWasPassword=foo i ConfigEngine.sh update-jcr-admin -DWasPassword=foo
- Restart the cluster member on each secondary node.
Parent
Manage the cluster