Fixed BUG228036 which was causing casa_atvd to not re-start after a
system re-boot. Also added code to deal with cases where the CASA_auth_token_jaas_support rpm is installed before the basic ATS setup script is executed, thus ending up with the signing cert not being imported into the client's key store. M server/package/linux/CASA_auth_token_server.changes M server/package/linux/CASA_auth_token_server.spec.in M server/AuthTokenValidate/Svc/linux/CasaAuthtokenValidateD
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# X-UnitedLinux-Should-Start: $syslog $time
|
||||
# Required-Stop: $local_fs $remote_fs
|
||||
# X-UnitedLinux-Should-Stop: $syslog $time
|
||||
# Default-Start: 1 2 3 5
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop:
|
||||
# Short-Description: Casa Authtoken Validate Daemon
|
||||
# Description: Start Casa Authtoken Validate Daemon
|
||||
@@ -87,6 +87,9 @@ StartDAEMON()
|
||||
fi
|
||||
|
||||
ulimit -f unlimited
|
||||
|
||||
# Make sure that the client keystore has been setup
|
||||
/usr/share/java/CASA/authtoken/bin/client_keystore_setup.sh -s
|
||||
|
||||
# Start the daemon
|
||||
echo -n "Starting casa_atvd..."
|
||||
|
||||
Reference in New Issue
Block a user