File: control

package info (click to toggle)
php-net-ldap 1%3A1.1.5-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 496 kB
  • ctags: 1,120
  • sloc: php: 3,083; xml: 487; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
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.