Ruslan Makhmatkhanov 977a121be4 Rename net/py-ldap to net/py-python-ldap
This makes portname conformant to upstream one. Also it is now allow
us to build a package with pep517, so switch to it
2023-11-17 04:53:44 +03:00

11 lines
323 B
Plaintext

LDAP Wrapper for Python
This module provides an LDAP API to Python in the spirit of RFC1823.
Some cool things people have done with ldapmodule
* LANL phone book (source)
* Michael Stroeder's web2ldap (previously ldap-client-cgi.py).
* LDAP support for Zope (see also Zope)