Skip to content

Commit

Permalink
Fix reference ldap configuration, to match changes made in PR 291 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-richard authored Sep 16, 2016
1 parent 415efd6 commit f8e7370
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conf/reference/authentication_reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ authentication {
host = "localhost"
ssl = false

# Valid schemas are rfc2307bis or rfc2307. The difference is in how groups
# are queried. RFC 2307 queries as groupAttribute=username, RFC 2307 BIS
# queries as groupAttribute=DN.
# Valid schemas are rfc2307bis or rfc2307.
schema = "rfc2307bis"

# search base
Expand All @@ -31,7 +29,8 @@ authentication {
# attribute to find authenticated user groups
groupAttribute = "uniqueMember"

# If the LDAP server does not allow anonymous searches
# If the LDAP server does not allow anonymous searches, set anonymous to false and
# set the binddn and bindpwd
anonymous = true
binddn = ""
bindpwd = ""
Expand Down

0 comments on commit f8e7370

Please sign in to comment.