[Pki-devel] [PATCH] 118 - Add token authenticate to admin interface

Matthew Harmsen mharmsen at redhat.com
Fri Feb 15 20:28:29 UTC 2013


ACK (with CAVEAT)

*CAVEAT:*

    In addition, after applying the patch, change the following lines in
    'base/common/src/com/netscape/cms/authentication/TokenAuthentication.java':

         Change line 164 from:
    +                c = sendAuthRequest(authHost, authAdminPort,
    authURL, content);
         to:
    +                c = sendAuthRequest(authHost, authEEPort, authURL,
    content);

         Change line 167 from:
    +                        + authHost + ":" + authAdminPort + " " + e1);
         to:
    +                        + authHost + ":" + authEEPort + " " + e1);

*TEST:*

    As a very similar patch was already tested on RHCS 8.1, the testing
    of this patch was minimal:

      * applied patch + CAVEAT to source, built on x86_64 Fedora 18
        machine, and installed packages
      * performed a pkispawn of a CA (skipping configuration)
      * performed a firefox browser GUI configuration of the CA
      * successfully tested the CA
      * performed a pkispawn of a CA clone (skipping configuration)
      * performed a firefox browser GUI configuration of the CA clone
      * successfully tested interactions between the CA master and CA clone:
          o EE master AGENT master
          o EE master AGENT clone
          o EE clone AGENT master
          o EE clone AGENT clone


On 02/12/13 07:58, Ade Lee wrote:
> This is an add on patch to allow tokenAuthentication to take place on
> the admin interface.  The ee interface is kept for legacy sake.
>
> Please review,
> Ade
>
>
> _______________________________________________
> Pki-devel mailing list
> Pki-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/pki-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20130215/1afd8293/attachment.htm>


More information about the Pki-devel mailing list