Created the Validate AuthToken Daemon. There is still work to be done on

this component.
This commit is contained in:
Juan Carlos Luciani
2006-09-05 22:52:21 +00:00
parent a5a2ad79bc
commit 9bc19e9c60
9 changed files with 952 additions and 4 deletions

View File

@@ -127,13 +127,16 @@ AM_CONDITIONAL(WINDOWS, test "$TARGET_OS" = "windows")
case $target_cpu in
x86_64|p*pc64|s390x)
LIB=lib64
BIN=bin64
;;
*ia64|*)
LIB=lib
BIN=bin
;;
esac
AC_SUBST(LIB)
AC_SUBST(BIN)
AM_CONDITIONAL(LIB64, test "$LIB" = lib64)
#
@@ -276,6 +279,8 @@ server/AuthTokenValidate/linux/Makefile
server/AuthTokenValidate/idenTokenProviders/Makefile
server/AuthTokenValidate/idenTokenProviders/casa/Makefile
server/AuthTokenValidate/idenTokenProviders/casa/linux/Makefile
server/AuthTokenValidate/Svc/Makefile
server/AuthTokenValidate/Svc/linux/Makefile
server/PamSupport/Makefile
server/PamSupport/linux/Makefile
server/ApacheSupport/Makefile