Home - Wengex/PyADLdap GitHub Wiki
#PyADLdap
##Description
This framework facilitates the use of Active Directory using LDAP
The essential purpose of this framework is to work with LDAP objects as python objects.
This can take any action that enables LDAP Protocol were to manage Active Directory in an easy and intuitive way.
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
##Framework features
- User authentication
- Object management (user, groups, computers, etc)
- Easy to use
- Intuitive use
##Index
##License
pyADLdap is open source software and is released under the General Public License v2.0