LDAP Development in Python, Part 3
Third in a series of articles on developing LDAP-endabled applications in Python
Author: M Butcher
Date: 2007-12-18 14:08:14 -0500
In this third article of the series, Matt Butcher examines more operations, such as ModRDN, Add, Modify, and Delete and also looks at the LDAP URL library (ldapurl).
Part 1 dealt with the basics of configuring and using the library. Part 2 introduced a handful of operations. And Part 3 picks up where Part 2 left off.
More operations are discussed, and the LDAP URL library (ldapurl) is introduced as a tool for parsing complex LDAP URLs, such as those that contain search filters.
|