> 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 :(
=====
La libert� est notre bien le plus pr�cieux :)
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
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>