I got a problem that the Slide Realm uses slide namespace(http://jakarta.apache.org/slide/") to get the password. But the real data in DB has DAV namespace("DAV:"). I solved the problem by updating the row in DB(MySQL): Update property set namespace='http://jakarta.apache.org/slide/' where name='password' and value='root' I am not sure if you are also using realm and getting the same problem, hope it helps.
Jian --- Smartguy <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to Slide and after reading all the docs and > the ml archives I cannot find a solution to my > problem. > > I've installed the binary version of Slide 1.0.16. > I can launch the embedded Tomcat server without > problem using jdk 1.4.1 using > $SLIDE_HOME/server/bin/startup.sh. > I can also connect to the server via > http://localhost:8080/. > But i cannot connect to http://localhost:8081/slide > neither http://localhost:8082/slide. > I've add the following line to > $SLIDE_HOME/server/conf/tomcat-users.xml : > > <user name="root" password="root" roles="root" > /> > > and even uncomment the lines in > $SLIDE_HOME/server/conf/slide/slide.data : > > <objectnode > classname="slideroles.basic.RootRoleImpl" > uri="/users/root"> > <property name="password" > namespace="http://jakarta.apache.org/slide/">root</property> > ... > > However, when I enter root/root as my > login/password, > the server always refuses them. > The logs keep saying : > > 2002-11-09 12:18:51 Slide realm[/slide]: User root > doesn't have his password property set : can't > authenticate > > Someone can help me ? > > > ===== > La libert?est notre bien le plus pr閏ieux :) > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et > en fran鏰is ! > Yahoo! Mail : http://fr.mail.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:slide-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:slide-user-help@;jakarta.apache.org> > __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 -- To unsubscribe, e-mail: <mailto:slide-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:slide-user-help@;jakarta.apache.org>
