grafana/pkg/services/ldap
gotjosh b20a258b72
LDAP: Show non-matched groups returned from LDAP (#19208)
* LDAP: Show all LDAP groups

* Use the returned LDAP groups as the reference when debugging LDAP

We need to use the LDAP groups returned as the main reference for
assuming what we were able to match and what wasn't. Before, we were
using the configured groups in LDAP TOML configuration file.

* s/User name/Username

* Add a title to for the LDAP mapping results

* LDAP: UI Updates to debug view

* LDAP: Make it explicit when we weren't able to match teams
2019-09-19 16:13:38 +01:00
..
helpers.go LDAP: improve POSIX support (#18235) 2019-07-24 12:49:18 +03:00
ldap_helpers_test.go LDAP: improve POSIX support (#18235) 2019-07-24 12:49:18 +03:00
ldap_login_test.go LDAP: Adds bind before searching LDAP for non-login cases. (#18023) 2019-07-10 12:25:21 +02:00
ldap_private_test.go LDAP: Show non-matched groups returned from LDAP (#19208) 2019-09-19 16:13:38 +01:00
ldap_test.go Close the connection only if we establish it. (#18897) 2019-09-16 14:13:35 +01:00
ldap.go LDAP: Show non-matched groups returned from LDAP (#19208) 2019-09-19 16:13:38 +01:00
settings.go LDAP: Show non-matched groups returned from LDAP (#19208) 2019-09-19 16:13:38 +01:00
testing.go Close the connection only if we establish it. (#18897) 2019-09-16 14:13:35 +01:00