grafana/pkg/services/multildap
gotjosh 279249ef56
Multi-LDAP: Do not fail-fast on invalid credentials (#19261)
* 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
2019-09-23 13:34:05 +01:00
..
multildap_test.go Multi-LDAP: Do not fail-fast on invalid credentials (#19261) 2019-09-23 13:34:05 +01:00
multildap.go Multi-LDAP: Do not fail-fast on invalid credentials (#19261) 2019-09-23 13:34:05 +01:00
testing.go LDAP: Add API endpoint to query the LDAP server(s) status (#18868) 2019-09-04 15:29:14 +01:00