nginx-ldap-auth
nginx-ldap-auth copied to clipboard
Example of LDAP authentication using ngx_http_auth_request_module
Docker image stopped building as alpine linux 3.15 bundles newer ldap (2.6) than python-ldap can handle (2.5), [open issue](https://github.com/python-ldap/python-ldap/issues/445) Might be a good idea to provide the alpine version in...
Example: The login works for non-unicode DN results but throws this error when an 'ö' is in the result. `Error while verifying search query results: 'ascii' codec can't encode character...
From what i'm seeing, my protected resource is correctly redirecting to the login form, but i'm not sure why i can't seem to get the resource to register the 200...
When users are authenticated in, I would like for them to show up in the log where $remote_user is. I've tried setting the header remote_user in the "backend" but is...
Recently that module stopped working And bind stage with user DN/pass start failing with error 192.168.0.1 - USER [18/Aug/2021 16:41:58] "GET / HTTP/1.1" 401 - 192.168.0.1 - - [18/Aug/2021 16:43:17]...
Hello, I couldn't help but noticing that traffic between nginx and ldap-auth contains the most sensitive info (passwords) but nowhere in the docs I see any reference to whether if...
I was trying out the docker implementation and I found that you can't actually connect to the running container. Some background information: https://docs.docker.com/engine/reference/builder/#expose The docker file does contain: Expose 8888...
**Description:** 1. I would like to allow LDAP authentication in my app which hosted on nginx 2. I setup `nginx-ldap-auth`, like [this instructions][1] 3. nginx send auth request to LDAP...
Flush log messages written into stdout by calling `sys.stdout.flush()`. It seems to be missed only on `log_message()` in class `AuthHandler`. This fixing may be needed to get log message on...