Changelog for
python311-django-auth-ldap-4.8.0-22.11.noarch.rpm :
* Thu Jul 18 2024 Markéta Machová
- Add missing dependency on setuptools
* Wed Jul 03 2024 Markéta Machová - Update to 4.8.0
* Fix is_member_of when group_dn does not exist in ldap
* Verify logging for TLS connection
* Move LDAPSetting to the config module
* Drop support for Python <=3.7, add support for Python 3.12
* Allow to reload DN when using user-bind and DN-template
* Add support for Django 5.0, drop Django <=4.1
* Add support for custom username field
* Mon Feb 21 2022 John Vandenberg - Use fdupes- Update to v4.0.0
* The signal ldap_error now has an additional `request` keyword.
* Added support for Python 3.10.
* Added support for Django 4.0.- from v3.0.0
* Dropped support for Django 3.0.
* Dropped deprecated setting ``AUTH_LDAP_CACHE_GROUPS``.
* Callables passed to ``AUTH_LDAP_SERVER_URI`` must now take a ``request`` positional argument.- from v2.4.0
* Added support for Django 3.2.- from v2.3.0
* Removed support for end of life Django 1.11. Django 2.2+ reqd.
* Removed support for end of life Python 3.5.
* Added support for Django 3.1.
* Added support for Python 3.9.
* Tue Jun 09 2020 Ondřej Súkup - Update to 2.2.0
* Added support for the escape argument in LDAPSearchUnion.execute()
* Fri Apr 03 2020 Tomáš Chvátal - Update to 2.1.1:
* Removed drepecated ``providing_args`` from ``Signal`` instances.
* Tue Jan 07 2020 Tomáš Chvátal - Update to 2.1.0: - Reject authentication requests without a username. - Added support for Django 3.0 and Python 3.8. - Removed support for Django end of life Django 2.1.
* Mon Sep 16 2019 Tomáš Chvátal - Update to 2.0.0: - Removed support for Python 2 and 3.4. - Removed support for end of life Django 2.0. - Added support for Django 2.2. - Add testing and support for Python 3.7 with Django 1.11 and 2.1. - When :setting:`AUTH_LDAP_SERVER_URI` is set to a callable, it is now passed a positional ``request`` argument. Support for no arguments will continue for backwards compatibility but will be removed in a future version. - Added new :setting:`AUTH_LDAP_NO_NEW_USERS` to prevent the creation of new users during authentication. Any users not already in the Django user database will not be able to login.
* Mon Jan 14 2019 Tomáš Chvátal - Add few more test dependencies
* Tue Aug 14 2018 tchvatalAATTsuse.com- Version update to 1.7.0:
* Support for Django 2.1, oldest supported is 1.11
* Support for python 3.7
* Many of bugfixes see CHANGES file
* Tue Jan 23 2018 mimi.vxAATTgmail.com- convert to singlespec