nginx-auth-ldap icon indicating copy to clipboard operation
nginx-auth-ldap copied to clipboard

LDAP authentication module for nginx

Results 110 nginx-auth-ldap issues
Sort by recently updated
recently updated
newest added

Is it possible to encrypt binddn_password on config file?

AM trying to up put a ldap front end to AWS Kibana, Have the proxy working, have the ldap working but when used together, get warning. {"message":" Authorization header requires...

Hello team, I would like to enable session time out like 24h re-authenticate the user again. my default conf. server { listen 80; auth_ldap "Authentication is required"; auth_ldap_servers ldapserver; access_log...

Hi, are there any plans to implement StartTLS (over port 389)? Reason I'm asking is ldaps over port 636 is deprecated and it would be nice to still have the...

I am trying to use "require group" in extra `ldap_server` in order to achieve some ACL on Nginx and LDAP group level. Given the below configuration I am logging in...

So I ran into an issue with this auth module. When the user logging in has a CN with a comma aka CN="Lastname, Firstname" the result returns it escaped like...

re: https://github.com/kvspb/nginx-auth-ldap/issues/194 We're getting this too. However, nobody seems to be monitoring comments on old issues.

Hello 2014/12/09 15:19:51 [alert] 21068#0: worker process 21247 exited on signal 6 worker process: compare.c:70: ldap_compare_ext: Assertion `attr != ((void *)0)' failed. 2014/12/09 15:19:51 [alert] 21068#0: worker process 21073 exited...

There appears to be five years worth of work in your repository commits that are not in a numbered release. Would you be able to do a 0.2 release so...

hi All, After installing this lib, Im having below issue ``` 2018/12/24 00:17:10 [emerg] 27#0: http_auth_ldap: No user attribute specified in auth_ldap_url. in /etc/nginx/nginx.conf:88 nginx: [emerg] http_auth_ldap: No user attribute...