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:

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@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel