Advertisement
Guest User

new config file for nginx-auth-ldap

a guest
Feb 10th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ngx_addon_name=ngx_http_auth_ldap_module
  2.  
  3. ngx_module_libs=-lldap
  4.  
  5. if [ $ngx_module_link = DYNAMIC ] ; then
  6. ngx_module_name="ngx_http_auth_ldap_module"
  7. ngx_module_srcs="$ngx_addon_dir/ngx_http_auth_ldap_module.c"
  8. . auto/module
  9. elif [ $ngx_module_link = YES ] ; then
  10. ngx_module_type=HTTP
  11. ngx_module_name=ngx_http_auth_ldap_module
  12. ngx_module_incs=
  13. ngx_module_deps=
  14. ngx_module_srcs="$ngx_addon_dir/ngx_http_auth_ldap_module.c"
  15. . auto/module
  16. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement