mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #20439] feat: Support for multiple LDAP servers/provider configurations #19186
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 @Sanath928 on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20439
Check Existing Issues
Verify Feature Scope
Problem Description
Currently, OpenWebUI supports a single LDAP configuration via environment variables or from UI. In many enterprise environments, we need to authenticate users against multiple LDAP directories.
Desired Solution you'd like
Should have option to provide multiple LDAP options
Alternatives Considered
No response
Additional Context
No response