ACLs don't automatically update when their parent is updated unless
certain APIs are used (see
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q266461&; and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauth
z/security/setsecurityinfo.asp).

If you want to propagate the permissions you'll have to either find a
way to make sure you're using the SetSecurityInfo API or propagate them
yourself down the tree.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Giuoco, Aaron
Sent: Tuesday, July 18, 2006 7:01 AM
To: perl-win32-users@listserv.ActiveState.com
Subject: RE: Win32::Security deleteAces method question

Well, I still don't know what I am doing wrong.  I have stripped my anon
sub down to the basics and it's still not deleting the ACEs.  Here is my
modified anon sub:
 
<snip>

My test folder isn't inheriting its ACL.  I do have admin right on the
test folder and can modify it's ACL manually.  Any ideas as to why this
is not working?
 
<snip>

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to