I want to add a user (from Sun IDM to Active Directory) to more than one group.
The command memberOf: CN=AAA,OU=AAA,DC=AAA,DC=AAA
is for only one and I want to add a second one immediatly after the first; e.g.:
memberOf: CN=AAA,OU=AAA,DC=AAA,DC=AAA
and CN=BBB,OU=BBB,DC=BBB,DC=BBB
Depending on how you're doing the adding, there are a couple of ways of doing this.
MemberOf
is a multi-valued attribute. If you're using an LDIF file, or direct LDAP syntax, you just add multipleMemberOf
statements: