diff --git a/README.md b/README.md index 0dcf728..23ce76f 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ If you want to change the realm name from the default value (**Restricted**), un
proxy_set_header X-Ldap-Realm "Restricted";
-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:
 proxy_set_header X-Ldap-GroupDN "cn=mygroupname,ou=group,dc=test,dc=com";