permissions via webdav on public folder

  • Thread starter Thread starter Morten
  • Start date Start date
M

Morten

Hi!

Has anyone managed to set permissions on a public folder via webdav? I'm
trying to create a folder and set some initial permissions once it's
created. Just a small example would be very helpful.

Thanks in advance

Morten
 
This is the way I managed to do it:

-Set the permissions you want on an example public folder.
-download PfDavAdmin (google for it) and export the permissions from
that public folder to a file in XML format
-Use that XML in your code, replacing anything that needs to be
replaced dynamically with code, such as the usernames on the ACE's. I
removed the SID and AD guid tags.

Note that the ACE's must be in the correct order. Good luck!
-Steve


Steve
 
Back
Top