- 
        1. Re: JavaWorld JBoss JAAS papermartin0 Feb 21, 2004 4:55 PM (in response to martin0)Just realised the significance of the ClientLoginModule. However if someone has a version of this paper applied to 3.2.3 I'd still appreciated it. 
 Thanks
 Martin
- 
        2. Re: JavaWorld JBoss JAAS paperstarksm64 Feb 21, 2004 9:47 PM (in response to martin0)The 3.2.1 update of the article found here should apply: 
 http://sourceforge.net/docman/display_doc.php?docid=18240&group_id=22866
- 
        3. Re: JavaWorld JBoss JAAS papermartin0 Feb 22, 2004 1:57 AM (in response to martin0)Thanks very much 
 Martin
- 
        4. Re: JavaWorld JBoss JAAS papermartin0 Feb 22, 2004 9:27 AM (in response to martin0)The tests seem to work except for servlet test 6. 
 I see the note at the bottom of the new paper on this test, but I'm not clear what to do to get this to work. I am using 3.2.3.
 Can you give me some more help Scott?
 Thanks
 Martin
- 
        5. Re: JavaWorld JBoss JAAS papermartin0 Feb 22, 2004 9:54 AM (in response to martin0)Hmm I added the following module option to DatabaseServerLoginModule 
 <module-option name="unauthenticatedIdentity">java</module-option>
 I tried servlet PublicSession.echo() as anon but this still failed, but test 6 now works.
 I guess this is because echo is still checked, but at least the session is created, and this lets the unchecked call to noop work with the unauthenticated id above.
 Martin
 
    