Re: [JBoss-user] Custom LoginModule can't access secured EJBs

2002-09-02 Thread Marius Kotsbak
Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, August 04, 2002 2:56 AM > Subject: Re: [JBoss-user] Custom LoginModule can't access secured EJBs > > > On søn, 2002-08-04 at 01:53, Scott M St

Re: [JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-04 Thread Marius Kotsbak
ding a optional run-as-attribute for each login module? Isn't this outside the J2EE-standard, so jboss is free to do that? > > - Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 02

Re: [JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-03 Thread Scott M Stark
e password ejb in a seperate security domain decide who should be able to access it. - Original Message - From: "Marius Kotsbak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 4:21 PM Subject: [JBoss-user] Custom LoginModule can't ac

[JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-02 Thread Marius Kotsbak
I have a custom LoginModule that is accessing EJBs in the same security domain as it secures to do the password check and assign roles. It checks a Person-CMP's user/pwd. The problem is that it is not allowed to access these secured EJBs! Is this a bug? If not, what is the recommended way of solv