Simone Gianni <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> Hi Lea,
> you wrote:
> 
>>Hi, 
>>I'm also interesting in this problem. 
>>To run the Slide, I use jakarta-tomcat-4.1.30 as server and
>>jakarta-slide- webdavclient-2.0 as client.
Hi Simone, 
Thanks a lot for your advice. you are right.
I tried to use 
public boolean proppatchMethod(java.lang.String path,
                               PropertyName propertyName,
                               java.lang.String propertyValue,
                               boolean action)
of org.apache.webdav.lib.WebdavResource. 
I put the namespace <S:password 
xmlns:S="http://jakarta.apache.org/slide/";>123</S:password> in it, but i 
can't log with sally. 
Maybe I should to modify somewhere in Domain.xml for realm... How do you 
think?

Regards
Lea

>>
>>I saw some previous articles and I tried to use 
>>$ proppatch /slide/users/sally password 123 
>>after 
>>$ mkcol /slide/users/sally 
>>to creat a new user. Both operations are succeeded, and
>>"sally.def.xml" is made in users directory with 
>><property name="password" namespace="DAV:" value="123" type="" 
>>protected="false">
>>  
>>
> This is the problem : the password property have not to be in the
> "DAV:" namespace, but in the "http://jakarta.apache.org/slide/";
> namespace. 
> 
> Ciao,
> Simone Gianni
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to