Le 08/06/16 à 09:43, Peter Jamieson a écrit : >> -----Original Message----- >> From: Jim Willeke [mailto:[email protected]] >> Sent: 07 June 2016 14:20 >> To: [email protected] >> Subject: Command Line tools? >> >> Are command line tools like ldapsearch included with the directory install >> packages? >> >> Is there a way to get the command line tools installed on a local client? >> > I would be interested in the accepted way to do this. > I have installed openldap-clients, which works well (as apacheDS is > compatible) Openldap-client is most certainly teh right way to go.
Let me give you a bit of feedback about the ldap-tools sub-projet at ApacheDS : I started to work on it 10 years ago, but there is a big issue with it : it requires that you launch a JVM every time you use a command. That means, around 1s delay. When using it in a script, this is just obverkilling. Plus if you consider that you have the proven tools already available, that was a duplication of effort. The project still exists, though : http://svn.apache.org/viewvc/directory/clients/trunk/ldap/ It's not activelly maintained.
