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.
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.