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

Auth session not expiring? #32

Closed Karplyak closed 6 years ago

vl-homutov commented 6 years ago

The ldap connector just performs credential check, and returns if they are valid or not. Please check your nginx/ldap configuration. (http://nginx.org/en/docs/http/ngx_http_auth_request_module.html) Also check your cache settings.