<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugzilla.globus.org/bugzilla/bugzilla.dtd">

<bugzilla version="3.2.3"
          urlbase="http://bugzilla.globus.org/bugzilla/"
          maintainer="bacon@mcs.anl.gov"
>

    <bug>
          <bug_id>4929</bug_id>
          
          <creation_ts>2006-12-22 14:39</creation_ts>
          <short_desc>grid_ca_sign error:  &quot;test: unknown operator ==&quot;</short_desc>
          <delta_ts>2008-08-11 15:51:44</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Simple CA</product>
          <component>Simple CA</component>
          <version>4.0.3</version>
          <rep_platform>Sun</rep_platform>
          <op_sys>Solaris</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joel Schneider">jschneid@nmdp.org</reporter>
          <assigned_to name="Raj Kettimuthu">kettimut@mcs.anl.gov</assigned_to>
          <cc>bacon@mcs.anl.gov</cc>
    
    <cc>blau@mcs.anl.gov</cc>
    
    <cc>meder@mcs.anl.gov</cc>

      

      
          <long_desc isprivate="0">
            <who name="Joel Schneider">jschneid@nmdp.org</who>
            <bug_when>2006-12-22 14:39:55</bug_when>
            <thetext>Using the grid_ca_sign command from Globus Toolkit 4.0.3, under Solaris 9, when attempting to sign a certificate request that was previously signed by the CA, the attempt fails and grid_ca_sign outputs an error message saying &quot;test: unknown operator ==&quot;.

Here&apos;s a diff illustrating a one-character modification to grid_ca_sign that fixes the problem:

352c352
&lt;         if test -n &quot;${force_sign}&quot; || test &quot;${expired}&quot; == &quot;0&quot;; then
---
&gt;         if test -n &quot;${force_sign}&quot; || test &quot;${expired}&quot; = &quot;0&quot;; then

Please modify the grid_ca_sign script as shown above (change &quot;==&quot; to &quot;=&quot; on line 352), to fix this problem.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Charles Bacon">bacon@mcs.anl.gov</who>
            <bug_when>2007-02-07 16:04:11</bug_when>
            <thetext>Reassigning to SimpleCA, which is where grid_ca_sign lives.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Raj Kettimuthu">kettimut@mcs.anl.gov</who>
            <bug_when>2007-02-07 16:12:14</bug_when>
            <thetext>Fix committed to trunk and 4_0 branch</thetext>
          </long_desc>
      
      

    </bug>

</bugzilla>