You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2010/03/04 08:58:27 UTC

[jira] Commented: (GERONIMO-5128) login module for spnego support in geronimo

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

Ivan commented on GERONIMO-5128:
--------------------------------

Hi, Ashish :
    One thing I want to confirm is that 
    --->
     GSSContext gContext = manager.createContext(serverCreds);
            if (gContext == null) {
                log.debug("Failed to create a GSSContext");
            } else {
            }
    <---
    From the meaning of return value of the LoginModule, false means that it should be ignored. In the codes, if it failed to create the context, it would return false, so is it expected ? It is just in terms fo LoginModule implementation. 
    BTW, I am not familiar with the details of Spnego mechanism. If any expert could review the patch too, that would be better !

> login module for spnego support in geronimo
> -------------------------------------------
>
>                 Key: GERONIMO-5128
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5128
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.5, 2.2.1
>
>         Attachments: SpnegoLoginModule.java, SpnegoLoginModule.java_updated
>
>
> login module for spnego support

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