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

It has been my experience that the `max_down_retries` parameter being defaulted to unlimited will result in mysterious issues with nginx becoming unresponsive. My running theory is that some firewall/ddos prevention...

HI, After installing nginx 1.6.2 with nginx-auth-ldap module, nginx fails to work spitting hundreds of messages to the log flle. Configure flags: `configure arguments: --add-module=/root/nginx-auth-ldap-master --with-http_ssl_module` Dmesg: ``` [278240.349065] traps:...

Hey there, I was wondering if it is possible to authorize based on a combination of 2 groups. Right now it seems to be satisfied when the user is part...

Problemdescription: https://mailman.nginx.org/pipermail/nginx/2021-January/060277.html this PR implement the solution [suggested by Maxim Dounin](https://mailman.nginx.org/pipermail/nginx/2021-January/060280.html)

Hello everybody! I'm trying to setup this plugin againt Windows 2008R2 Active Directory server, my nginx.conf: http { ... auth_ldap_cache_enabled on; auth_ldap_cache_expiration_time 3600000; auth_ldap_cache_size 1000; ``` ldap_server platbox{ url "ldap://192.168.198.100/dc=int,dc=domain,dc=com?sAMAccountName?sub?";...

when i setting nginx ldap, metting Authentication timed out error, here is my nginx config: ldap_server ngldap { url ldap://******:389/DC=qianbaocard,DC=com?sAMAccountName?sub?(objectClass=user); #connections 30; binddn "******"; binddn_passwd "******"; #satisfy any; group_attribute memberuid;...

Hello! It looks like nginx_auth_ldap module sometimes fails to detect LDAP server connection failure. ``` nginx version: nginx/1.8.0 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) built with OpenSSL...

I have successfully added "nginx-auth-ldap" to nginx when do the configure with centos7(after have a lots of trouble with centos6, so I strongly recommend you to try centos7 ). However,...

When username contains any special character (parentheses, asterisk, ...) user search will fail. When returned DN of user contains any escaped character (for example ",") group filter will fail. Example:...

Hi, I try to compile the ldap module with nginx on Centos7. However I am greeted with tons of compile errors. The first few I got here: ``` cc -c...