Hi Dovan, I don't know about Weblogic, but I suppose the info applies, as the ACL stuff is implemented in Slide and the Domain.xml and web.xml are used to setup Slide.
Andreas > Hello Andreas, > > these are great help. Thank you. > > But I forgot to mention that I deployed Slide on > Weblogic 7.0. Does your info below still applies ? > > Please let me know. > > Thanks, > Dovan > > --- Andreas Probst <[EMAIL PROTECTED]> wrote: > > 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 > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
