Skip to content

fix(deps): update dependency django-auth-ldap to v5

Renovate Bot requested to merge renovate/django-auth-ldap-5.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
django-auth-ldap (changelog) ~4.8 -> ~5.0 age adoption passing confidence

Release Notes

django-auth-ldap/django-auth-ldap (django-auth-ldap)

v5.0.0

Compare Source

Breaking changes

An LDAPError during an LDAP search operation would cause the library to assume an empty result set. When mirroring groups, only a portion of a user groups would be mirrored. Allowing them to proceed with authentication may then break application access controls, as membership to a group (imagine an exclude group) would be missing.

The library now systematically sends the ldap_error django signal. If an LDAPError occurs during an operation, the operation is aborted. In particular, when mirroring groups (LDAPUser._mirror_groups), an AuthenticationFailed might now be raised.

See https://github.com/django-auth-ldap/django-auth-ldap/issues/378 for details.

What else changed

Full Changelog: https://github.com/django-auth-ldap/django-auth-ldap/compare/4.8.0...5.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports