From 8f36499a42484c324d1cc2490f4f372de07d28f4 Mon Sep 17 00:00:00 2001 From: Evgeny Kulev Date: Thu, 1 Sep 2016 20:17:08 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";