Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Arne v.Irmer
: Arne v.Irmer [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Monday, September 17, 2007 2:31 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, we have to discriminate between the client- and the server side. If you have

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Satish
:24 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, Satish schrieb: Hi Arne, I manage to authenticate with http client 3.1, latest http client library with JAAS module. But I could not get webdav resource now. Upon searching on the forum I found Slide

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Arne v.Irmer
:24 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, Satish schrieb: Hi Arne, I manage to authenticate with http client 3.1, latest http client library with JAAS module. But I could not get webdav resource now. Upon searching

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-27 Thread Satish
@jakarta.apache.org Sent: Thursday, September 27, 2007 6:24 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, Satish schrieb: Hi Arne, I manage to authenticate with http client 3.1, latest http client library with JAAS module. But I could not get

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-17 Thread Arne v.Irmer
Mailing List mailto:slide-user@jakarta.apache.org ; Satish mailto:[EMAIL PROTECTED] *Sent:* Saturday, September 15, 2007 10:15 PM *Subject:* Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, try this... 1. 5) Set environment variable CATALINA_OPTS

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-16 Thread Satish
- From: kiltesh patel To: Slide Users Mailing List ; Satish Sent: Saturday, September 15, 2007 10:15 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, try this... 1. 5) Set environment variable CATALINA_OPTS=-Djava.security.auth.login .config

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-15 Thread Satish
: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, things are easy, if you look at the used technics: Silde is a servlet in tomcat and uses the authentication mechanism of tomcat. This includes such nice things like the sso-Valve. What you have to implement a user management

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-15 Thread kiltesh patel
Sent: Friday, September 14, 2007 4:22 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi Satish, things are easy, if you look at the used technics: Silde is a servlet in tomcat and uses the authentication mechanism of tomcat. This includes such nice things like the sso

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Arne v.Irmer
Hi Satish, look for JAAS-Authentication that is a standard API that works pretty well with tomcat. A good introduction is found at http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html Yours Arne Satish schrieb: Hi I need to authentication with Slide, there are two ways I can see

Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Satish
Hi I need to authentication with Slide, there are two ways I can see I am thinking of using Slide realm and configuring tomcat to use Slide user database for authentication. Otherwise if I rely completely on tomcat realm, typical tomcat-users.xml file based, authetication, I need to add user

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Satish
: Authentication with Slide - Slide vs tomcat Realm Hi Satish, look for JAAS-Authentication that is a standard API that works pretty well with tomcat. A good introduction is found at http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html Yours Arne Satish schrieb: Hi I need

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Arne v.Irmer
Is is somthing gonna happen...? Thanks. Regards, Satish - Original Message - From: Arne v.Irmer [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Friday, September 14, 2007 2:50 PM Subject: Re: Authentication with Slide - Slide vs tomcat Realm Hi