> 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.
Thanks for your post but it doesn't help me much :(

I just want to be able to connect to the administrator and the editor
view as root. I don't use a DB yes. However, I didn't succeed whatever
login/password I have entered even after I added the following line to
$SLIDE_HOME/server/conf/tomcat-users.xml :

<user name="root"   password="root"   roles="root" />

and uncommented the following line 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>
...

As I said, 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 :(
-- 
When the grammar checker identifies an error, it suggests a correction and can even 
makes some changes for you. - Microsoft Word for Windows 2.0 User's Guide.

Attachment: msg03125/pgp00000.pgp
Description: PGP signature

Reply via email to