forked from pool/python-ldap3
Accepting request 784055 from home:stroeder:branches:devel:languages:python
Update to 2.7 OBS-URL: https://build.opensuse.org/request/show/784055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
9980f0cdb0
commit
9c2b45992c
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 19:17:52 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 2.7:
|
||||
- tested against Python 3.8.1 and pyasn1 0.4.8
|
||||
- re-enabled ssl exception raising on bad certificate when only 1 server is present in the server pool
|
||||
- removed Python 2.6 from Travis configuration (thanks gliptak)
|
||||
- added support for source specifications in LDAP connections (thanks Azaria)
|
||||
- added support for allowing special AD security identifier (SID) in DN (thanks John)
|
||||
- fixed pickling of entry and attribute (thanks cfelder)
|
||||
- close connection when auto_bind fails (thank Hrishikesh)
|
||||
- operational attributes can be used in Abstraction Layer (thanks Sohalt)
|
||||
- additional SSL options can be used in Tls object (thanks Nazarii)
|
||||
- threading.Event replaces loop checking in async strategy. ASYNC strategy should be much faster now (thanks Yang)
|
||||
- adding a key that is already an alias that contains other aliases in CaseInsensitiveWithAliasDict() now works properly (thanks Mark)
|
||||
- when searching for GUID, UUID and SID the backslash character (0x5C) is properly managed (thanks Nocturem)
|
||||
- LDIF output properly formatted when controls are missing (thanks Tom)
|
||||
- operational attributes are not returned in MOCK strategies when not requested (thanks kpinc)
|
||||
- undecodable values are returned as raw bytes when using the pyasn1 decoder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 13:50:37 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user