Hello community, here is the log from the commit of package CASA_auth_token_svc checked in at Fri May 18 23:51:55 CEST 2007. -------- --- CASA_auth_token_svc/CASA_auth_token_svc.changes 2007-04-26 17:51:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/CASA_auth_token_svc/CASA_auth_token_svc.changes 2007-05-17 19:42:40.000000000 +0200 @@ -1,0 +2,33 @@ +Thu May 10 10:55:22 MDT 2007 - jluciani@novell.com + +- Removed the temporary work around made to the SPEC files + which was allowing the user casaatsd to have a shell. + +- Removed the OES workaround from the CasaBasicATSSetup script + since it is no longer needed. + +------------------------------------------------------------------- +Wed May 9 16:38:14 MDT 2007 - jluciani@novell.com + +- Added the capability to read REALM credentials from miCASA to + avoid having the credentials in the clear in the iaRealms.xml + file. This change adds a dependency on CASA and partially + addresses BUG265414. + +- Created a utility that allows users to edit the iaRealms.xml + file. This was necessary to support the CASA ATS Yast Module + enhancements. + +- Fixed settings and policy utilities to output error messages + to stderr instead of stdout to avoid messing up the CASA ATS + Yast Module. + +- Fixed the SPEC files to set the appropriate home folder for + the casaatsd user. + +- Temporary changed the SPEC files to allow the casaatsd user + to have a shell. This change will be reverted as soon as + the CASAcli is updated to allow a root user to pass the + UID of the user being targeted. + +------------------------------------------------------------------- Old: ---- CASA_auth_token_svc-1.7.1327.tar.bz2 check-build.sh New: ---- CASA_auth_token_svc-1.7.1365.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CASA_auth_token_svc.spec ++++++ --- /var/tmp/diff_new_pack.X15733/_old 2007-05-18 23:51:30.000000000 +0200 +++ /var/tmp/diff_new_pack.X15733/_new 2007-05-18 23:51:30.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package CASA_auth_token_svc (Version 1.7.1327 ) +# spec file for package CASA_auth_token_svc (Version 1.7.1365 ) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,19 +16,19 @@ URL: http://www.novell.com/products BuildRequires: gcc-c++ glib2-devel identity-abstraction insserv libstdc++ libstdc++-devel mono-devel pkgconfig servletapi5 sysvinit xerces-j2 xml-commons-apis -BuildRequires: jakarta-commons-logging java-sdk-1.5.0 log4j pwdutils update-alternatives +BuildRequires: CASA-devel jakarta-commons-logging java-sdk-1.5.0 log4j pwdutils update-alternatives %define prefix /usr License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Autoreqprov: on -%define bldno 1.7.1327 -Version: 1.7.1327 +%define bldno 1.7.1365 +Version: 1.7.1365 Release: 1 Summary: Novell CASA Authentication Token Service Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: jre >= 1.5.0 -Requires: servletapi5 tomcat5 sysvinit insserv identity-abstraction sed log4j xerces-j2 +Requires: servletapi5 tomcat5 sysvinit insserv identity-abstraction sed log4j xerces-j2 CASA PreReq: %fillup_prereq %insserv_prereq PreReq: /usr/bin/awk, /usr/bin/test, /bin/grep, /bin/cat, /usr/bin/install, /bin/pwd PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/getent @@ -155,6 +155,7 @@ install -m 755 %{_lib}/java/CasaSvcSettingsEditor.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor-%{bldno}.jar install -m 755 %{_lib}/java/CasaAuthPolicyEditor.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaAuthPolicyEditor-%{bldno}.jar install -m 755 %{_lib}/java/CasaTomcatConnectorEditor.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaTomcatConnectorEditor-%{bldno}.jar +install -m 755 %{_lib}/java/CasaIaRealmsEditor.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIaRealmsEditor-%{bldno}.jar # Symbolic Links ln -sf CasaAuthTokenSvc-%{bldno}.war %{buildroot}%{prefix}/share/java/CASA/authtoken/CasaAuthTokenSvc.war ln -sf CasaAuthTokenSettingsEditor-%{bldno}.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaAuthTokenSettingsEditor.jar @@ -162,6 +163,7 @@ ln -sf CasaSvcSettingsEditor-%{bldno}.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor.jar ln -sf CasaAuthPolicyEditor-%{bldno}.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaAuthPolicyEditor.jar ln -sf CasaTomcatConnectorEditor-%{bldno}.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaTomcatConnectorEditor.jar +ln -sf CasaIaRealmsEditor-%{bldno}.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIaRealmsEditor.jar # Settings and configuration files install -m 600 Svc/templates/svc.settings %{buildroot}/etc/CASA/authtoken/svc/templates/svc.settings install -m 600 Svc/templates/auth.policy %{buildroot}/etc/CASA/authtoken/svc/templates/auth.policy @@ -178,6 +180,7 @@ install -m 700 Svc/linux/CasaBasicATSSetup.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaBasicATSSetup.sh install -m 700 Svc/linux/CasaAuthPolicyEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaAuthPolicyEditor.sh install -m 700 Svc/linux/CasaTomcatConnectorEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaTomcatConnectorEditor.sh +install -m 700 Svc/linux/CasaIaRealmsEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIaRealmsEditor.sh install -m 700 Svc/linux/CasaAuthTokenSettingsEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaAuthTokenSettingsEditor.sh install -m 700 Svc/linux/CasaIdenTokenSettingsEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIdenTokenSettingsEditor.sh install -m 700 Svc/linux/CasaSvcSettingsEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor.sh @@ -215,7 +218,7 @@ fi user_present=`getent passwd | grep ^casaatsd` if [ -z "$user_present" ] ; then - /usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/validate -g casaauth casaatsd 2> /dev/null || : + /usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || : fi %post @@ -253,6 +256,7 @@ %{prefix}/share/java/CASA/authtoken/bin/CasaBasicATSSetup.sh %{prefix}/share/java/CASA/authtoken/bin/CasaAuthPolicyEditor.sh %{prefix}/share/java/CASA/authtoken/bin/CasaTomcatConnectorEditor.sh +%{prefix}/share/java/CASA/authtoken/bin/CasaIaRealmsEditor.sh %{prefix}/share/java/CASA/authtoken/bin/CasaAuthTokenSettingsEditor.sh %{prefix}/share/java/CASA/authtoken/bin/CasaIdenTokenSettingsEditor.sh %{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor.sh @@ -266,6 +270,8 @@ %{prefix}/share/java/CASA/authtoken/bin/CasaAuthPolicyEditor.jar %{prefix}/share/java/CASA/authtoken/bin/CasaTomcatConnectorEditor-%{bldno}.jar %{prefix}/share/java/CASA/authtoken/bin/CasaTomcatConnectorEditor.jar +%{prefix}/share/java/CASA/authtoken/bin/CasaIaRealmsEditor-%{bldno}.jar +%{prefix}/share/java/CASA/authtoken/bin/CasaIaRealmsEditor.jar /etc/init.d/casa_atsd %defattr(-,casaatsd,casaauth) %dir /srv/www/casaats @@ -342,6 +348,28 @@ %config /etc/CASA/authtoken/keys/client/casa_crypto.properties %changelog +* Thu May 10 2007 - jluciani@novell.com +- Removed the temporary work around made to the SPEC files + which was allowing the user casaatsd to have a shell. +- Removed the OES workaround from the CasaBasicATSSetup script + since it is no longer needed. +* Wed May 09 2007 - jluciani@novell.com +- Added the capability to read REALM credentials from miCASA to + avoid having the credentials in the clear in the iaRealms.xml + file. This change adds a dependency on CASA and partially + addresses BUG265414. +- Created a utility that allows users to edit the iaRealms.xml + file. This was necessary to support the CASA ATS Yast Module + enhancements. +- Fixed settings and policy utilities to output error messages + to stderr instead of stdout to avoid messing up the CASA ATS + Yast Module. +- Fixed the SPEC files to set the appropriate home folder for + the casaatsd user. +- Temporary changed the SPEC files to allow the casaatsd user + to have a shell. This change will be reverted as soon as + the CASAcli is updated to allow a root user to pass the + UID of the user being targeted. * Fri Apr 20 2007 - jluciani@novell.com - Created utilities for editing the connector entry for the server.xml Tomcat configuration file so that it can be ++++++ CASA_auth_token_svc-1.7.1327.tar.bz2 -> CASA_auth_token_svc-1.7.1365.tar.bz2 ++++++ CASA_auth_token_svc/CASA_auth_token_svc-1.7.1327.tar.bz2 /mounts/work_src_done/STABLE/CASA_auth_token_svc/CASA_auth_token_svc-1.7.1365.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de