Created the Validate AuthToken Daemon. There is still work to be done on
this component.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user