15
0
forked from pool/python-ldap3

Accepting request 915437 from home:glaubitz:branches:devel:languages:python

- Update to 2.9.1
  * new feature: added support for using Kerberos authentication on windows
    clients using the native winkerberos library
  * new feature: added support for using Channel Bind tokens with Kerberos
    authentication on windows clients
  * fixed a bug related to using start_tls with a RESTARTABLE strategy that
    caused errors to be raised erroneously.
  * fixed a bug around the type checking of Reverse DNS Settings
    with Kerberos authentication
  * fixed an issue related to decoding unicode strings in LDAP referrals
    and attributes in python 2
  * minor documentation updates and corrections
- Fix filename pattern matching in %files section

OBS-URL: https://build.opensuse.org/request/show/915437
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=38
This commit is contained in:
2021-09-01 18:55:38 +00:00
committed by Git OBS Bridge
parent 79506aaacc
commit b2770f9afb
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 1 09:19:50 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.9.1
* new feature: added support for using Kerberos authentication on windows
clients using the native winkerberos library
* new feature: added support for using Channel Bind tokens with Kerberos
authentication on windows clients
* fixed a bug related to using start_tls with a RESTARTABLE strategy that
caused errors to be raised erroneously.
* fixed a bug around the type checking of Reverse DNS Settings
with Kerberos authentication
* fixed an issue related to decoding unicode strings in LDAP referrals
and attributes in python 2
* minor documentation updates and corrections
- Fix filename pattern matching in %files section
-------------------------------------------------------------------
Wed Jan 27 16:56:28 UTC 2021 - Markéta Machová <mmachova@suse.com>