Re: JAAS LoginModule weird error

2005-05-25 Thread Mark Thomas
Might be related to bug 22617 (which has been fixed in CVS). Mark Faine, Mark wrote: I've written a JAAS Login Module for my web application that authenticates against a third party (Documentum) content management server. It works fine but it seems to attempt to login once before the dialog is

JAAS LoginModule weird error

2005-05-25 Thread Faine, Mark
I've written a JAAS Login Module for my web application that authenticates against a third party (Documentum) content management server. It works fine but it seems to attempt to login once before the dialog is even presented to the user. The logs show: DfPrincipalException:: THREAD: http-443-Pr

Antwort: Re: Antwort: Re: JAAS LoginModule ?

2003-06-02 Thread Oliver Wulff
How can I configure an Authenticator implicitly and explicitly? *** BITTE BEACHTEN *** Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet möglicherweise vertrauliche oder gesetzlich geschützte Daten oder Informationen. Zum Empfang derselben ist (

Re: Antwort: Re: JAAS LoginModule ?

2003-05-30 Thread Bill Barker
quot; > <[EMAIL PROTECTED] An: [EMAIL PROTECTED] > e.com> Kopie: > Gesendet von:Thema: Re: JAAS LoginModule ? > news > <[EMAIL PROTECTED]

Antwort: Re: JAAS LoginModule ?

2003-05-30 Thread Oliver Wulff
e.com> Kopie: Gesendet von: Thema: Re: JAAS LoginModule ?

Re: JAAS LoginModule ?

2003-05-30 Thread Bill Barker
n Authenicator that can use in any > other application servers.(JBoss, WebLogic, etc) ? > > Eric > > > > - Original Message - > From: "Bill Barker" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 30, 2003 11:50 AM > Subjec

Re: JAAS LoginModule ?

2003-05-30 Thread Eric Chow
How can I do if I want to implmenet an Authenicator that can use in any other application servers.(JBoss, WebLogic, etc) ? Eric - Original Message - From: "Bill Barker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 11:50 AM Subject

Re: JAAS LoginModule ?

2003-05-30 Thread Bill Barker
It really depends on what you need to do. For the simplest case, you implement your own Realm (public class MyRealm implements org.apache.cataliana.Realm), and configure it in server.xml like anyother Realm. In TC 4.x, Realms don't have access to the Request/Response: They just get the login cre

JAAS LoginModule ?

2003-05-30 Thread Eric Chow
Hello, In Tomcat, we can use container based authorization. Those username/password information can be place in a XML files or use DBRealm, right ? How can I implement a login module, so that the Web Container will called my module instead of the default login module. For example, the followin

Failed to find JAAS LoginModule with Tomcat 3.2

2003-01-10 Thread David You
Hi, Question, I am using JBuilder 6 with Tomcat 3.2 and jdk1.4. I set -Djava.security.auth.login.config=jaas.conf and obviously it found jass.conf. But it seems it could not find the LoginModule. I know it most likily a classloader problem. Anyone has any idea? does Tomcat 3.3, 4.0 or 4.1 solve thi