LDAP Development in Python, Part 2
Second in a series of articles published by Packt
Author: M Butcher
Date: 2007-12-18 13:59:14 -0500
This is the second in a series of articles by Matt Butcher about developing LDAP aware applications in Python. This article focuses on using standard LDAP operations to compare, search, and modify data.
Several advanced topics are covered in this article, such as using asynchronous LDAP connections, using the ldaphelper utility library, dumping data to LDIF format, and changing passwords with the LDAP Password Modify Extended Operation.
|