Made changes to deal with Greg's recommendations as a result of his
code review. Fixed the problem that was preventing us from associating a PID file with the ATS service. Stopped deleting the "casaatsd" user during RPM un-install to avoid problems with orphaned files. Added code to protect against zero length passwords in the Pwd authentication mechanism.
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 16:41:46 MST 2007 - jluciani@novell.com
|
||||
|
||||
- Made changes to deal with recommendations given by Greg as
|
||||
a result of the code review that he performed.
|
||||
|
||||
- Added check to protect against zero length passwords in the
|
||||
Pwd authentication mechanism.
|
||||
|
||||
- Fixed issue that was not allowing us to associate a PID file
|
||||
with the ATS service.
|
||||
|
||||
- Stopped deleting the user "casaatsd" during RPM un-install to
|
||||
avoid problems with orphaned files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 09:09:56 MST 2007 - jluciani@novell.com
|
||||
|
||||
|
||||
@@ -261,7 +261,7 @@ fi
|
||||
%dir %{prefix}/share/java/CASA/authtoken/bin
|
||||
%dir /var/lib/CASA
|
||||
%dir /var/lib/CASA/authtoken
|
||||
%dir /var/lib/CASA/authtoken/svc
|
||||
%dir %attr(-, casaatsd, casaauth) /var/lib/CASA/authtoken/svc
|
||||
%dir /etc/CASA
|
||||
%dir /etc/CASA/authtoken
|
||||
%dir /etc/CASA/authtoken/keys
|
||||
|
||||
@@ -251,9 +251,6 @@ if test "$1" == 1; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Delete the casaatsd user
|
||||
userdel casaatsd
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -262,7 +259,7 @@ userdel casaatsd
|
||||
%dir %{prefix}/share/java/CASA/authtoken/bin
|
||||
%dir /var/lib/CASA
|
||||
%dir /var/lib/CASA/authtoken
|
||||
%dir /var/lib/CASA/authtoken/svc
|
||||
%dir %attr(-, casaatsd, casaauth) /var/lib/CASA/authtoken/svc
|
||||
%dir /etc/CASA
|
||||
%dir /etc/CASA/authtoken
|
||||
%dir /etc/CASA/authtoken/keys
|
||||
|
||||
Reference in New Issue
Block a user