Updating a group member on Windows
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:
- Optional: Run the ./ConfigEngine.sh wp-query-repository task, located
in the wp_profile/ConfigEngine directory to list the names and types
of configured repositories.
- Use a text editor
to open the wkplc.properties file, located
in the wp_profile\ConfigEngine\properties directory.
- Enter the following parameters in the wkplc.properties file
under VMM LDAP group member configuration:
- For gm.ldap.id, type the LDAP server ID.
- For gm.groupMemberName, type the name of
the LDAP attribute that is used as the group member attribute; for example, member or uniqueMember.
- For gm.objectClass, type the group object
class that contains the member attribute; for example, groupOfNames or groupOfUniqueNames.
Leave blank if you want the member attribute to apply to all group object
classes.
- For gm.scope, type direct to
contain only direct members in the member attribute or type nested to
contain direct members and nested members in the member attribute.
- Save your changes to the wkplc.properties file.
- Run the ConfigEngine.bat wp-update-ldap-groupmember task, located
in the wp_profile\ConfigEngine directory to update the group member
information for your LDAP user registry or to create the group member if it
does not exist.
- Perform the following steps to stop and restart
the server1 and WebSphere_Portal servers:
- Open a command prompt and change to the wp_profile_root\bin directory.
- Enter the stopServer.bat server1
-user admin_userid -password admin_password command
to stop the WebSphere
Application Server.
- Enter the stopServer.bat WebSphere_Portal
-user admin_userid -password admin_password command
to stop the WebSphere Portal Express server.
- Enter the startServer.bat server1 command.
- Enter the startServer.bat WebSphere_Portal command.
Parent topic: Updating your user registry on Windows
|
|
|