openldap/contrib/web_ldap
Kurt Zeilenga e0691dfbc0 create SASL_LIBS to hold -lsasl
create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS
use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
1999-08-05 02:25:19 +00:00
..
COPYRIGHT Initial import of web_ldap written and contributed 1998-12-14 23:10:02 +00:00
maint_form.h Initial import of web_ldap written and contributed 1998-12-14 23:10:02 +00:00
Makefile.in create SASL_LIBS to hold -lsasl 1999-08-05 02:25:19 +00:00
process_form.h Initial import of web_ldap written and contributed 1998-12-14 23:10:02 +00:00
README Fix typo web_ldap.txt -> web_ldap_usage.txt 1999-03-13 23:46:09 +00:00
util.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
web_ldap_usage.html s/OpenLDAP-bugs/OpenLDAP-its/ 1999-08-03 10:08:49 +00:00
web_ldap_usage.txt s/OpenLDAP-bugs/OpenLDAP-its/ 1999-08-03 10:08:49 +00:00
web_ldap.c s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +00:00
web_ldap.cfg Initial import of web_ldap written and contributed 1998-12-14 23:10:02 +00:00
web_ldap.html Initial import of web_ldap written and contributed 1998-12-14 23:10:02 +00:00
web_ldap.log.sample Initial import of web_ldap written and contributed 1998-12-14 23:10:02 +00:00

The web_ldap package contains the following files:

  COPYRIGHT             - Your rights to use this software
  Makefile              - Build file
  README                - This file
  maint_form.h          - HTML form processing
  process_form.h        - HTML form processing
  util.c                - HTML form processingg
  web_ldap.c            - Form/LDAP processing
  web_ldap.cfg          - configuration File
  web_ldap.html         - HTML Form
  web_ldap.log.sample   - Sample Log file
  web_ldap_usage.txt    - Instructions for use
  web_ldap_usage.html   - Instructions for use in HTML
  
Please reveiw the web_ldap_usage.txt or web_ldap_usage.html 
file to understand how to utilize this software.