Re: login config JAAS problem 2.1b2 mac osx / linux

2004-11-01 Thread Tim Frank
Oliver, Not a problem. I just had a look into the two files this morning and made an adjustment that should make things work regardless if the CATALINA_HOME is set prior to running the startup.sh or if it is set during the execution of the catalina.sh script. I basically moved the following

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-11-01 Thread Brian Lee
Do I have to change my java security file? Particularly these policy variables: auth.policy.provider=? login.configuration.provider=? Tim Frank wrote: Oliver, Not a problem. I just had a look into the two files this morning and made an adjustment that should make things work regardless if the

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-11-01 Thread Oliver Zeigermann
The error is that you jaas.config file which is in Tomcat's conf directory can not be found. I would advise to echo the path where the login config should be found. What does ${CATALINA_HOME}/conf/jaas.config point to on your system? Oliver On Mon, 01 Nov 2004 11:37:19 -0800, Brian Lee [EMAIL

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-11-01 Thread Brian Lee
Hey Oliver, Here is what I got: ${CATALINA_HOME}/conf/jaas.config -bash: /home/blee/jakarta-slide-2.1b2-tomcat-5.0.28/conf/jaas.config: Permission denie I think it can find the jaas.config file... the error is: SEVERE: Unexpected error javax.security.auth.login.LoginException: No LoginModules

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-11-01 Thread Oliver Zeigermann
OK, so please show is what is in /home/blee/jakarta-slide-2.1b2-tomcat-5.0.28/conf/jaas.config on your machine. Oliver On Mon, 01 Nov 2004 12:39:04 -0800, Brian Lee [EMAIL PROTECTED] wrote: Hey Oliver, Here is what I got: ${CATALINA_HOME}/conf/jaas.config -bash:

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-11-01 Thread Brian Lee
You're going to kill me... Anyways Tim's changes worked... it seems that I forgot that I changed the jaas.config file from its default. I really appreciate your help (and everyone elses) Thanks OK, so please show is what is in /home/blee/jakarta-slide-2.1b2-tomcat-5.0.28/conf/jaas.config on

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-30 Thread Oliver Zeigermann
Hi Tim, would you send the correct versions of catalina.sh and startup.sh to the list so we all can benefit from it and take it over for the next Slide release? Thanks in advance, Oliver On Fri, 29 Oct 2004 15:15:14 -0400, Tim Frank [EMAIL PROTECTED] wrote: I just fought with this, among

RE: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Nick Longinow
out tho. Nick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 6:08 AM To: Slide Users Mailing List Subject: Re: login config JAAS problem 2.1b2 mac osx / linux Yes, but in startup.sh the path indeed isn't set correctly. So when you launch

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Brian Lee
How do you set the path correctly? it seems even if I set both CATALINA_HOME and BASEDIR in my .profile -it doesn't work Yes, but in startup.sh the path indeed isn't set correctly. So when you launch it on non-Windows, it really does not work :( Oliver On Fri, 29 Oct 2004 12:06:17 +0200,

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Tim Frank
I just fought with this, among other things, today. After reading this information: http://jakarta.apache.org/slide/howto-jaas.html I ended up putting the export portion in the catalina.sh file just under the line where it checks/sets the CATALINA_HOME variable.

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Oliver Zeigermann
The namespace needs to be set to namespace=slide like in the bundle to make clear it only applies to ../slide/.. URLs and other realms should be used for other URLs Oliver On Fri, 29 Oct 2004 15:15:14 -0400, Tim Frank [EMAIL PROTECTED] wrote: I just fought with this, among other things, today.

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Brian Lee
Hey Oliver, I'm using the bundle, I've set CATALINA_HOME, and I'm trying to run start.sh but now: The BASEDIR environment variable is not defined correctly This environment variable is needed to run this program oh yeah the namespace in the jaas.config file is set to 'slide' Is there something

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Oliver Zeigermann
This says BASEDIR has not been set. Have you typed something like source .proflile or . .profile to apply the changes? Oliver On Fri, 29 Oct 2004 12:39:33 -0700, Brian Lee [EMAIL PROTECTED] wrote: Hey Oliver, I'm using the bundle, I've set CATALINA_HOME, and I'm trying to run start.sh but

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Brian Lee
yes no luck =( This says BASEDIR has not been set. Have you typed something like source .proflile or . .profile to apply the changes? Oliver On Fri, 29 Oct 2004 12:39:33 -0700, Brian Lee [EMAIL PROTECTED] wrote: Hey Oliver, I'm using the bundle, I've set CATALINA_HOME, and I'm trying to run

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread James Mason
From the TOMCAT_HOME/bin directory you should be able to type export CATALINA_HOME=..;startup.sh and have it work (assuming no other changes). catalina.sh (called by startup.sh) should handle setting the other environment variables for you. -James On Fri, 2004-10-29 at 13:21 -0700, Brian Lee

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Brian Lee
Ok I now figured out why the BASEDIR message was comming up: I didn't make all the .sh files executable and now I'm back to where I started... I still have the JAAS error come up whenever I try to connect with a webdav client Anyone have any other suggestions? I can't even start

Re: login config JAAS problem 2.1b2 mac osx / linux

2004-10-29 Thread Brian Lee
I take it back - I made some progess... now the error is: SEVERE: Unexpected error javax.security.auth.login.LoginException: No LoginModules configured for slide_login at javax.security.auth.login.LoginContext.init(LoginContext.java:189) at

login config JAAS problem 2.1b2 mac osx / linux

2004-10-28 Thread Brian Lee
I'm having a problem with Slide 2.1 b2 that I did not have for 2.0 for both linux (fedora core 2) and mac osx. (This does not occur in windows) Once I start running Slide - I can't login with any of the default users: root, guest, john, john2 I notice this error: Oct 28, 2004 4:07:33 PM