nginx-ldap-auth
nginx-ldap-auth copied to clipboard
Example of LDAP authentication using ngx_http_auth_request_module
Add the option to use a CA cert file by setting the environment variable `LDAP_CA_CERT` with the path to the CA cert file. Reference documentation here : https://www.python-ldap.org/en/python-ldap-3.3.0/reference/ldap.html#tls-options
Hi, please add to step 8 the information that in case of Red Hat / CentOS the script nginx-ldap-auth-daemon-ctl**-rh**.sh has to be used. Otherwise the error "start-stop-daemon: command not found"...
backend-sample-app.py line 124 attempts to concatinate bytes literals and strings. On line 123 convert enc from a string to bytes literal. I purpose the following fix. `- enc = enc.decode()`...
Hey, I'm encountering an issue while trying to run the build command in the documentation. The system is running on CentOS7 (I believe it's 7.7). I've tried both commands I...
When I try to access my protected location / , I get the following error in nginx: ``` 2019/09/18 13:45:48 [error] 6#6: *1 connect() failed (111: Connection refused) while connecting...
The current implementation has support for reading the auth info from a cookie (named in `X-CookieName`). This PR adds the ability to also set the value of that same cookie...
Hello Guys, This is my configuration. I keep getting this error Error while initializing LDAP connection: (0, 'Error') Similar LDAP filter works perfectly with other model: I tried lots of...
Does anyone know how to debug this. I am trying to setup nginx to authenticate using LDAP and installed the nginx-ldap-auth perl moudule but getting these errors: # nginx-ldap-auth settings...
Hello All, I hope you are doing well, I'm unable to authenticate against AD using nginx-ldap-auth as a container, in the access.log i see, GET / HTTP/1.1" 401 574 and...
Issue: The NGINX LDAP Architecture image in the [README](https://github.com/nginxinc/nginx-ldap-auth/blob/master/README.md) isn't working. 