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

Undocumented Group Restriction Values #17

Closed DerfOh closed 6 years ago

DerfOh commented 7 years ago

This is in reference to #16

It seems that there are a number of undocumented values that would be nice to have provided in README.md

Namely restriction types like:

auth_ldap_require group 'cn=admins,ou=group,dc=example,dc=com';
auth_ldap_require group 'ou=HR,dc=example,dc=com';
auth_ldap_satisfy all;
vl-homutov commented 6 years ago

You are referring to some 3rd-party ldap authentication module, and not nginx-ldap-auth.