Hi,
I am trying to fetch the ACL of a NETAPP share from a windows 2003 Server machine, even when the share-ACL denies access to me.
I am able to fetch the ACL for files & folders even when the ACL associated with the file or folder denies me access. (By enabling SE_BACKUP_NAME & SE_RESTORE_NAME privileges, CreateFile(FILE_FLAG_BACKUP_SEMNATICS) and GetSecurityInfo).
Can I get help in determining the share-ACL even when I have been explicitly denied access to the share?
(I hope the forum is correct).
Thank you.