php-net-ldap2 2.2.1-1ubuntu2 source package in Ubuntu

Changelog

php-net-ldap2 (2.2.1-1ubuntu2) lunar; urgency=medium

  * d/t/control: add allow-stderr restriction to the upstream-testsuite
    test because of the apparmor warning message on Ubuntu's armhf DEP8
    infrastructure where the profile cannot be replaced.

 -- Andreas Hasenack <email address hidden>  Fri, 03 Mar 2023 09:33:58 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ldap2_2.2.1.orig.tar.gz 98.3 KiB e85a8af3da348c8cb25f8d9915127978d35e270bb67455f248cde763494ee719
php-net-ldap2_2.2.1-1ubuntu2.debian.tar.xz 8.6 KiB b6e91fba0921df872ea3e1165ae4a4148a784093da042e090fee12028fb062bf
php-net-ldap2_2.2.1-1ubuntu2.dsc 2.3 KiB cebf454592b2a3ea18a35e9df91cbafdefa2805e7643060e250a5ebb35bb9da4

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.