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

## Environment * nginx 1.12.2 * nginx-auth-ldap : 42d195d * fancyindex: https://github.com/aperezdc/ngx-fancyindex 0.4.2 ## Configuration ```nginx ldap_server ldap.domain.com { url ldaps://ldap.domain.com/OU=People,DC=domain,DC=com?uid?sub?(objectClass=posixAccount); binddn "uid=ssomanager,ou=admin,dc=domain,dc=com"; binddn_passwd acblfebadiced@T; group_attribute uniquemember; group_attribute_is_dn on; require...

Is it possible to retrieve additional attributes from the LDAP server and pass them in a header along with the username/password already in the authorization header? I'd love to get...

Thank you very much for writing this module! I believe I may have encountered a bug. ## Example of Issue ``` conf http { ldap_server employees { url "ldap://localhost/ou=people,dc=example,dc=com?cn?sub?(objectClass=person)"; binddn...

Hi, I have below configurations. I can make ldap search. After the bind_timeout period i got "http_auth_ldap: Authentication timed out" error on access log. On debug log it finds out...

Hi, while trying to figure out the correct settings to activate the cache I found out that there are at least three ways to have a positive nginx configtest, but...

I am using Nginx 1.12 and the latest version of this module. I want user authenticates twice when they login. and in order to prevent LDAP AUTH pass the password....

I tried to setup nested groups. When I enter my credentials the popup appears again, but no error message is shown. Only when I enter an invalid user the error...

Hello Team, I installed nginx-auth-ldap module in my nginx server.I able to authenticate ldap users to access elasticsearch indexes. Here is the scenario that I am trying to achieve. I...

Hi, It could very well be that I'm not doing something the right way, but it seems require group does not work with FreeIPA's 389 LDAP schema. Here is my...

Is it possible to do dns discovery of the available ldap servers? Thanks!