Hi Dovan, Slide can do authentication with users, who belong to groups. There are two default users defined in %slide_home%\server\conf\slide\slide.data. Nodes in the Slide tree can have access control lists (ACL) for users and groups attached.
If you deploy Slide as a webapp the two default users are defined in webapps/slide/domain.xml. In this configuration you enable authentication in %tomcathome%\webapps\slide\WEB- INF\web.xml. Last part says <!-- Authetication for the WebDAV servlet --> <!-- Uncomment this to get authentication --> When you uncomment the following <security-constraint> and restart Tomcat, I think Slide authentication should work with users root (pass: root) and john (pass: john), which are defined in the <data> part of the %tomcathome%\webapps\slide\Domain.xml. (I haven't found the file where the <security-constraint> is defined using the preconfigured Slide-Tomcat combination, ie. the web.xml in this case. But authentication there is enabled for port 8081.) And there starts my problem: Slide won't let me in. See my other question from today... Andreas > Hello, > > I am new to Slide. I'd like to know how to setup > authentication at group and user level to access > certain directory and files. Could you please tell me > whether Slide can do this and how? > > Thank you, > Dovan > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > > -- > 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]>
