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

Can the module support specified network skip verification,or support multiple virtual hosts(different domain) sharing session cookies?I realy need this...

I need to specify group/valid_user permission within different locations. Regarding [this](http://www.allgoodbits.org/articles/view/29) older article, it was possible to do it with auth_ldap_require. With the actual version of the module, all those...

I will appreciate any direction towards the solving and assist me to reach the goal for centos7. I'm following and using https://github.com/kvspb/nginx-auth-ldap using docker. So my docker file looks like...

Hi! Cannot get to work with pair of DC's Make as in readme: ``` ldap_server AD1 { url ldaps://?sAMAccountName?sub?(objectClass=person); binddn "binddn_user"; binddn_passwd 'bind_passwd'; group_attribute uniquemember; group_attribute_is_dn on; require valid_user; satisfy...

Hi then i try to enable or disable the ldap_auth via rule. i have created a map geo $realm { default "restricted area"; 192.168.1.0/24 off; } auth_ldap $realm; auth_ldap_servers ldap_srv;...

I have found that the long connection will be established while the nginx configuration reload and every ldap_server block and every work_process will establish a connection,For example,the work_process is set...

When I enable `ssl_check_cert` with `ssl_ca_file` I still get the following message: ``` http_auth_ldap: Initial bind failed (13: Confidentiality required [TLS confidentiality required]) ``` When I check the LDAP logs:...

/usr/local/src/nginx-auth-ldap/ngx_http_auth_ldap_module.c:38: error: unknown option after ‘#pragma GCC diagnostic’ kind /usr/local/src/nginx-auth-ldap/ngx_http_auth_ldap_module.c:395:8: error: #warning "http_auth_ldap: Compiling with OpenSSL < 1.0.2, certificate verification will be unavailable. OPENSSL_VERSION_NUMBER == " XSTR(OPENSSL_VERSION_NUMBER) make[1]: **\* [objs/addon/nginx-auth-ldap/ngx_http_auth_ldap_module.o]...

I have random segfaults in module nginx-auth-ldap Some debug data: nginx -V ``` nginx version: nginx/1.9.5 built by gcc 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) built with OpenSSL 1.0.1e-fips 11...

Hi, When I try to upload a file on my app SendFirefox, an error msg display on the web browser. My configuration : Backend : The app sendfirefox Frontend :...