Changelog for
python3-ldaptor-19.1.0-bp154.2.1.noarch.rpm :
* Wed Apr 15 2020 Marketa Calabkova
- Update to 19.1.0
* Basic implementation of ``ldaptor.protocols.pureldap.LDAPSearchResultReference``.
* Explicit ``ldaptor.protocols.ldap.ldaperrors`` classes declaration was made to allow syntax highlighting for this module.
* Example of using LDAP server with the database. Employees are store in the database table and retrieved on server initialization.
* ``ldaptor.protocols.pureldap.LDAPPasswordModifyRequest`` string representation now contains ``userIdentity``, ``oldPasswd`` and ``newPasswd`` attributes. Password attributes are represented as asterisks.
* ``ldaptor.protocols.pureldap.LDAPBindRequest`` string representation is now using asterisks to represent ``auth`` attribute.
* ``NotImplementedError`` for ``ldaptor.protocols.pureldap.LDAPSearchResultReference`` was fixed.
* StartTLS regression bug was fixed: ``ldaptor.protocols.pureldap.LDAPStartTLSRequest.oid`` and ``ldaptor.protocols.pureldap.LDAPStartTLSResponse.oid`` must be of bytes type.
* replace direct dependency on pyOpenSSL with Twisted[tls]
* Wed Sep 11 2019 Tomáš Chvátal - Initial commit, needed by matrix-synapse-ldap3