diff --git a/doc/reference/configuration/realm.rst b/doc/reference/configuration/realm.rst index 1db11a32eb..23496771be 100644 --- a/doc/reference/configuration/realm.rst +++ b/doc/reference/configuration/realm.rst @@ -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))"