If you are using Tomcat, you can replace 

<Realm className="org.apache.catalina.realm.MemoryRealm" />

in server.xml with

<Realm className="wrappers.catalina.SlideRealm" />.

If you are using some APP Server, you can provide the authentication module
for 
your WebApp. I am using JBOSS and I wrote my custom authentication module
(JAAS)
which will authenticate against slide users.

Regards,
-Kalpesh.

-----Original Message-----
From: Stephan Michels [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 12, 2002 3:14 AM
To: Slide Users Mailing List
Subject: Re: Slide and Authentication




On Sat, 10 Aug 2002, Andreas Probst wrote:

> Hi all,
>
> I would like to use Slide together with another web-app. The other web-app
does
> already the authentiction. Is it possible to use a kind of single-sign-on
with Slide?

How do you make the authentification? Via a Tomcat Realm?

> I hope you understand what I mean. The problem is, I still don't really
know how I
> can make use of Slide. I would like to implement a document management
system for the
> other web-app. What do I have to do then? Can I use Slide as-is or do I
have to
> change it or use the API to develop own servlets? Any pointers would be
greatly
> appreciated.

It is possible to run Slide WebDAV Servlet and a other Servlet in the same
Webapp. I have this already tested. It is also possible take the same
authentification method.

Stephan Michels.


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

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

Reply via email to