<html style="">
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-html" lang="x-unicode">
      <p>The attached patch was altered to change "args" ==> "argv"
        rather than "argv" ==> "args" since it was discovered that a
        number of the routines utilized "args" as a local variable that
        would have to be changed since if the "argv" input parameter
        were changed to "args".  Consequently, this patch converts
        "args" ==> "argv".</p>
      <p>Please review the attached patch which addresses the following
        issues:</p>
      <ul>
        <li><a href="https://pagure.io/dogtagpki/issue/2713">dogtagpki
            Pagure Issue #2713 - Build failure due to Pylint issues</a></li>
      </ul>
      <p>These changes were successfully compiled on a Fedora 27 machine
        with the following packages:</p>
      <ul>
        <li>python2-2.7.13-10.fc27.x86_64</li>
        <li>python3-3.6.1-7.fc27.x86_64</li>
        <li>pylint-1.7.1-1.fc27.noarch</li>
      </ul>
      <p>Additionally, a CA instance was installed and configured, and
        the following smoke test was run:</p>
      <ul>
        <li>sudo certutil -d /root/.dogtag/pki-tomcat/ca/alias -L</li>
        <li>sudo pki -d /root/.dogtag/pki-tomcat/ca/alias -C
          /root/.dogtag/pki-tomcat/ca/password.conf -n "PKI
          Administrator for example.com" -p 8080 ca-user-add testuser
          --fullName "Test User"</li>
        <li>sudo certutil -d /root/.dogtag/pki-tomcat/ca/alias -L</li>
        <li>sudo pki -d /root/.dogtag/pki-tomcat/ca/alias -C
          /root/.dogtag/pki-tomcat/ca/password.conf -n "PKI
          Administrator for example.com" -p 8080 client-cert-request
          uid=testuser</li>
        <li>sudo pki -d /root/.dogtag/pki-tomcat/ca/alias -C
          /root/.dogtag/pki-tomcat/ca/password.conf -n "PKI
          Administrator for example.com" -p 8080 ca-cert-request-review
          7 --action approve</li>
        <li>sudo pki -d /root/.dogtag/pki-tomcat/ca/alias -C
          /root/.dogtag/pki-tomcat/ca/password.conf -n "PKI
          Administrator for example.com" -p 8080 ca-user-cert-add
          testuser --serial 0x7</li>
        <li>sudo pki -d /root/.dogtag/pki-tomcat/ca/alias -C
          /root/.dogtag/pki-tomcat/ca/password.conf -n "PKI
          Administrator for example.com" -p 8080 client-cert-import
          testuser --serial 0x7</li>
        <li>sudo certutil -d /root/.dogtag/pki-tomcat/ca/alias -L<br>
        </li>
      </ul>
    </div>
  </body>
</html>