Adding or removing inverted static group members
Steps
-
To add a member to the group, in the member entry, add the DN of the inverted static group to the DN of the
ds-member-of-inverted-static-group-dnattribute.Example:
dn: uid=gwashington,ou=people,dc=example,dc=com changetype: modify add: ds-member-of-inverted-static-group-dn ds-member-of-inverted-static-group-dn: cn=Example Inverted Static Group,ou=groups,dc=example,dc=com
-
To remove a member from the group, in the member entry, delete the DN of the inverted static group from the
ds-member-of-inverted-static-group-dnattribute by changing the previous operation fromaddtodelete.