Python framework to managing Microsoft Active Directory from LDAP

- Description

	The essential purpose of this framework is to work with LDAP objects as objects python.

	The object attributes in LDAP are processed as attributes of objects in python and manipulation objects (such as enable, disable, change password, etc.) using the methods of the object in python.

- Requires

	- Python 2.7
		- python-ldap

- More info:

	https://github.com/Wengex/PyADLdap
