72 Commits (8517bb05ecc896b54429ca5e95137b0a386bd41a)

Author SHA1 Message Date
Victor Hahn 2e3e8a9e14 Verify certificate CN/SAN 9 years ago
rascal-hats 878da132fb Update ngx_http_auth_ldap_module.c 9 years ago
Victor Hahn 6389f806d5 Expose SSL certificate verification as config option 9 years ago
Victor Hahn 65522703ae Verify remote SSL certificate 9 years ago
Victor Hahn Castell 7802d53f0a Fix typo 9 years ago
Petrovich 3f7ab7f81f change confuging emergency error message to notice 9 years ago
Jakub Podeszwik e5ec574249 Added some debug 10 years ago
Jean-Baptiste Quenot bd58ee3c75 Fix #80 LDAP connection failures are silently swallowed 10 years ago
Donald Huang febe91256f avoid crashes comparing groups 10 years ago
cryptogopher 91f951ecd9 Checking if ldap_server is defined before auth_ldap_servers. Getting segfault without this check. 10 years ago
Luca Milanesio 8e92526458 Configurable timeouts on a per-LDAP basis 10 years ago
Andrii Moiseiev d1dbca7d0d fixing auth failure issue when CN of user or group doesn't exist 10 years ago
Patrik Weiskircher 95d64f0797 don't return the connection after every LDAP reply. 10 years ago
Patrik Weiskircher a471062903 remove quick and dirty hack to rebind to the search user. it has been implemented correctly already. 10 years ago
Patrik Weiskircher 20f279f0f9 Fix requests that were waiting on a LDAP connection getting lost and timing out after 10 seconds. 10 years ago
Tomáš Golembiovský fae9e215c6 Passed incorrect pointer to SSL handshake handler. 10 years ago
Tomáš Golembiovský 930918b6c9 Fixed compilation without SSL (fixes #22) 11 years ago
Tomáš Golembiovský 5d82c4a6e5 Removed recursion during ssl handshake (should fix #34) 11 years ago
David Beitey 0cc183bedd Fix authentication for user/group validations 11 years ago
Prune 97a992b700 Update ngx_http_auth_ldap_module.c 11 years ago
Tomáš Golembiovský f344b0164d Fixed event handling when SSL is used with something else then epoll 11 years ago
Tomáš Golembiovský 27bc70be13 Fixing authentization process 11 years ago
Tomáš Golembiovský eac8408c82 Allow include directive in ldap block 11 years ago
Robert Nelson 7248c9e257 Fixed #21 by rebinding to server's binddn after each bind. 11 years ago
Tomáš Golembiovský 59ef5fd1df bugfix: User gets authenticated when satisfy is 'any' and no group 11 years ago
Jiri Hruska f4d1da9bb7 Add support for ldaps:// SSL connections 11 years ago
Jiri Hruska 214de5be41 Avoid duplicate error message when server closes the connection 11 years ago
Jiri Hruska 5cb46a08e7 Do not crash on startup when no servers have been defined 11 years ago
Jiri Hruska 6eea22868d Initialize ngx_http_auth_ldap_server_t structure fields properly 11 years ago
Jiri Hruska 007ef91db1 Implement reconnect when LDAP connection goes down 11 years ago
Jiri Hruska 9b192fee53 Fix intermittent authentication failures 11 years ago
Jiri Hruska eb313ca473 Open configurable amount of connections to all servers 11 years ago
Jiri Hruska afda839edb Handle LDAP operations asynchronously using nginx event architecture 11 years ago
Jiri Hruska 7acf3b4a98 Unification and small cleanup of log messages 11 years ago
Jiri Hruska 16c3452ec0 Minor code formatting cleanup 11 years ago
Jiri Hruska 1b6ee8e0c1 Clean function order a bit before further big changes 11 years ago
Jiri Hruska c8d76769d4 Add contribution notice to the licenses 11 years ago
Jiri Hruska 8b2dcc7522 Implement a per-process cache for increased performance 11 years ago
Jiri Hruska bd4959918c Allow specifying the full user DN to avoid searching the LDAP 11 years ago
Jiri Hruska a043544e2d Resolve server names only once during configuration 11 years ago
Jiri Hruska 89f0f75592 Simplify processing of auth_ldap configuration directives 11 years ago
Jiri Hruska 4947e2047d Use ngx_http_complex_value_t instead of custom script handling 11 years ago
Jiri Hruska 17fce4fe0a Remove ngx_ldap_userinfo and custom parsing of the Authorization header 11 years ago
Jiri Hruska 4228721e81 Minor refactoring and cleanup 11 years ago
Jiri Hruska 2d30d6e4ae Remove forgotten "auth_basic" from ngx_http_auth_basic_create_loc_conf() 11 years ago
Jiri Hruska 04ed544f49 Fix a typo in Pavel Brylov's configuration refactoring 11 years ago
Pavel Brylov 48f11c2eec Added support for multiple ldap servers, contains non-backwards compatible changes to configuration 12 years ago
Valery 6aa1e7148c Add Licence to source 12 years ago
Jan Marc Hoffmann ef6b924ffb The tls allow option will cause problems when no ldap.conf is defined on the client system. If the certificate option fails, warn and keep going. 12 years ago
harveyzh 7e33e928c1 fix memory length for the search filter 12 years ago