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

I currently face an issue were in a lab environment I get the authentication of user to Nginx using the nginx-auth-ldap module working and on a prod server I cannot...

OS: Debian 8 nginx version: nginx/1.10.0 Configure nginx with dynamic module ``` ...... configuring additional dynamic modules adding module in ./ldap + ngx_http_auth_ldap_module was configured ....... ``` next: ``` make...

I know you sort of wrote this, but after the newest commit nginx wouldn't compile for me, because i lacked the specified openssl version. So it should probably be listed...

**environment:** - nginx version: nginx/1.10.1 - OpenSSL 1.0.2h - nginx-auth-ldap fresh from here - OpenLDAP openldap-2.4.40 Hi, the § mark is not detected correctly in passwords. If using this sign...

Hi. I'm tasked with setting up our reverse proxy to authenticate against our Active Directory server. However, i'm having some troubles figuring out the configuration syntax to do this. At...

Hi there, Adding the LDAP stuff as you suggest on your Wiki page does work fine. Authentication does work also with groups. However restarting nginx throws me some errors: ```...

I'm finding NO documentation anywhere related to the binddn password and it's specific options with regards to supporting a hashed password. Forcing only plain text passwords to be put into...

After Update to latest Version group authorization isn´t working with OSX LDAP anymore: nginx version: nginx/1.4.2 built by gcc 4.7.2 (Debian 4.7.2-5) TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx...

Hello, Here is my setup: ldap_server ad{ #url "ldap://192.168.99.174/ou=it,dc=lihui,dc=intern?uid?sub?(objectClass=persiona)"; url "ldap://192.168.99.174/ou=it,dc=lihui,dc=intern?sAMAccountName?sub?(objectClass=person)" binddn "cn=a1,ou=it,dc=lihui,dc=intern"; binddn_passwd "123"; group_attribute member; #group_attribute uniquemember; group_attribute_is_dn on; satisfy all; require group "cn=k4allow,ou=it,dc=lihui,dc=intern"; #require valid_user; } background...

+--> dc=example,dc=com (2) +--> ou=Group (2) | ---> cn=t1 | ---> cn=t2 +--> ou=People (2) | ---> cn=test1 | ---> cn=test2 ldap_server exampleldap { url ldap://172.16.1.6/dc=example,dc=com?cn?sub?(objectClass=person); binddn "cn=admin,dc=example,dc=com"; binddn_passwd adminadmin;...