1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: php-net-ldap
Section: php
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 7), dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.8.4
Homepage: http://pear.php.net/package/Net_LDAP
Package: php-net-ldap
Architecture: all
Depends: php-pear, php5-ldap, ${misc:Depends}
Description: a OO interface for searching and manipulating LDAP-entries
Net Ldap is a clone of Perls Net::LDAP object interface to ldapservers.
It does not contain all of Net::LDAPs features, but has:
* A simple OO-interface to connections, searches and entries.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.
.
NOTE: This module is declared obsolete by its upstream, and superseded
by the Net::LDAP2 module in package php-net-ldap2.
|