-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement authentication with LDAP secured via TLS #382
Comments
This was referenced Jan 30, 2023
7 tasks
Do we have documentation for this? |
8 tasks
@vsupalov ping |
Sebastian worked on this part, adding docs came up in the review #408 (review) As far as I remember, everything looked a-ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #144
So far, non-TLS LDAP authentication was implemented. Adding ldaps:// support will involve adding certs provided for the LDAP server to the central trust store.
This task will probably involve modifying exising TLS-related code, and has been split out for clarity.
The text was updated successfully, but these errors were encountered: