mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
279249ef56
* Multi-LDAP: Do not fail-fast on invalid credentials When configuring LDAP authentication, it is very common to have multiple servers configured. When using user bind (authenticating with LDAP using the same credentials as the user authenticating to Grafana) we don't expect all the users to be on all LDAP servers. Because of this use-case, we should not fail-fast when authenticating on multiple LDAP server configurations. Instead, we should continue to try the credentials with the next LDAP server configured. Fixes #19066 |
||
---|---|---|
.. | ||
multildap_test.go | ||
multildap.go | ||
testing.go |