-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
🔒 feat: add option to disable TLS for LDAP authentication #3247
🔒 feat: add option to disable TLS for LDAP authentication #3247
Conversation
d7970fa
to
5097b1f
Compare
5097b1f
to
8356229
Compare
@danny-avila please let me know if anything is pending at my end for this. |
@berry-13 please let me if there's anything pending on this , I would like to get this merged. |
@ravi-katiyar can you add relevent documentation to https://www.librechat.ai/docs/configuration/authentication/ldap ? Since you area also adding an .env variable, you should update this too: https://github.com/LibreChat-AI/librechat.ai/blob/main/pages/docs/configuration/dotenv.mdx |
@danny-avila , Thanks for pointing that out. PR submitted to update the docs LibreChat-AI/librechat.ai#89 |
* feat: add ldap tls config * Update ldapStrategy.js * LDAP_TLS_REJECT_UNAUTHORIZED optional --------- Co-authored-by: Danny Avila <danacordially@gmail.com> Co-authored-by: Danny Avila <danny@librechat.ai>
* feat: add ldap tls config * Update ldapStrategy.js * LDAP_TLS_REJECT_UNAUTHORIZED optional --------- Co-authored-by: Danny Avila <danacordially@gmail.com> Co-authored-by: Danny Avila <danny@librechat.ai>
…a#3247) * feat: add ldap tls config * Update ldapStrategy.js * LDAP_TLS_REJECT_UNAUTHORIZED optional --------- Co-authored-by: Danny Avila <danacordially@gmail.com> Co-authored-by: Danny Avila <danny@librechat.ai>
#3243
Summary
This PR allows to disable tls when LDAP authentication is used.
Change Type
Checklist