Your security domain name in the jboss-web.xml must match the one in the
web.xml at the bottom. That's probably why things are working.. I used
SlideRealm in the web.xml and java:/jaas/SlideRealm in the
jboss-web.xml. This jaas entry matches the name assigned to the entry in
my login-config.xml for jboss (which is a config file for jboss to point
to my custom login module). You can read more about that using the jboss
docs and in my javadoc comments for the jboss slide login module
(SlideLoginModule.java). 

James

-----Original Message-----
From: Ivan Drinks Sr. [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 05, 2003 3:04 PM
To: 'Slide Users Mailing List'
Subject: RE: Authentication and JBoss


Thanks James,

The first link works, but the second gives a 'page not found' error.
Attached are the files referenced.  I really appreciate you helping me
configure this correctly.

Ivan Drinks Sr.
Reality Technology, Inc.
3801 East Florida, Suite 400
Denver, CO  80237
[EMAIL PROTECTED]
 

-----Original Message-----
From: James Higginbotham [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 05, 2003 8:54 AM
To: Slide Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Authentication and JBoss

First, here is the link to the JBoss LoginModule:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg03493.html

In the login module javadocs, I mention the steps necessary to point
your war file to the SlideRealm, how to deploy the login module, and
other steps. If you still have trouble after following these
instructions, please post your environment, war/ear configuration files,
web.xml, jboss-web.xml and other files so we can diagnose.

Also, here is a link that I sent out regarding how to setup Slide in
JBoss such that any number of war files can talk to the slide kernel
using the same classloader: 

http://www.mail-archive.com/slide-user%40jakarta.apache.org/msg03701.htm
l 

HTH,
James

-----Original Message-----
From: Ivan Drinks Sr. [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 05, 2003 7:33 AM
To: 'Slide Users Mailing List'
Subject: RE: Authentication and JBoss


Sorry, but I am still unclear on what files I need to change.  Could you
perhaps be a little bit more specific for me and provide code snipplets
on what I need to do for which Slide files?  It would be very helpful.
Just a basic example would do.  Many Thanks!!

Ivan Drinks Sr.
Reality Technology, Inc.
3801 East Florida, Suite 400
Denver, CO  80237
[EMAIL PROTECTED]
 

-----Original Message-----
From: James Higginbotham [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 04, 2003 9:08 AM
To: Slide Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Authentication and JBoss

Sorry.. Guess I didn't answer the question fully here. Basically, the
system comes with a root/root user by default. Try using that.. I set
the security in the web tier to use BASIC, then assigned the jboss realm
to my webapp. That prompts me, and uses my login module to authenticate
against the /users namespace under your slide domain. There may be a
guest/guest user as well, but they don't get much, if any, privs by
default. 

James

-----Original Message-----
From: Ivan Drinks Sr. [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 04, 2003 9:44 AM
To: [EMAIL PROTECTED]
Subject: Authentication and JBoss


I have gotten Slide to install on JBoss such that I now get a login
screen. My problem is that no matter what I use to login it does not
work.  How does Slide authentication work with containers such as JBoss?
I am using the JBoss/Jetty combination.  Any help would be greatly
appreciated.

Ivan Drinks Sr.
Reality Technology, Inc.
3801 East Florida, Suite 400
Denver, CO  80237
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to