15
0
forked from pool/python-ldap3

Accepting request 487979 from home:TheBlackCat:branches:devel:languages:python

Update to version 2.2.2
Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/487979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=5
This commit is contained in:
Todd R
2017-04-14 15:30:12 +00:00
committed by Git OBS Bridge
parent 5a2fb49d95
commit 9026f5258c
4 changed files with 41 additions and 11 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Apr 14 15:18:01 UTC 2017 - toddrme2178@gmail.com
- Update to version 2.2.2
- PLAIN mechanism added to SASL authentication (thanks Janusz)
- added RESULT_RESERVED return code (thanks Rak)
- added RESPONSE_DN_ENCODING in config for flaky servers that return non utf-8 encoded DN. Set it to a list of encoding to sequentially try for decodign DNs.
- removed StopIteration in generators (deprecated by PEP 479)
- fixed a bug when converting AD datetimes on Windows systems
- added compatibility with pyasn1 0.2.3
- fixed NTLM authentication with pyasn1 0.2.3
- fixed an error when installing via executable on Windows (thanks TrumSteven)
- added 'raw_dn' key in search response dictionary. It contains the DN byte value returned for DN by the server
- attributes with ";binary" tag can now be retrieved in abstraction layer with the usual entry.atttribute syntax
- updated tests for OpenLDAP
- fixed error when in add/remove extend operation for case mismatch in user or group dn
- integer validator now automatically convert valid string numbers to int
- invalid timezone are checked when validating Generalized Time Format
- added test cases for validators
- Implement single-spec version
-------------------------------------------------------------------
Thu Mar 9 10:13:44 UTC 2017 - joop.boonen@opensuse.org