ldappy

Query LDAP server without LDAP knowledge


License
MIT-feh
Install
pip install ldappy==0.1.5

Documentation

ldappy (LDAP python library the will make you Happy)

Build Status

ldappy gives api to query LDAP server, without the need to know about LDAP. Supporting both Active directory and open LDAP servers.

ldappy uses pyldap for the communication with the LDAP server.

Installation

pip install ldappy

dev requirements

sudo apt-get install gcc
sudo apt-get install python-dev
sudo apt-get install python3-dev
sudo apt-get install libpython3-dev
sudo apt-get install libpython3.4-dev
sudo apt-get install libpython3.5-dev
python3.4 -m pip install pyldap
python3.5 -m pip install pyldap