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.