Update a group member on Linux
After creating your LDAP user registry, you may find that your group member is not correct.
You can update the group member in your LDAP user registry configuration.
Perform the following steps to update the group member in your LDAP user registry:
- Ensure that the server1 and WebSphere_Portal servers are started before starting this task.
- Optional. List the names and types of configured repositories.
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh wp-query-repository -DWasPassword=wpsadmin- Edit...
WP_PROFILE/ConfigEngine/properties/wkplc.properties
...and enter a value for the following required parameters under the VMM LDAP group member attribute configuration heading:
- gm.ldap.id
- gm.groupMemberName
- gm.objectClass
- gm.scope
- gm.dummyMember
- Save changes
- Update the group member information for your LDAP user registry or to create the group member if it does not exist.
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh wp-update-ldap-groupmember -DWasPassword=wpsadmin- Propagate the security changes:
Stand-alone environment...
cd WP_PROFILE/bin
./stopServer.sh server1 -username adminid -password passwd
./stopServer.sh WebSphere_Portal -username adminid -password passwd
./startServer.sh server1
./startServer.sh WebSphere_PortalClustered environment...
cd dmgr_profile_root\bin
./stopManager.sh
cd WP_PROFILE/bin
./stopNode.sh -username adminid -password passwd
./stopServer.sh server1 -username adminid -password passwd
./stopServer.sh WebSphere_Portal -username adminid -password passwd
cd dmgr_profile_root\bin
./startManager.sh
cd WP_PROFILE/bin
./startNode.sh
./startServer.sh server1
./startServer.sh WebSphere_Portal
Parent topic
Updating your user registry on Linux