Enable LDAP security after cluster creation
If you change the security configuration after cluster creation, update the security configuration on all secondary nodes by updating wkplc.properties and running...
update-jcr-admin
This assumes you...
- Configured the clustered environment
- Configured security or updated the security configuration
Enable LDAP security
- On each secondary node in the cluster update wkplc.properties with the same user registry information used to configure the primary node.
- Update wkplc.properties on the secondary nodes, with the correct value for the PortalAdminId parameter.
Use the fully qualified administrator name; for example...
uid=wpsadmin,o=defaultWIMFileBasedRealm
- Save changes
- On each secondary node to update the security configuration, run...
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh update-jcr-admin
- Restart the cluster member on each additional node.
Parent: Manage the cluster