Commit 62a25a4f by Wade Robson Committed by GitHub

Add example OR search_filter to docs

parent c1b9bbc2
...@@ -48,6 +48,7 @@ bind_dn = "cn=admin,dc=grafana,dc=org" ...@@ -48,6 +48,7 @@ bind_dn = "cn=admin,dc=grafana,dc=org"
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)"
# Allow login from email or username, example "(|(sAMAccountName=%s)(userPrincipalName=%s))"
search_filter = "(cn=%s)" search_filter = "(cn=%s)"
# An array of base dns to search through # An array of base dns to search through
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment