James where does "*can*" == "it doesn't output them at all."???
Michael Oliver CTO Matrix Intermedia Inc. 3325 N. Nellis Blvd, #1 Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 -----Original Message----- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 12:00 PM To: [EMAIL PROTECTED] Subject: RE: How to find out about roles ? You *can* retrieve this property using a WebDAV client, the problem is that the command-line client doesn't output properties that contain xml properly. In fact, it doesn't output them at all. It just spits out a long, empty string. One thing to note is the group-member-set property is not returned with a propgetall response (for performance reasons). I believe you can modify this in the web.xml file for the webdav servlet. That would allow you to use a client that displays xml property but can't issue a propget request for a single property (like DAV Explorer) to maintain that property. -James >>> [EMAIL PROTECTED] 7/16/2004 8:25:17 AM >>> > Roles have the "group-member-set" property, its value contains > URIs of all users that belong to this role. Do they? But I can not find this property. e.g. if I look with the commandline client for "propget /slide/roles/manager displayname" it returns "manager" but if I look for "propget /slide/roles/manager group-member-set" it returns an empty String. also the article on the slide website told, that this property is not visible via webdav. why??? How else should roles be handled then? Frank --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
