Bug: 42604
authorSteve Traylen <Steve.Traylen@cern.ch>
Fri, 10 Oct 2008 08:34:57 +0000 (08:34 +0000)
committerSteve Traylen <Steve.Traylen@cern.ch>
Fri, 10 Oct 2008 08:34:57 +0000 (08:34 +0000)
org.glite.myproxy-config/myproxy-config.spec
org.glite.myproxy-config/myproxy-initd

index 714dc9d..09ae1f2 100644 (file)
@@ -2,7 +2,7 @@
 %define _topdir %{topdir} 
 Summary: Provides an init.d script for MyProxy
 Name: myproxy-config
-Version: 2.0.1
+Version: 2.0.2
 Release: 1
 License: EDG
 Group: EGEE
@@ -38,10 +38,13 @@ make install prefix=%{buildroot}
 
 
 %changelog
+* Fri Oct 10 2008 Steve Traylen <steve.traylen@cern.ch> - 2.0.2-1
+- Fix for DNs with spaces in.
+  https://savannah.cern.ch/bugs/?42604
 * Wed Aug 13 2008 Steve Traylen <steve.traylen@cern.ch>
 Clean up of echo statements from init.d script.
 * Mon Aug 11 2008 Steve Traleen <steve.traylen@cern.ch>
 - Rewrite a little for Makefile and etics.
-* Wed May 21 2008 Ulrich Schwickerath <uschwick@lxadm03.cern.ch> - config-1
+* Wed May 21 2008 Ulrich Schwickerath <uschwick@cern.ch> - config-1
 - Initial build.
 
index af59e72..34bac01 100644 (file)
@@ -67,7 +67,7 @@ test=test-`date +%Y%m%d-%H%M%S`-$$
 check_response()
 {
     TIMEOUT=5
-    check="MYPROXY_SERVER_DN=$dn ${GLOBUS_LOCATION}/bin/myproxy-info \
+    check="MYPROXY_SERVER_DN=\"${dn}\" ${GLOBUS_LOCATION}/bin/myproxy-info \
        -s `hostname` $PORT -l $test 2>&1 | grep -i credential > /dev/null"
 
     (