Projects
Kolab:16:TestingLinked
php-kolab-net-ldap3
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
php-kolab-net-ldap3.spec
Changed
@@ -24,7 +24,7 @@ %else Name: php-kolab-net-ldap3 %endif -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Object oriented interface for searching and manipulating LDAP-entries Group: Development/Libraries @@ -71,6 +71,9 @@ %{_datadir}/%{php}/Net/LDAP3/Result.php %changelog +* Sat Oct 19 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.1.2-1 +- Release of version 1.1.2 + * Fri Aug 23 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.1.1-1 - Release of version 1.1.1
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +php-net-ldap3 (1.1.2-1~kolab1) unstable; urgency=low + + * Release version 1.1.2 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sat, 19 Oct 2019 15:27:46 +0100 + php-net-ldap3 (1.1.1-1~kolab2) unstable; urgency=low * Release version 1.1.1
View file
pear-Net-LDAP3-1.1.1.tar.gz/composer.json -> pear-Net-LDAP3-1.1.2.tar.gz/composer.json
Changed
@@ -2,7 +2,6 @@ "name": "kolab/net_ldap3", "description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories", "type": "library", - "version": "1.1.0", "keywords": "pear", "ldap", "vlv", "homepage": "http://git.kolab.org/pear/Net_LDAP3/", "license": "GPL-3.0+",
View file
pear-Net-LDAP3-1.1.1.tar.gz/lib/Net/LDAP3.php -> pear-Net-LDAP3-1.1.2.tar.gz/lib/Net/LDAP3.php
Changed
@@ -1883,14 +1883,17 @@ public static function normalize_entry($entry, $flat = false) { $rec = array(); + for ($i=0; $i < $entry'count'; $i++) { $attr = $entry$i; + $_attr = strtolower($attr); + for ($j=0; $j < $entry$attr'count'; $j++) { - $rec$attr$j = $entry$attr$j; + $rec$_attr$j = $entry$attr$j; } - if ($flat && count($rec$attr) == 1) { - $rec$attr = $rec$attr0; + if ($flat && count($rec$_attr) == 1) { + $rec$_attr = $rec$_attr0; } } @@ -3122,6 +3125,7 @@ if ($domain_dn) { $result = $this->get_entry_attributes($domain_dn, $attributes); + if (!empty($result)) { $result'dn' = $domain_dn; }
View file
php-net-ldap3.dsc
Changed
@@ -2,7 +2,7 @@ Source: php-net-ldap3 Binary: php-net-ldap3 Architecture: all -Version: 1.1.1-1~kolab2 +Version: 1.1.2-1~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Christoph Wickert <wickert@kolabsys.com> Homepage: http://kolab.org @@ -12,5 +12,5 @@ Package-List: php-net-ldap3 deb php optional Files: - 00000000000000000000000000000000 0 pear-Net-LDAP3-1.1.1.tar.gz + 00000000000000000000000000000000 0 pear-Net-LDAP3-1.1.2.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.