~guilhem-fr/nginx/debian-1.0

« back to all changes in this revision

Viewing changes to modules/nginx-auth-ldap/config

  • Committer: Guilhem LETTRON
  • Date: 2011-11-22 17:33:33 UTC
  • Revision ID: guilhem+ubuntu@lettron.fr-20111122173333-mpnel7hbyjapogmr
add auth ldap module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ngx_addon_name=ngx_http_auth_ldap_module
 
2
HTTP_MODULES="$HTTP_MODULES ngx_http_auth_ldap_module"
 
3
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_ldap_module.c"
 
4
CORE_LIBS="$CORE_LIBS -lldap"
 
5
CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
 
 
b'\\ No newline at end of file'