PingDirectory

Removing a member from a static group

Steps

  • To remove a member from a static group, remove that user’s DN from the uniquemember attribute.

    Example:

    This example removes the DN of user.1.

    dn: cn=QA,ou=Groups,dc=example,dc=com
    changetype: modify
    delete: uniquemember
    uniquemember: uid=user.1,ou=People,dc=example,dc=com