slightly patched fork of LDAP authentication module for nginx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Valery c4dc7c9153 Merge pull request #6 from exelnet/master 12 years ago
README.md Update README.md 12 years ago
config initial commit 14 years ago
example.conf add auth_ldap_require valid_user 14 years ago
ngx_http_auth_ldap_module.c 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

README.md

How to install

FreeBSD

cd /usr/ports/www/nginx && make config install clean

Check HTTP_AUTH_LDAP options

[*] HTTP_AUTH_LDAP        3rd party http_auth_ldap module 

Linux

cd ~ && git clone https://github.com/kvspb/nginx-auth-ldap.git   

in nginx source folder

./configure --add-module=path_to_http_auth_ldap_module
make install