Skip to content

Commit

Permalink
Fix bug in LDAP Auth config example
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwel committed Aug 18, 2018
1 parent f63552e commit fb211a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference/configuration/realm.rst
Expand Up @@ -166,8 +166,8 @@ An example config to authenticate RA Operators against ActiveDirectory using the
class: Connector::Builtin::Authentication::LDAP
LOCATION: ldap://ad.company.com
base: dc=company,dc=loc
binddn@: cn=binduser
password@: secret
binddn: cn=binduser
password: secret
filter: "(&(mail=[% LOGIN %])(memberOf=CN=RA Operator,OU=SecurityGroups,DC=company,DC=loc))"


Expand Down

0 comments on commit fb211a0

Please sign in to comment.