How to work with Item and Folder Permissions using WebDAV?
Permissions to folders and items can be read and changed via WebDAV using an XML descriptor. It’s also possible to use other APIs such as ADO update security settings. An XML descriptor is an XML document in a string which describes security permissions to an item or folder. A PROPFIND is used to read security information. PROPPATCH is used to update the permission.
Here is what a descriptor looks like:
Example Descriptor in XML
https://msdn.microsoft.com/library/en-us/wss/wss/_exch2k_example_descriptor_in_xml.asp?frame=true
This is the format of the descriptor:
Exchange Store XML Security Descriptor Format
Before starting to use the XML descriptor, it’s important to have an understanding of security…
Security
Here are some basic examples on usage:
Getting an Item's XML Security Descriptor
How to add an access control entry to a folder item in Exchange 2000 Web Storage System by coding in Exchange 2000 Server.
https://support.microsoft.com/?id=317891
Note: ADO can also be used instead of WebDAV…
How To Deny a User Read Permissions on a Mail Item (ADO)
https://support.microsoft.com/default.aspx?kbid=289879
Here is some additional information on the subject:
Web Storage System Security Roles
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmes2k/html/secroles1.asp
Comments
- Anonymous
April 20, 2008
PingBack from http://www.basketballs-sports.info/basketball-chat/?p=1099