-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Changes to the LDAP authentication driver #12542
Conversation
CL-Andrew
commented
Mar 22, 2024
- Conform duration type for QueryTimeout in LDAP config struct
- Fix typo in config parsing error message on EditUserGroupCN required and not set
- Remove duplicate code block
- Add config validations for LDAP fields where applicable for config file parameterized values
- Fix logic for local admin authentication fallback when there is an email key clash in both the upstream ldap server and the local users table, FindUser now follows the same user source precedence
- Comment clarity for FindUser guarantees
- Added additional WHERE clause to explicitly select admin users to enforce LDAP module guarantees
I see you updated files related to |
Comform duration type for QueryTimeout in LDAP config struct Fix typo in config parsing error message on EditUserGroupCN required and not set Remove duplicate code block Add config validations for LDAP fields where applicable for config file parameterized values Fix logic for local admin authentication fallback when there is an email key clash in both the upstream ldap server and the local users table, FindUser now follows the same user source precedence Comment clarity for FindUser guarantees Added additional WHERE clause to explicitly select admin users to enforce LDAP module guarantees
Quality Gate passedIssues Measures |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |