File php-kolab-Net_LDAP3.changes of Package php-kolab-Net_LDAP3
-------------------------------------------------------------------
Mon Jan 30 12:53:16 UTC 2023 - Aeneas Jaißle <aj@ajaissle.de>
- Generalize package to support other PHP releases.
-------------------------------------------------------------------
Sat Oct 27 13:14:58 UTC 2018 - Aeneas Jaißle <aj@ajaissle.de>
- update to 1.0.7
+ Fix bug where ldapsearch command was failing when configured host contained protocol schema prefix
+ Improve setup of the schema cache location
- update to 1.0.6
+ Support GSSAPI authentication
-------------------------------------------------------------------
Tue Sep 5 06:26:32 UTC 2017 - jweberhofer@weberhofer.at
- Fix requrires php-pear(Net_LDAP2)
-------------------------------------------------------------------
Thu Aug 17 09:00:40 UTC 2017 - ecsos@opensuse.org
- package renamed to php7-pear-Net-LDAP3
-------------------------------------------------------------------
Wed Nov 16 14:20:39 UTC 2016 - aj@ajaissle.de
- update to 1.0.5
+ Fix bug where LDAP_OPT_DEBUG_LEVEL option couldn't have been disabled (#4918)
+ Fix ldap_sort() deprecation warning in PHP7 (T1107)
+ Remove unused variable, remove @ on ldap_add()
+ Ensure that multi-valued attributes have sequential indexes in the array
-------------------------------------------------------------------
Fri Feb 5 17:09:11 UTC 2016 - aj@ajaissle.de
- update to 1.0.4
+ Unify some error, warning and debug messages
+ fixing recursive deletion of domains
+ Don't execute LDAP queries for domains if domain_base_dn is not configured
+ Support %s variable in 'domain_filter' config option
+ Fix find_domain() result when domain wasn't found (#4959)
-------------------------------------------------------------------
Mon Mar 30 11:01:27 UTC 2015 - aj@ajaissle.de
- update to 1.0.3:
+ Make sure ldap filter is not empty when searching, use
(objectclass=*) by default
+ Implement domain_root_dn (#4354)
+ Return domain DN in find_domain() result (#4786)
+ Fix VLV base DN somparison when it contains utf-8 characters/
escape sentences (#4863)
-------------------------------------------------------------------
Tue Feb 17 16:01:46 UTC 2015 - lars@linux-schulserver.de
- update to 1.0.2:
+ Do not log password argument for ldapsearch
+ Provide additional commentary on the complex VLV/SSS
configuration/detection
+ Set $ns_function before it is going to be used, not after - error
when using numsub_filter
+ Improved handling of vlv sort attributes (#4118) - use all sort columns
of vlv index if sorting wasn't specified
+ Fix OU change handling if provided OU attribute is an array
+ Fix handling of special characters in DN string when searching by entrydn
+ Set LDAP time limit to be (one second) less than PHP time limit
+ Set search result count/offset/vlv parameters conditionally
+ Remove $this->debug check, this variable does not exist
+ Fix handling of special characters in RDN attributes (#3905)
+ Add possibility to return user attributes from login() (#3858) +
small code improvements
+ Use the right properties for /mozldap/ldapsearch call
+ Correct variable used to determine acl rights
- enhance description
-------------------------------------------------------------------
Fri Jan 2 20:22:02 UTC 2015 - aj@ajaissle.de
- Initial SUSE package. Not an actual pear package, yet, but Kolab
Systems is upstream an package is needed for Kolab 3.3 and above