An open API service indexing awesome lists of open source software.

https://github.com/cogini/ldapsh

CLI interface to manage LDAP directories written in Python
https://github.com/cogini/ldapsh

cli ldap-client python-application

Last synced: 2 months ago
JSON representation

CLI interface to manage LDAP directories written in Python

Awesome Lists containing this project

README

        

# ldapsh

This is a CLI written in Python which allows you to manage an LDAP directory.

It was written around 2003 and is only being published now, so it probably requires some updating.
It was used to interact with an Active Directory system from a Sun Solaris server.

The most interesting part is probably the editing feature, which takes the LDAP entry, converts it
to text, then loads it up in an editor. It identifies changes, if any, and writes them back to the directory.

It relies on the [python-ldap](https://github.com/python-ldap/python-ldap) library to do its work.
It also has support for Java JNDI, allowing it to be used from Jython.