nginx-auth-ldap
nginx-auth-ldap copied to clipboard
LDAP authentication module for nginx
Currently, If i specify the ldap url like so with the "require valid_user" param it works. url "ldaps://ldap.test.domain.com/OU=Users,DC=test,DC=domain,DC=com?sAMAccountNam e?sub?(&(memberOf:1.2.840.113556.1.4.1941:=CN=testgroup,OU=LDAP,OU=Groups,DC=test,DC=domain,DC=com)(objectClass=person))"; binddn "...."; binddn_passwd "...."; group_attribute member; group_attribute_is_dn on; satisfy any; require...
Hello, I keep getting this error despite adding max_down_retries 10000 That didn't fix anything for me. Authentication works, but the error log is flooded with that error. Can someone help?
Please add support to use variable as a parameter for auth_ldap. ``` if ($ssl_client_verify = "SUCCESS"){ set $auth "off"; } if ($ssl_client_verify != "SUCCESS"){ set $auth "Forbidden"; } ``` While...
My config file looks like this: ``` ldap_server ad_server { url "ldaps://192.168.0.73:636/DC=local,DC=lan?uid?sub?(objectClass=posixAccount)"; ssl_check_cert on; ssl_ca_dir /var/run/ca-trust; binddn "xxxxxxxxxx"; binddn_passwd "xxxxxxxxxx"; require valid_user; } ``` When I remove the `ssl_` stuff,...
I am running a web application behind nginx, using it as a reverse proxy to authenticate with AD and for SSL termination. now my issue is , if I login...
I have auth_gss working. But I am trying to integrate it with auth_ldap. Has anyone gotten it to work? if so, can you share your configuration with us?
Hi! I am having an issue with the shared object not being created after configure/make. It seems like it's building it but the object is not located in the /objs...
The error: ``` http_auth_ldap: Initial bind failed (49: Invalid credentials [80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 532, v2580]) ``` Stacktrace: ``` #0 0x00007f9f6f3d4d5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0 #1...
i have a problem for compiling it in window's env 。please help me cl -c -O2 -W4 -nologo -MT -Zi -Fdobjs/nginx.pdb -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I...
when i input a valid username and password, it always shows the error log,what should i do with this? # error log 2016/05/04 08:37:13 [error] 4365#0: *2 http_auth_ldap: Could not...