php-net-ldap2 2.2.0-1ubuntu1 source package in Ubuntu

Changelog

php-net-ldap2 (2.2.0-1ubuntu1) xenial; urgency=medium

  * Add run-time dependency on php-pear (LP: #1564984).

 -- Nishanth Aravamudan <email address hidden>  Thu, 31 Mar 2016 09:40:16 -0700

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ldap2_2.2.0.orig.tar.gz 93.9 KiB e57ec63f6691f5a73abc5ea96208b098ab6ad5fc141765015ad0af1ed3b50c5f
php-net-ldap2_2.2.0-1ubuntu1.debian.tar.xz 2.6 KiB ac40e56756a0a757e3b0cc5755dee825e6dbf509b8efa9f74d057d5a77966b58
php-net-ldap2_2.2.0-1ubuntu1.dsc 2.1 KiB 9e12cafd72fb8df46fcab3ff641eddcd16439f988e215b67855d4063097337a5

View changes file

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.