Browse Source

Update ldap.toml

Scott Brenner 8 years ago
parent
commit
7535cefed9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/ldap.toml

+ 1 - 1
conf/ldap.toml

@@ -19,7 +19,7 @@ ssl_skip_verify = false
 # Search user bind dn
 # Search user bind dn
 bind_dn = "cn=admin,dc=grafana,dc=org"
 bind_dn = "cn=admin,dc=grafana,dc=org"
 # Search user bind password
 # Search user bind password
-# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
+# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
 bind_password = 'grafana'
 bind_password = 'grafana'
 
 
 # User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"
 # User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"