File: control

package info (click to toggle)
php-net-ldap 1%3A1.1.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 484 kB
  • ctags: 1,095
  • sloc: php: 2,669; xml: 431; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: php-net-ldap
Section: web
Priority: optional
Maintainer: Jose Carlos Medeiros <debian@psabs.com.br>
Uploaders: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.7.3
Homepage: http://pear.php.net/package/Net_LDAP

Package: php-net-ldap
Architecture: all
Depends: php-pear, php5-ldap
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.