We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61c4126 + 865cbb3 commit b039b8aCopy full SHA for b039b8a
.pre-commit-config.yaml
@@ -46,7 +46,7 @@ repos:
46
47
# Misc...
48
- repo: https://github.com/pre-commit/pre-commit-hooks
49
- rev: v5.0.0
+ rev: v6.0.0
50
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
51
hooks:
52
- id: end-of-file-fixer
CHANGELOG.md
@@ -60,7 +60,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
60
- `lookup_dn` now rejects an authenticating user if multiple DNs are returned
61
during lookup. ([#276](https://github.com/jupyterhub/ldapauthenticator/pull/276))
62
- In the edge case if both...
63
-
64
1. the following config is used:
65
- `lookup_dn = True`,
66
- `lookup_dn_user_dn_attribute = "cn"`
0 commit comments