mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
example_configs: Update base DN in grafana_ldap_config.toml
Use `dc=com` as the same as the default DN.
This commit is contained in:
parent
17bcd7645b
commit
362e968e00
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ ssl_skip_verify = false
|
|||
# client_key = "/path/to/client.key"
|
||||
|
||||
# Search user bind dn
|
||||
bind_dn = "uid=<your grafana user>,ou=people,dc=example,dc=org"
|
||||
bind_dn = "uid=<your grafana user>,ou=people,dc=example,dc=com"
|
||||
# Search user bind password
|
||||
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
|
||||
bind_password = "<grafana user password>"
|
||||
|
@ -31,7 +31,7 @@ search_filter = "(uid=%s)"
|
|||
# search_filter = "(&(uid=%s)(memberOf=cn=<your group>,ou=groups,dc=example,dc=org))"
|
||||
|
||||
# An array of base dns to search through
|
||||
search_base_dns = ["dc=example,dc=org"]
|
||||
search_base_dns = ["dc=example,dc=com"]
|
||||
|
||||
# Specify names of the LDAP attributes your LDAP uses
|
||||
[servers.attributes]
|
||||
|
|
Loading…
Reference in a new issue