• To remove a member from a static group, remove that user's DN from the uniquemember attribute. The following 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