LDAP connection library
Project description
This package provides an abstraction layer on top of python-ldap. It offers a connection object with simplified methods for inserting, modifying, searching and deleting records in the LDAP directory tree.
Bug tracker
A bug tracker is available at http://www.dataflake.org/tracker/
SVN version
You can retrieve the latest code from Subversion using setuptools or zc.buildout via this URL:
http://svn.dataflake.org/svn/dataflake.ldapconnection/trunk#egg=dataflake.ldapconnection
Changelog for dataflake.ldapconnection
0.4 (2008-12-25)
fakeldap bug: the modify_s method would expect changes of type MOD_DELETE to come with a list of specific attribute values to delete. Now the attribute will be deleted as a whole if the expected list is None, this reflects actual python-ldap behavior better.
now we are exercising the fakeldap doctests from within this package, they used to be run from Products.LDAPUserFolder, which was not cleaned up when the fakeldap module moved to dataflake.ldapconnection.
0.3 (2008-08-30)
fakeldap: no longer override the LDAP exceptions, just get them from python-ldap. (http://www.dataflake.org/tracker/issue_00620)
0.2 (2008-08-27)
backport a fix applied to the LDAPUserFolder FakeLDAP module to handle BASE-scoped searches on a DN.
0.1 (2008-06-11)
Initial release.
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for dataflake.ldapconnection-0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e73c49d2d21effac5704c1a23c09a04e60c9aca8e098fd0e5094352ebea99c6 |
|
MD5 | 042d6b5d7682ef571e10f82a0aff58df |
|
BLAKE2b-256 | e5b4dc5e33ce713474d4f6ab82bdc8f945259b306283391850ddb4c7908b7a77 |