mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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 <leo@xlson.com>
This commit is contained in:
parent
b55a39a221
commit
534295a9ae
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user