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

auth_ldap "Please enter your ldap user"; i access html,but login don‘t display string "Please enter your ldap user";,so i don't know how to display this string nginx version:1.22.0

Wondering if anyone has had any luck using the prebuolt images of nginx that include this? Maybe you could share a guide or play-by-play? I'm about to give this a...

Just a cordial request for documentation to at least explain the meaning of the configuration parameters. It's very difficult to determine what the values should be, as some of them...

This pull request addresses two things relating to `ngx_http_auth_ldap_ssl_handshake_handler`: 1. Fixes kvspb/nginx-auth-ldap#236 by not assuming `conn->sockaddr` is non-NULL. Instead, it tries to get it from `conn->sockaddr`, `c->conn.sockaddr`, and finally `c->server->parsed_url.sockaddr.sockaddr`,...

LDAP server may serve over a unixsocket. To connect to such servers, a LDAP-client uses an 'normal' LDAPURI `ldapi://%2Fpath%2Fto%ldap-socket/dc=base,...` * the hostpart doesn't contain any ":port" * any '/' is...

I realize this is less likely an issue an more likely something with my config, but hopefully someone can set me straight. Everything is working correctly as far aw connectivity,...

Its been a while since a new release has been pushed. Maybe push one?

It works well under HTTP, the LDAP popup and authentication. Once SSL is on, the LDAP popup is still there but it will just return too_many_redirection error in the browser....

I made the following settings, but the request to the "ad_2 "did not go through. ldap_server ad_1 { url "ldap://:3268/OU=Offices,DC=company,DC=com?sAMAccountName?sub?(objectClass=person)"; binddn "CN=Operator,OU=Service Accounts,DC=company,DC=com"; binddn_passwd ; group_attribute member; group_attribute_is_dn on; require...

nginx-1.11.4 ``` cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I debian/extra/njs-0.1.2/nginx/../nxt...