Hello All, I have started work on this JIRA<https://issues.apache.org/jira/browse/DIRAPI-9>. Wanted to share the design approach I have decided to take.
*Description of bug for the lazy ones :)* it would be nice to have some basic command line interface around the API. - ldapsearch - ldapadd - ldapmodify - ldapdelete *Approach* - Pass on the command line parameters to a Java file. - The Java program would do all the validations/executions. - We will use the ldap API to perform the requested operations. This way we can re-use same code on all platforms, and maintenance would be less. Please share your feedback on the approach. I have started the coding part now. Thanks Sumit
