## ## created by Muhammad A Muquit, Jul-22-1999 ######################################################################## Name: ldap_sisauth_module ConfigStart ######################## LDAP Headers ######################### # if you installed LDAP headers in an unusual place, # modify the variable below to specify the ldap libraries, example: # LDAP_INCLUDES="-I/usr/local/foo/include" LDAP_INCLUDES='-I./. -I../../../../openssl-0.9.7d/include' ######################### LDAP Libraries ###################### # if you installed LDAP stuff in an unusual place, # modify the variable below to specify the ldap libraries, example: # LDAP_LIB="-L/usr/foo/lib -lldap -llber" LDAP_LIBS='-L/usr/lib -lldap -llber -L../../../../openssl-0.9.7d -lcrypto -lresolv' error_occurred=0 # first check for LDAP Header if [ "x$LDAP_INCLUDES" = "x" ]; then h1=`./modules/sis-0.2/find-ldap-headers ldap.h` h2=`./modules/sis-0.2/find-ldap-headers lber.h` if [ "x$h1" != "x" -a "x$h2" != "x" ]; then LDAP_INCLUDES="$h1" else cat<