kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

require within location #205

Open rediculum opened 6 years ago

rediculum commented 6 years ago

I need to specify group/valid_user permission within different locations. Regarding this older article, it was possible to do it with auth_ldap_require.

With the actual version of the module, all those ldapauth* attributes described in the article above do not work anymore. 2018/05/02 09:38:53 [emerg] 4451#4451: unknown directive "auth_ldap_url" in /etc/nginx/conf.d/default.conf:10

Is there no more possibility to define required groups/valid_user inside a location and a global LDAP configuration?

manas86 commented 5 years ago

is this fixed now? I'm haveing the same issue?