mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #7341] Make LDAP certificate optional for public trusted CA #30240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fwPunsher on GitHub (Nov 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7341
When connecting against an ldap server that has a certificate that has been issued by a public trusted CA the certificate field should be optional and the connection should be possible without specifying any certificate.
Background: we are issuing our ldap servers with certificates that are signed via Lets Encrypt. As such the application should simply accept the certificate without any further certificate configuration necessary.