Skip to content

Commit

Permalink
Merge pull request #1057 from netzvieh/patch-1
Browse files Browse the repository at this point in the history
fix minor errors in options.yml.example
  • Loading branch information
bgeuken committed Aug 21, 2015
2 parents 1aaec60 + f01380b commit a97bec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/config/options.yml.example
Expand Up @@ -109,10 +109,10 @@ ldap_search_auth: ""
# be met; eg group membership
#
# To allow only users in a specific group uncomment this line:
#ldap_user_filter: memberof=CN=group,OU=Groups,DC=Domain Component)
#ldap_user_filter: (memberof=CN=group,OU=Groups,DC=Domain Component)
#
# Note this is joined to the normal selection like so:
# (&(#{dap_search_attr}=#{login})#{ldap_user_filter})
# (&(#{ldap_search_attr}=#{login})#{ldap_user_filter})
# giving an ldap search of:
# (&(sAMAccountName=#{login})(memberof=CN=group,OU=Groups,DC=Domain Component))
#
Expand Down

0 comments on commit a97bec2

Please sign in to comment.