--------------------
Changed
~~~~~~~
- Last release with Python 3.6 support, the module no longer will be
tested with 3.6.
- Providing empty user and password with GSSAPI/GSS-SPNGO mechanisms
will use the logon credentials for authentication on Windows instead
of an anonymous bind.
- Remove unnecessary read-only property overrides. These properties will
raise AttributeError, when trying to set them.
Added
~~~~~
- LDAPClient.set_sasl_security_properties method and sasl_security_properties
read-only property for setting SASL security properties.
- TrioLDAPConnection class for supporting trio asynchronous module.
Fixed
~~~~~
- Password hash failure, when new password is set with
LDAPConnection.modify_password. (Issue 57, thanks to morian)
- LDAPConnection.modify_password not returning True, when new password
is provided. (Issue 59, thanks to morian)