Update a group member on Linux

 

+

Search Tips   |   Advanced Search

 

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:

  1. Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

  2. Optional. List the names and types of configured repositories.

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

  3. Edit...

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

  4. Save changes

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

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

    Clustered 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