php-net-ldap2 2.1.0-2 source package in Ubuntu

Changelog

php-net-ldap2 (2.1.0-2) unstable; urgency=medium

  * Team upload, to unstable since Jessie has been released

 -- David Prévot <email address hidden>  Tue, 02 Jun 2015 19:13:53 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ldap2_2.1.0-2.dsc 1.7 KiB 036a8a8abefe77a11498996e7003ce1a556b142f65f1935067ea67cd97dc6298
php-net-ldap2_2.1.0.orig.tar.gz 94.1 KiB ac5ed3ce1aee822f6d35c612df134d57f0085eb4afa83fb0a926ceca6950bf72
php-net-ldap2_2.1.0-2.debian.tar.xz 2.4 KiB 5b74a06aef13abcdeb6925dbb46fe36b06a5a2afe81fa0a8e5598bc365eff7d5

Available diffs

No changes file available.

Binary packages built by this source

php-net-ldap2: Object oriented interface for searching and manipulating LDAP-entries

 Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP
 object interface to directory servers. It does contain most of Net::LDAPs
 features but has some own too.
 With Net_LDAP2 you have:
  * A simple object-oriented interface to connections, searches entries and
 filters.
  * Support for TLS and LDAP v3.
  * Simple modification, deletion and creation of LDAP entries.
  * Support for schema handling.
 .
 Net_LDAP2 layers itself on top of PHP's existing ldap extensions.