-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ldap moduls: add optional ca_cert_file option #6185
ldap moduls: add optional ca_cert_file option #6185
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Co-authored-by: Felix Fontein <felix@fontein.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. If nobody objects, I'll merge this in ~a week.
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6217 🤖 @patchback |
* add ca_cert_file option * fix pr url * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * update parameter name --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 512bf4b)
@rekup thanks for your contribution! |
…ert_file option (#6217) ldap moduls: add optional ca_cert_file option (#6185) * add ca_cert_file option * fix pr url * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * update parameter name --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 512bf4b) Co-authored-by: Reto Kupferschmid <kupferschmid@puzzle.ch>
SUMMARY
This PR adds a
ca_cert_file
option to the ldap modules. This option can be used to specify a ca certificate used to verify ldap tls connections.ISSUE TYPE
COMPONENT NAME
ldap modules
ADDITIONAL INFORMATION
I wasn't sure how to name the changelog fragment, since this PR does not address an existing issue