+

Search Tips   |   Advanced Search

Update a group member

After creating the LDAP user registry, we might find the group member is not correct. We can update the group member in the LDAP user registry configuration. In a stand-alone server environment, complete the following task when the servers are either stopped or started. In a clustered environment, start the deployment manager and node agent. Then, verify they are able to synchronize.

  1. To list the names and types of configured repositories:

      cd WP_PROFILE/ConfigEngine
      ./ConfigEngine.sh wp-query-repository -DWasPassword=foo

  2. cd WP_PROFILE/ConfigEngine/properties

  3. Edit wkplc.properties

  4. Set the following parameters under the VMM LDAP group member attribute configuration heading:

    • gm.ldap.id
    • gm.groupMemberName
    • gm.objectClass
    • gm.scope
    • gm.dummyMember

  5. Save changes to wkplc.properties.

  6. Update the group member information for the LDAP user registry or to create the group member if it does not exist:

      ./ConfigEngine.sh wp-update-ldap-groupmember -DWasPassword=foo

  7. Stop and restart the appropriate servers to propagate the changes.


Parent Update the user registry