+

Search Tips   |   Advanced Search

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...

This assumes you...

  1. Configured the clustered environment

  2. Configured security or updated the security configuration


Enable LDAP security

  1. On each secondary node in the cluster update wkplc.properties with the same user registry information used to configure the primary node.

  2. 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

  3. Save changes

  4. On each secondary node to update the security configuration, run...

      cd WP_PROFILE/ConfigEngine
      ./ConfigEngine.sh update-jcr-admin

  5. Restart the cluster member on each additional node.


Parent: Manage the cluster