DonationCoder.com Forum

Main Area and Open Discussion => General Software Discussion => Topic started by: justice on July 24, 2008, 04:11 AM

Title: Report ACL lists for a folder structure
Post by: justice on July 24, 2008, 04:11 AM
I'm looking for a program that creates a texfile with all ACLs from a root folder down, showing the additions / removed permissions only.

so if I have a C:\test folder which John and Bob has read access, and a subfolder called test2 which John and Pete read access I'd expect a report like:

c:\test  - READ: John Bob
    +--- test2 (READ: -Bob, +Pete)
Or something more legible. I want this program so I can redo an existing ACL structure and the interface windows provides is useless.
Title: Re: Report ACL lists for a folder structure
Post by: justice on July 24, 2008, 04:20 AM
I found DumpSec (http://www.systemtools.com/somarsoft/index.html).
Title: Re: Report ACL lists for a folder structure
Post by: PhilB66 on July 24, 2008, 04:55 AM
BPACLer (http://www.bpsoftware.com/products/BPACLer/)

Display Access Control List (ACL) information for files and folders
Title: Re: Report ACL lists for a folder structure
Post by: Carol Haynes on July 24, 2008, 05:32 AM
BPACLer looks really useful (be warned if you use AdMuncher half the page doesn't display at all - including the download link!)
Title: Re: Report ACL lists for a folder structure
Post by: PhilB66 on July 24, 2008, 07:05 AM
BPACLer looks really useful (be warned if you use AdMuncher half the page doesn't display at all - including the download link!)
-Carol Haynes (July 24, 2008, 05:32 AM)

Strange. I don't experience that (Opera browser but no AdMuncher).

[ You are not allowed to view attachments ]
Title: Re: Report ACL lists for a folder structure
Post by: f0dder on July 24, 2008, 09:29 AM
I want this program so I can redo an existing ACL structure and the interface windows provides is useless.
The XCOPY trick (https://www.donationcoder.com/forum/index.php?topic=14088.msg122008#msg122008) doesn't work? :(
Title: Re: Report ACL lists for a folder structure
Post by: justice on July 24, 2008, 09:32 AM
yes i can clone the tree but then i'll still need to check every file for incorrect permissions. it's possible to do the same with robocopy btw with /sec /create (creates a series of 0 byte files and folders).

the xcopy trick is good for having to copy acls from a to b. I need to clean up too :(
Title: Re: Report ACL lists for a folder structure
Post by: f0dder on July 24, 2008, 05:33 PM
Ah, sounds like a quite tedious task you've got on your hands - I feel your pain! :)
Title: Re: Report ACL lists for a folder structure
Post by: Carol Haynes on July 24, 2008, 06:19 PM
BPACLer looks really useful (be warned if you use AdMuncher half the page doesn't display at all - including the download link!)
-Carol Haynes (July 24, 2008, 05:32 AM)

Strange. I don't experience that (Opera browser but no AdMuncher).
 (see attachment in previous post (https://www.donationcoder.com/forum/index.php?topic=14190.msg122063#msg122063))

It was an AdMuncher issue - I reported it and they have already issued an updated pattern file to fix it.