Docs: LDAP Debug View documentation (#19513)
* Docs: Add information regarding the LDAP Debug View * Add instructions to compress image when adding them to the documentation * Add a troubleshooting section to the docs documentation
This commit is contained in:
@@ -90,6 +90,25 @@ member_of = "memberOf"
|
||||
email = "email"
|
||||
```
|
||||
|
||||
## LDAP Debug View
|
||||
|
||||
> Only available in Grafana v6.4+
|
||||
|
||||
Grafana has an LDAP debug view built-in which allows you to test your LDAP configuration directly within Grafana. At the moment of writing, only Grafana admins can use the LDAP debug view.
|
||||
|
||||
Within this view, you'll be able to see which LDAP servers are currently reachable and test your current configuration.
|
||||
|
||||
{{< docs-imagebox img="/img/docs/ldap_debug.png" class="docs-image--no-shadow" max-width="600px" >}}
|
||||
|
||||
|
||||
To use the debug view:
|
||||
|
||||
1. Type the username of a user that exists within any of your LDAP server(s)
|
||||
2. Then, press "Run"
|
||||
3. If the user is found within any of your LDAP instances, the mapping information is displayed
|
||||
|
||||
{{< docs-imagebox img="/img/docs/ldap_debug_mapping_testing.png" class="docs-image--no-shadow" max-width="600px" >}}
|
||||
|
||||
### Bind
|
||||
|
||||
#### Bind & Bind Password
|
||||
|
||||
@@ -117,7 +117,7 @@ You'll be able to see how a user authenticating with LDAP would be mapped and wh
|
||||
|
||||
The feature is currently limited to Grafana Server Admins.
|
||||
|
||||
For more information on how to use this new feature, follow the [guide](TBD).
|
||||
For more information on how to use this new feature, follow the [guide]({{< relref "auth/ldap.md#ldap-debug-view" >}}).
|
||||
|
||||
## Grafana Enterprise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user