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.
- To list the names and types of configured repositories:
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh wp-query-repository -DWasPassword=foo
- cd WP_PROFILE/ConfigEngine/properties
- Edit wkplc.properties
- Set the following parameters under the VMM LDAP group member attribute configuration heading:
- gm.ldap.id
- gm.groupMemberName
- gm.objectClass
- gm.scope
- gm.dummyMember
- Save changes to wkplc.properties.
- 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
- Stop and restart the appropriate servers to propagate the changes.
Parent Update the user registry