Re: [JBoss-user] JAAS Based Security in JBoss

2001-03-23 Thread thierry birre
thanks scott,   my error is that my both dist/auth.conf and client/auth.conf are the same.   they must be different. client should call ClientLoginModule    thierry

Re: [JBoss-user] JAAS Based Security in JBoss

2001-03-22 Thread Scott M Stark
t;; <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 12:44 AM Subject: Re: [JBoss-user] JAAS Based Security in JBoss > hi danch, > > my client/auth.conf on server side is : > simple org.jboss.security.plugins.samples.SimpleServerLoginModule required; > }; > // The default s

Re: [JBoss-user] JAAS Based Security in JBoss

2001-03-22 Thread thierry birre
d no where is the problem ? thierry - Original Message - From: "danch" <[EMAIL PROTECTED]> To: "Thierry Birre" <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 4:58 PM Subject: Re: [JBoss-user] JAAS Based Security in JBoss > Hmm. This has been w

RE: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread Ernest Chen
Title: RE: [JBoss-user] JAAS Based Security in JBoss Your client should always use /client/auth.conf, the other one is to configure the SecurityManager Container.  Again if you run Tomcat in standalone everything works fine. standardjboss.xml --         Standard

Re: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread danch
I assume that you're calling from a stand-alone client? Did you point that client at the auth.conf in the /client directory, or the one in conf/default? The client needs to read the auth.conf from the client directory in order to Do the Right Thing. danch thierry birre wrote: > hi jboss-user

RE: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread Ernest Chen
, March 21, 2001 4:28 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] JAAS Based Security in JBoss hi jboss-users   i'm using the last 2.1 version of jboss with embedded tomcat on windows 2000.   i read the page of the new manual : http://www.jboss.org/documentation/HTML/ch

[JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread thierry birre
hi jboss-users   i'm using the last 2.1 version of jboss with embedded tomcat on windows 2000.   i read the page of the new manual : http://www.jboss.org/documentation/HTML/ch09s32.html   after configuring all files : jboss.jcml, standardjboss.xml, auth.conf, roles.properties and users.propert