- Added support for additional (ignored) keyword arguments to ``authenticate(...)``. This allows use with other authentication backends that require different keyword arguments (stinovlas).
0.12.0
------
- Added ``connection`` and ``dn`` parameters to the ``LDAP_AUTH_SYNC_USER_RELATIONS`` callback (nigelm). See: https://github.com/etianen/django-python3-ldap#sync-user-relations
0.11.4
------
- Fix error when using ldap auth backend with other authentication backends (leavest).
0.11.3
------
- Django 3.0 compatibility. - Improved cleanup of LDAP connections that fail initial bind. - Updated `ldap3` and `pyasn1` dependencies. - Dropped Python 2.7 support.
0.11.2
------
- Python 3.7 support.
0.11.1
------
- Added `LDAP_AUTH_CONNECT_TIMEOUT` and `LDAP_AUTH_RECEIVE_TIMEOUT` settings (alizain).