LDAP program: eldap

TL;DR

I put eldap on GitLab.

Dependencies can be installed using carton, see Installing Perl Modules.

This pretty much says it, it’s worth duplicating the current example though:

./eldap -h ldap://www.zflexldap.com \
   -b 'ou=developers,dc=zflexsoftware,dc=com'   
   -u 'cn=ro_admin,ou=sysadmins,dc=zflexsoftware,dc=com' \
   -p zflexpass \
   -P 1000 \
   -o testdata.json \
   '(objectclass=organizationalPerson)'

The output is printed/saved in JSON format, for later retrieval and manipulation.

This settles it… read the docs for all the details!


Comments? Octodon, , GitHub, Reddit, or drop me a line!