Python-tldap

Latest version: v1.0.8

Safety actively analyzes 628989 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

0.4.1

------------------

Fixed
~~~~~
* Remove unused dependancy on pytest-mock.
* Added upload information to setup.cfg

0.4.0

------------------
Increment minor version as we changed the default password hash to a new one
that isn't supported by earlier versions of TLDAP.

Added
~~~~~
* Supports ldap3 2.2.3

Changed
~~~~~~~
* Rewrote test cases. Now smaller in scope for what each test covers. Needs
more work for queries.

Fixed
~~~~~
* Fixed bug setting primary group if primary group already set.
* Allow clearing/setting primary group if current value invalid.
* Fix incorrect DN calculated in cached data after move.

Security
~~~~~~~~
* Use sha512_crypt by default for passwords instead of ldap_salted_sha1. We
still support salted ldap_salted_sha1 for existing passwords.

0.3.20

-------------------

Deprecated
~~~~~~~~~~
* Remove setuptools_scm/readthedocs hack.

Fixed
~~~~~
* Remove registeredAddresss attribute which is undefined in OpenLDAP.

0.3.19

-------------------
Changes to work with latest software. Note that ldap3 >= 2 still has
problems that are being worked on. Also we get warnings that the
`encode` method in passlib has been replaced by the `hash` method.

Added
~~~~~
* Python 3.6 support.
* No longer depends on Django. Django support is optional.

Deprecated
~~~~~~~~~~
* Python 3.3 support.

Fixed
~~~~~
* Include ``version.py`` on PyPi source.
* Use ``requirements.txt`` to declare knowed good versions of
software we depend on.
* Update ``90-ppolicy.schema`` to work with latest slapd.
* Various updates to fix problems with ldap3 >= 2.
* Fix PEP8 errors.
* Fix `verbose_name` undefined error.
* Fix name of project in documentation.

0.3.18

-------------------
* Update my email address.
* Remove dependancy on Django.
* Add tox tests.
* Use setuptools-scm for versiong.
* Fix documentation.
* Add changelog to documentation.

0.3.17

-------------------
* Unbreak tests by using Node directly from Django.

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.