Enable LDAP security after cluster creation
Overview
If the security configuration is changed after creating the clustered environment, update settings on all secondary nodes by...
- Updating wkplc.properties
- Running enable-jcr-security
Procedure
- On each secondary node in the cluster, update...
profile_root/ConfigEngine/properties/wkplc.properties
...with the same user registry information used to configure the primary node.
- Update wkplc.properties on the secondary node, with the correct value for PortalAdminId.
- Save changes to wkplc.properties.
- Update the security configuration on each secondary node...
cd profile_root/ConfigEngine
ConfigEngine.bat enable-jcr-security -DWasPassword=password
- Restart the cluster member on each secondary node.
Parent topic:
Manage the cluster