You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Nicolas PERIDONT <np...@ridonps.com> on 2001/10/31 02:17:01 UTC

Slide Realms

Hi i'm just begin with Slide and i got a probleme with the authentification.

I get a message :
User root doesn't have his password property set

In the conf/slide/slide.data i uncomment the root password property as write
in the help like that:
        <objectnode classname="slideroles.basic.RootRoleImpl"
uri="/users/root">
            <property name="password"
namespace="http://jakarta.apache.org/slide/">root</property>
        </objectnode>

I use mysql as DB so i modify the store definition like that :
    <store name="jdbc">
      <nodestore classname="slidestore.reference.JDBCDescriptorsStore">
       <parameter name="driver">org.gjt.mm.mysql.Driver</parameter>
       <parameter name="url">jdbc:mysql://localhost/slide</parameter>
       <parameter name="user">root</parameter>
       <parameter name="password"></parameter>
      </nodestore>
      <securitystore>
        <reference store="nodestore" />
      </securitystore>
      <lockstore>
        <reference store="nodestore" />
      </lockstore>
      <revisiondescriptorsstore>
        <reference store="nodestore" />
      </revisiondescriptorsstore>
      <revisiondescriptorstore>
        <reference store="nodestore" />
      </revisiondescriptorstore>
      <contentstore classname="slidestore.reference.FileContentStore">
        <parameter name="rootpath">contentstore</parameter>
        <parameter name="version">true</parameter>
        <parameter name="resetBeforeStarting">false</parameter>
      </contentstore>
    </store>

I create the tables in my db.
The first time i start slide he store some rows in my DB.
I can see the /users/root row in my objects table but there's no row in the
property table. (i think the password should be here, am i wrong ?)

I can find out why the property doesn't be write in the db ?

Have you any idea

Thanks in advance for your help

Nicolas PERIDONT


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>