Browse Source

Merge pull request #12848 from waderobson/patch-1

Add example OR search_filter to docs
Daniel Lee 7 years ago
parent
commit
c2b4bbcfc0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/sources/installation/ldap.md

+ 1 - 0
docs/sources/installation/ldap.md

@@ -48,6 +48,7 @@ bind_dn = "cn=admin,dc=grafana,dc=org"
 bind_password = 'grafana'
 
 # User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"
+# Allow login from email or username, example "(|(sAMAccountName=%s)(userPrincipalName=%s))"
 search_filter = "(cn=%s)"
 
 # An array of base dns to search through