ports/net/py-ldap0/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
490 B
Text

ldap0 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 Python modules:
- parsing and producing LDIF
- handle LDAPURLs
- parse and handle LDAPv3 subschema
- LDAPv3 extended operations and controls
- automatic tests with OpenLDAP server This package is a non-compatible for
of python-ldap and therefore uses the separate module name-space 'ldap0'.