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
- Host: GitHub
- URL: https://github.com/cogini/ldapsh
- Owner: cogini
- License: apache-2.0
- Created: 2019-04-20T02:32:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T02:45:29.000Z (about 6 years ago)
- Last Synced: 2024-12-26T23:26:23.388Z (4 months ago)
- Topics: cli, ldap-client, python-application
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.