permissions via webdav on public folder

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
 
S

Steve

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top