SHA256
8
0
forked from pool/perl-ldap
OBS User unknown
2008-03-10 17:33:48 +00:00
committed by Git OBS Bridge
parent 431515266b
commit e87f4dbf77
4 changed files with 101 additions and 55 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz
- update to 0.34
* Improve dealing with mixed case attributes in Net::LDAP::Entry
* Documentation fixes & updates
* Don't let Net::LDAP->bind() die on SASL errors
* Fix case-folding in Net::LDAP::Util::ldap_explode_dn()
* Saner default for ldapi socket
* Update test suite to work with recent OpenLDAP versions
* The usual bunch of typo fixes
* Fix escaping on non-ascii characters in Net::LDAP::Filter
* Flexible handling of line ends in Net::LDAP::LDIF when reading
* Improve writing speed in Net::LDAP::LDIF
* Net::LDAP accessor methods for scheme, host, port, URI connected to
* New checkcrl option to Net::LDAP->new() to do CRL checking
* New package Net::LDAP::Filtermatch for client side filtering
* More ASN1 messages handled in Net::LDAP:ASN: IntermediateResponse
* Option 'raw' to return Perl UTF-8 strings from queries (requires Perl 5.8)
* Support Active Directory's extendedAttributeInfo schema information
* Method to find matchingrule for an attribute in Net::LDAP:Schema
* Updated build dependecies: GSSAPI support, ..
-------------------------------------------------------------------
Wed Jan 25 21:40:07 CET 2006 - mls@suse.de