Django-auth-ldap-ng

Latest version: v1.7.6

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

Scan your dependencies

Page 2 of 3

1.2.1

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

- More verbose log messages for authentication failures.

1.2

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

- django-auth-ldap now provides experimental Python 3 support. Python 2.5 was
dropped.

To sum up, django-auth-ldap works with Python 2.6, 2.7, 3.3 and 3.4.

Since python-ldap isn't making progress toward Python 3, if you're using
Python 3, you need to install a fork::

$ pip install git+https://github.com/rbarrois/python-ldap.gitpy3

Thanks to `Aymeric Augustin <https://myks.org/en/>`_ for making this happen.

1.1.8

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

* Fix `43`_: Update :class:`~django_auth_ldap.config.LDAPSearchUnion` to work for
group searches in addition to user searches.

* Tox no longer supports Python 2.5, so our tests now run on 2.6 and 2.7 only.

.. _43: https://bitbucket.org/psagers/django-auth-ldap/issue/43/

1.1.7

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

* Bug fix: :setting:`AUTH_LDAP_GLOBAL_OPTIONS` could be ignored in some cases
(such as :func:`~django_auth_ldap.backend.LDAPBackend.populate_user`).

1.1.5

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

* Fix `41`_: Support POSIX group permissions with no gidNumber attribute.

* Support multiple group DNs for \*_FLAGS_BY_GROUP.


.. _41: https://bitbucket.org/psagers/django-auth-ldap/issue/41/

1.1.4

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

* Add support for Django 1.5's custom user models.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.