You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Peter Hormanns (JIRA)" <ji...@apache.org> on 2008/09/27 18:49:44 UTC

[jira] Updated: (JSPWIKI-386) LoginModule Configuration fails

     [ https://issues.apache.org/jira/browse/JSPWIKI-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Hormanns updated JSPWIKI-386:
-----------------------------------

    Attachment: AuthenticationManager.java.patch

> LoginModule Configuration fails
> -------------------------------
>
>                 Key: JSPWIKI-386
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-386
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Authentication&Authorization
>    Affects Versions: 2.8
>            Reporter: Peter Hormanns
>            Priority: Minor
>         Attachments: AuthenticationManager.java.patch
>
>
> I did some tests with JSPWiki and CAS authentication server from jsa-sig:http://www.ja-sig.org/products/cas/.
> I wrote and configured a login module class, but UserDatabaseLoginModule is allways used.
> I found an error in authenticationManager.java at line 374, see attached patch: variable "m_loginModuleClass" should be used, not constant class "UserDatabaseLoginModule.class"
> Is that correct?
> Best Regards,
> Peter Hormanns

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