nginxinc / nginx-ldap-auth

Example of LDAP authentication using ngx_http_auth_request_module
BSD 2-Clause "Simplified" License
681 stars 202 forks source link

proxy_set_header X-Ldap-Template in README.md #37

Closed Tolivier closed 6 years ago

Tolivier commented 6 years ago

IT's indicated that the template X-Ldap-Template could be: "(&(cn=%(username)s)(memberOf=cn=group1,cn=Users,dc=example,dc=com))"; It's: "(&(cn=%(username)s)(memberOf=cn=group1,cn=Groups,dc=example,dc=com))";

vl-homutov commented 6 years ago

It's just an example, I see no contradiction that there is a group under Users entry.