Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency django-auth-ldap to v5 #2710

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-auth-ldap (changelog) ==4.8.0 -> ==5.0.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: django-auth-ldap/django-auth-ldap@4.8.0...5.0.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Third-party library dependencies. label Oct 9, 2024
@renovate renovate bot enabled auto-merge (rebase) October 9, 2024 00:11
@renovate renovate bot force-pushed the renovate/django-auth-ldap-5.x branch 11 times, most recently from 98be569 to b693413 Compare October 15, 2024 04:33
@nijel nijel disabled auto-merge October 15, 2024 06:00
@renovate renovate bot force-pushed the renovate/django-auth-ldap-5.x branch from b693413 to ea431ec Compare October 15, 2024 06:08
@renovate renovate bot enabled auto-merge (rebase) October 15, 2024 06:08
@renovate renovate bot force-pushed the renovate/django-auth-ldap-5.x branch from ea431ec to 3902548 Compare October 15, 2024 06:09
@nijel nijel disabled auto-merge October 15, 2024 06:10
@nijel nijel merged commit c1669af into main Oct 15, 2024
17 of 19 checks passed
@nijel nijel deleted the renovate/django-auth-ldap-5.x branch October 15, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Third-party library dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant