Hello community, here is the log from the commit of package CASA_auth_token_svc checked in at Sat Apr 28 14:27:34 CEST 2007. -------- --- CASA_auth_token_svc/CASA_auth_token_svc.changes 2007-04-02 20:59:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/CASA_auth_token_svc/CASA_auth_token_svc.changes 2007-04-26 17:51:48.000000000 +0200 @@ -2 +2 @@ -Sun Apr 1 12:56:13 CEST 2007 - aj@suse.de +Fri Apr 20 15:40:01 MDT 2007 - jluciani@novell.com @@ -4 +4,26 @@ -- Add pwdutils to BuildRequires. +- Created utilities for editing the connector entry for the + server.xml Tomcat configuration file so that it can be + easily modified so that the Tomcat instance utilized by + the ATS use a different Keystore and be able to leverage + Certificate/Keys installed for other products. This is + the first step in the resolution of BUG242891. + +------------------------------------------------------------------- +Wed Apr 18 16:43:48 MDT 2007 - jluciani@novell.com + +- Fixed authentication problems where extended characters are + part of either the username, password, or the information + contained in the session or authentication tokens. This + takes care of BUG263007. + +------------------------------------------------------------------- +Tue Apr 17 16:35:10 MDT 2007 - jluciani@novell.com + +- Fixed access rights to the /etc/CASA/authtoken/svc folder and + its sub-folders to allow members of the casaauth group to + configure themselves. This resolves BUG265580. + +------------------------------------------------------------------- +Mon Apr 2 16:45:11 MDT 2007 - jluciani@novell.com + +- Added pwdutils to BuildRequires to fix build issue. Old: ---- CASA_auth_token_svc-1.7.1271.tar.bz2 New: ---- CASA_auth_token_svc-1.7.1327.tar.bz2 check-build.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CASA_auth_token_svc.spec ++++++ --- /var/tmp/diff_new_pack.tR8198/_old 2007-04-28 14:26:53.000000000 +0200 +++ /var/tmp/diff_new_pack.tR8198/_new 2007-04-28 14:26:53.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package CASA_auth_token_svc (Version 1.7.1271 ) +# spec file for package CASA_auth_token_svc (Version 1.7.1327 ) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,14 +15,14 @@ %define debug_opt "" URL: http://www.novell.com/products -BuildRequires: gcc-c++ glib2-devel identity-abstraction insserv libstdc++ libstdc++-devel mono-devel pkgconfig pwdutils servletapi5 sysvinit xerces-j2 xml-commons-apis -BuildRequires: jakarta-commons-logging java-sdk-1.5.0 log4j update-alternatives +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 %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.1271 -Version: 1.7.1271 +%define bldno 1.7.1327 +Version: 1.7.1327 Release: 1 Summary: Novell CASA Authentication Token Service Source: %{name}-%{version}.tar.bz2 @@ -136,12 +136,12 @@ install -d -m 755 %{buildroot}/etc/CASA install -d -m 755 %{buildroot}/etc/CASA/authtoken install -d -m 755 %{buildroot}/etc/CASA/authtoken -install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc -install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms -install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate -install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate -install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/enabled_services -install -d -m 700 %{buildroot}/etc/CASA/authtoken/svc/enabled_services/localhost +install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc +install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms +install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate +install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate +install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/enabled_services +install -d -m 770 %{buildroot}/etc/CASA/authtoken/svc/enabled_services/localhost install -d -m 755 %{buildroot}/etc/CASA/authtoken/svc/templates install -d -m 755 %{buildroot}/etc/CASA/authtoken/keys install -d -m 700 %{buildroot}/etc/CASA/authtoken/keys/server @@ -154,12 +154,14 @@ install -m 755 %{_lib}/java/CasaIdenTokenSettingsEditor.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIdenTokenSettingsEditor-%{bldno}.jar 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 # 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 ln -sf CasaIdenTokenSettingsEditor-%{bldno}.jar %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIdenTokenSettingsEditor.jar 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 # 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 @@ -175,6 +177,7 @@ install -m 700 Svc/linux/server_keystore_setup.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/server_keystore_setup.sh 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/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 @@ -249,6 +252,7 @@ %{prefix}/share/java/CASA/authtoken/bin/server_keystore_setup.sh %{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/CasaAuthTokenSettingsEditor.sh %{prefix}/share/java/CASA/authtoken/bin/CasaIdenTokenSettingsEditor.sh %{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor.sh @@ -260,6 +264,8 @@ %{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor.jar %{prefix}/share/java/CASA/authtoken/bin/CasaAuthPolicyEditor-%{bldno}.jar %{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 /etc/init.d/casa_atsd %defattr(-,casaatsd,casaauth) %dir /srv/www/casaats @@ -336,8 +342,24 @@ %config /etc/CASA/authtoken/keys/client/casa_crypto.properties %changelog -* Sun Apr 01 2007 - aj@suse.de -- Add pwdutils to BuildRequires. +* 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 + easily modified so that the Tomcat instance utilized by + the ATS use a different Keystore and be able to leverage + Certificate/Keys installed for other products. This is + the first step in the resolution of BUG242891. +* Wed Apr 18 2007 - jluciani@novell.com +- Fixed authentication problems where extended characters are + part of either the username, password, or the information + contained in the session or authentication tokens. This + takes care of BUG263007. +* Tue Apr 17 2007 - jluciani@novell.com +- Fixed access rights to the /etc/CASA/authtoken/svc folder and + its sub-folders to allow members of the casaauth group to + configure themselves. This resolves BUG265580. +* Mon Apr 02 2007 - jluciani@novell.com +- Added pwdutils to BuildRequires to fix build issue. * Wed Mar 21 2007 - jluciani@novell.com - Fixed BUG256569. The changes allow the ATS to fail-over to another LDAP server in the case of a communication failure. ++++++ CASA_auth_token_svc-1.7.1271.tar.bz2 -> CASA_auth_token_svc-1.7.1327.tar.bz2 ++++++ CASA_auth_token_svc/CASA_auth_token_svc-1.7.1271.tar.bz2 /mounts/work_src_done/STABLE/CASA_auth_token_svc/CASA_auth_token_svc-1.7.1327.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