diff options
author | Mohamed LYAHYAOUI <mlyahyaoui@gmail.com> | 2013-12-17 22:18:19 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-17 11:00:46 -0600 |
commit | fc734dd5a347d39b30372826add9bc9d9d561542 (patch) | |
tree | 24ba18d059a0652eaf71c0d63d8b8b651722ef5b /python/python-ldap/README | |
parent | 73d5c6d90e1f499e63d18d340e68ebd0e6674098 (diff) | |
download | slackbuilds-fc734dd5a347d39b30372826add9bc9d9d561542.tar.gz |
python/python-ldap: Added (Python modules for LDAP clients).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-ldap/README')
-rw-r--r-- | python/python-ldap/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-ldap/README b/python/python-ldap/README new file mode 100644 index 0000000000..7c10422116 --- /dev/null +++ b/python/python-ldap/README @@ -0,0 +1,7 @@ +Python modules for implementing LDAP clients + +python-ldap: python-ldap provides an object-oriented API to access LDAP +directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x +libs for that purpose. Additionally the package contains modules for other +LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, +LDAPv3 extended operations and controls, etc.). |