Thanks...

-----Message d'origine-----
De : Jacob Lund [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 19 mai 2005 13:47
À : Slide Users Mailing List
Objet : Re: Role/User using Webdavlib

Adding users to groups or roles in slide is simply to use proppatch.

Add a list of <href> user elements to the DAV:group-member-set property on 
the specific group.

e.g.:
adding users /user/john and /user/joe to /roles/users

property DAV:group-member-set on /roles/users must be set to 
<href>/user/john</href><href>/user/joe</href>

/jacob

----- Original Message ----- 
From: "Laurent Michenaud" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <slide-user@jakarta.apache.org>
Sent: Thursday, May 19, 2005 12:58 PM
Subject: Role/User using Webdavlib


Is there a mean to manage the user membership to roles using the
webdavlib.



I can do it with Projector but I need the transactions so I would like

to do it with webdavlib.



Is it possible ?

Examples ?



Thanks



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


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

Reply via email to