<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>The attached patch addresses the following PKI issue:</tt><tt><br>
    </tt>
    <ul>
      <li><tt>TRAC Ticket #286 - </tt><tt>Dogtag 10: Create parameter
          for optionally allowing a user to skip configuration . . .</tt></li>
    </ul>
    <tt>This patch was tested successfully with the following new
      parameter specifications:</tt><tt><br>
    </tt>
    <ol>
      <li><tt>standard 'pkispawn' combined installation/configuration:</tt><tt><br>
        </tt>
        <ul>
          <li><tt>pki_skip_configuration=False</tt></li>
          <li><tt>pki_skip_installation=False</tt></li>
        </ul>
      </li>
      <li><tt>legacy 'pkispawn' run like 'pkicreate'/'browser UI
          configuration:</tt><tt><br>
        </tt>
        <ul>
          <li><tt>pki_skip_configuration=True</tt></li>
          <li><tt>pki_skip_installation=False</tt></li>
        </ul>
      </li>
      <li><tt>run 'pkispawn' skipping installation and configuration (do
          nothing)</tt><tt><br>
        </tt>
        <ul>
          <li><tt>pki_skip_configuration=True</tt></li>
          <li><tt>pki_skip_installation=True</tt></li>
        </ul>
      </li>
    </ol>
    <tt>The patch was not tested for running 'pkispawn' first for
      installation only (2), and then again only for configuration
      (which may or may not work).</tt><br>
  </body>
</html>