From 8b7a891db4e9b47ee98afaab88c3979aca034f89 Mon Sep 17 00:00:00 2001 From: AHeinlein Date: Thu, 27 Jun 2024 12:07:30 +0200 Subject: [PATCH] Docs: Update LDAP doc for debug view (#89522) Update LDAP doc LDAP debug view does not work with single bind since there is no way to bind to the LDAP server and perform the search. --- .../configure-security/configure-authentication/ldap/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/ldap/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/ldap/index.md index eece776c881..ba51f1250ad 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/ldap/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/ldap/index.md @@ -159,6 +159,8 @@ To use the debug view, complete the following steps: 1. Then, press "Run" 1. If the user is found within any of your LDAP instances, the mapping information is displayed. +Note that this does not work if you are using the single bind configuration outlined below. + {{< figure src="/static/img/docs/ldap_debug_mapping_testing.png" class="docs-image--no-shadow" max-width="600px" alt="LDAP mapping displayed" >}} [Grafana Enterprise]({{< relref "../../../../introduction/grafana-enterprise" >}}) users with [enhanced LDAP integration]({{< relref "../enhanced-ldap" >}}) enabled can also see sync status in the debug view. This requires the `ldap.status:read` permission.