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.
|
ngx_addon_name=ngx_http_auth_ldap_module
|
|
HTTP_MODULES="$HTTP_MODULES ngx_http_auth_ldap_module"
|
|
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_ldap_module.c"
|
|
CORE_LIBS="$CORE_LIBS -lldap"
|
|
CFLAGS="$CFLAGS"
|
|
|