Search code examples
javaldapopends

How to add and delete user to OpenDS using Java?


I want to add and delete users from an OpenDS server, can someone please provide some sample code? I could not find it anywhere, including the OpenDS wiki.


Solution

  • The ldapmodify command has the ability to add and delete users. Try checking out the OpenDS source code and reviewing the implementation of the ldapmodify program for an example.