nginxinc / nginx-ldap-auth

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

Ldap daemon auth is not showing up #45

Closed mevivs closed 6 years ago

mevivs commented 6 years ago

I followed https://www.nginx.com/blog/nginx-plus-authenticate-users/ and at root# nginx-ldap-auth-daemon-ctl.sh start

can see that pid file created but no process getting listed with saved process id. Is there anything i am missing?

faisal-memon commented 6 years ago

I suggest to run ./nginx-ldap-auth-daemon.py directly without startup script and check if it reports any errors and fix it (maybe missing python modules or permissions or other issue)

Also, if you are on RedHat, there is a separate startup script.