DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7831>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7831

[PATCH] JNDIRealm does not work with CLIENT-CERT auth method

           Summary: [PATCH] JNDIRealm does not work with CLIENT-CERT auth
                    method
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Catalina:Modules
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Similar to bug 4352, which details the same problem for JDBCRealm.

When authenticating the user with certificates, authenticate(X509Certificate
certs[])  in org.apache.catalina.realm.RealmBase calls getPrincipal().  This
method is supposed to find the user and their roles from the realm. 
Unfortunately, getPrincipal() in org.apache.catalina.realm.JNDIRealm always
returns null and so authentication always fails.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to