NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Data Protection

How to manage User/Group ACLs on Netapp

hardy_maxa
4,739 Views

HI All.

I'm fairly new to Netapp management, and having grown up on Novell I was used to being able to manage file and directory ACLs.

Now that we are on MS AD, I know of no easy way to see what files/folders a user or group has access to.

Does anyone know of a Netapp (or other) tool that can audit and manage these ACLs ?

I don't really feel like drudging through miles of CACLS output, or waiting for it to dump.

Thanks,

Hardy

2 REPLIES 2

ekashpureff
4,739 Views

Hardy -

From the NetApp only share level access is managed.

You'd use Microsoft tools to manage ACLs on the folders and files stored in shares.


I hope this response has been helpful to you.

At your service,


Eugene E. Kashpureff
[email protected]
Fastlane NetApp Instructor and Independent Consultant
http://www.fastlaneus.com/ http://www.linkedin.com/in/eugenekashpureff

(P.S. I appreciate points for helpful or correct answers.)

stephan_troxler
4,739 Views

Yes, ACLs in NTFS are a pain sometimes. I recommend you use a ACL tool for scanning whole shares and exporting the permissions.

My favorite tool is Fileacl (freeware) since it's very fast: http://www.gbordier.com/gbtools/fileacl.asp

The command below exports all subdirs of a share:

>fileacl.exe \\server\share /BATCH /SUB 

With a little bit of scripting you can import the permissions into a db for better searching.

Public