AW: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Sternagel Annegret (PN-SYS/PE)
auth.conf and uses "other". Try lc = new LoginContext("Client-login", handler); Annegret -Ursprüngliche Nachricht- Von: Ed Brown [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30. Januar 2002 15:22 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JAAS Example Not Work

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Quique Ruiz-Valenciano
> > Hello Ed, > > > > Could you send us the auth.conf file? > Ok, you must define the entry "user". This entry must contains the configuration for the LoginModule that your client use. Like this: user { MyLoginModule required; }; If you don't define the entry "user" the entry "other"

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Ed Brown
Quoting Quique Ruiz-Valenciano <[EMAIL PROTECTED]>: > > > > I'm trying to understand security in JBoss. > > > > I took the example from the JBoss-2.4.x PDF and stripped it down. When > I run > > it, I get the following exception: > > > > Failed toload user/spasswords/role files > > java.io.I

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Sternagel Annegret (PN-SYS/PE)
: [EMAIL PROTECTED] Betreff: [JBoss-user] JAAS Example Not Working I'm trying to understand security in JBoss. I took the example from the JBoss-2.4.x PDF and stripped it down. When I run it, I get the following exception: Failed toload user/spasswords/role files java.io.IOException: Prope

Re: [JBoss-user] JAAS Example Not Working

2002-01-29 Thread Quique Ruiz-Valenciano
> > I'm trying to understand security in JBoss. > > I took the example from the JBoss-2.4.x PDF and stripped it down. When I run > it, I get the following exception: > > Failed toload user/spasswords/role files > java.io.IOException: Properties file usres.properties not found. > > > I have a

[JBoss-user] JAAS Example Not Working

2002-01-29 Thread Ed Brown
I'm trying to understand security in JBoss. I took the example from the JBoss-2.4.x PDF and stripped it down. When I run it, I get the following exception: Failed toload user/spasswords/role files java.io.IOException: Properties file usres.properties not found. I have a client (not a servlet