You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ashish Jain (JIRA)" <ji...@apache.org> on 2009/11/12 15:59:39 UTC

[jira] Commented: (GERONIMO-4865) Login module to enable Kerberos authentication

    [ https://issues.apache.org/jira/browse/GERONIMO-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777012#action_12777012 ] 

Ashish Jain commented on GERONIMO-4865:
---------------------------------------

This will work with class found in IBM JDK as well as class found in Sun JDK. It depends what is class specified by user in the login module options.
It can be <log:option name="krb5LoginModuleClass">com.ibm.security.auth.module.Krb5LoginModule</log:option> or
<log:option name="krb5LoginModuleClass">com.sun.security.auth.module.Krb5LoginModule</log:option.



> Login module to enable  Kerberos authentication
> -----------------------------------------------
>
>                 Key: GERONIMO-4865
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4865
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: security
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.5, 2.2
>
>         Attachments: KerberosLoginModule.java, KerberosLoginModule.java_initial
>
>
> A new login module for using the kerberos authentication mechanism  in geronimo.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.