Update README.md

This commit is contained in:
Evgeny Kulev 2016-09-01 20:17:08 +03:00 committed by GitHub
parent d2d4300d4f
commit 8f36499a42
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ If you want to change the realm name from the default value (**Restricted**), un
<pre>proxy_set_header X-Ldap-Realm "<strong>Restricted</strong>";</pre> <pre>proxy_set_header X-Ldap-Realm "<strong>Restricted</strong>";</pre>
If you want to auth user and group - use these `binddn` and `grptemplate` parameters that the ldap-auth daemon passes to the OpenLDAP server by default, uncomment the following directive as shown, and change the value: If you want to auth user and group - use these `groupdn` and `grptemplate` parameters that the ldap-auth daemon passes to the OpenLDAP server by default, uncomment the following directive as shown, and change the value:
<pre> <pre>
proxy_set_header X-Ldap-GroupDN "<strong>cn=mygroupname,ou=group,dc=test,dc=com</strong>"; proxy_set_header X-Ldap-GroupDN "<strong>cn=mygroupname,ou=group,dc=test,dc=com</strong>";