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:
parent
47c01f7e34
commit
67e99fc3d9
@ -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..."
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 14:58:51 MST 2007 - jluciani@novell.com
|
||||
|
||||
- Fixed casa_atvd not starting by default problem documented
|
||||
in BUG228036.
|
||||
|
||||
- Fixed problem that was causing token validation to fail because
|
||||
the signing certificate had not been imported to the key store
|
||||
used for token validations. The issue would be seen whenever
|
||||
the CASA_auth_token_jaas_support rpm was installed before running
|
||||
the basic ATS setup script. Now, the casa_atvd init.d scrip executes
|
||||
the script used to import the certificate as part of its daemon start
|
||||
sequence.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 15:20:11 MST 2006 - jluciani@novell.com
|
||||
|
||||
|
@ -251,7 +251,7 @@ fi
|
||||
/sbin/ldconfig
|
||||
|
||||
# Install casa_atvd init script, set it to start by default.
|
||||
%{fillup_and_insserv casa_atvd}
|
||||
%{fillup_and_insserv -y casa_atvd}
|
||||
|
||||
|
||||
%preun
|
||||
|
Loading…
Reference in New Issue
Block a user