2012-10-17 09:23:33 +04:00
2011-03-11 11:47:50 +03:00
2011-05-16 23:41:15 +04:00
2011-11-16 13:25:35 +03:00
2012-10-17 09:23:33 +04:00

How to install

FreeBSD

cd ~ && git clone https://github.com/kvspb/nginx-auth-ldap.git
cp -R /usr/ports/www/nginx ~/nginx-ldap

edit ~/nginx-ldap/Makefile add CONFIGURE_ARGS --add-module=path_to_http_auth_ldap_module

HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${ETCDIR} \
....
--user=${WWWOWN} --group=${WWWGRP} \
--add-module=path_to_http_auth_ldap_module

install modified port

cd ~/nginx-ldap
make install clean

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
S
Description
slightly patched fork of LDAP authentication module for nginx
Readme BSD-2-Clause 288 KiB
Languages
C 100%