From 534295a9ae667800fe44496fa0474b8ec75af65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Tue, 11 Feb 2020 17:58:39 +0100 Subject: [PATCH] Docs: add LDAP active sync limitation for single bind configuration (#22098) * Docs: add LDAP active sync limitation for single bind * Docs: update header for LDAP active sync limitation Co-Authored-By: Leonard Gram --- docs/sources/auth/enhanced_ldap.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/auth/enhanced_ldap.md b/docs/sources/auth/enhanced_ldap.md index fcdcfb0b769..a927366045e 100755 --- a/docs/sources/auth/enhanced_ldap.md +++ b/docs/sources/auth/enhanced_ldap.md @@ -58,3 +58,7 @@ sync_cron = "0 0 1 * * *" # This is default value (At 1 am every day) # You can also disable active LDAP synchronization active_sync_enabled = true # enabled by default ``` + +### Not compatible with Single Bind + +Single Bind configuration (as in the [Single Bind Example]({{< relref "ldap.md#single-bind-example">}})) is not supported with active LDAP synchronization because Grafana needs user information to perform LDAP searches.