0

This is my group details where I would like to add more members using openDJ LDAP SDK.

objectClass: groupofuniquenames (structural)
objectClass: top (abstract)
cn: Directory Administrators
ou: Groups
uniqueMember: uid=hmiller, ou=People, dc=example,dc=com
uniqueMember: uid=kvaughan, ou=People, dc=example,dc=com

Thanks,

Subhajit Roy
  • 111
  • 3
  • 14

1 Answers1

0

Not sure if you're still looking for the answer, but an example has been added to the OpenDJ SDK Samples, and has been documented in the Developers guide : http://opendj.forgerock.org/doc/dev-guide/index.html#updating-static-groups

Kind regards,

Ludovic

Ludovic Poitou
  • 4,788
  • 2
  • 21
  • 30