Popular recipes tagged "windows_folder_permissions"http://code.activestate.com/recipes/tags/windows_folder_permissions/2010-04-13T14:03:01-07:00ActiveState Code RecipesNTFS DACL setter (Python)
2010-04-13T14:03:01-07:00Timothy Makobuhttp://code.activestate.com/recipes/users/4165901/http://code.activestate.com/recipes/576383-ntfs-dacl-setter/
<p style="color: grey">
Python
recipe 576383
by <a href="/recipes/users/4165901/">Timothy Makobu</a>
(<a href="/recipes/tags/set_windows_acl/">set_windows_acl</a>, <a href="/recipes/tags/windows_folder_permissions/">windows_folder_permissions</a>).
Revision 8.
</p>
<p>A script that sets an object's DACL on an NTFS partition, getting users from the active directory.
Dependencies:
* Tim Golden's active directory module <a href="http://timgolden.me.uk/python/active_directory.html" rel="nofollow">http://timgolden.me.uk/python/active_directory.html</a>
* fileacl.exe <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=723F64EA-34F0-4E6D-9A72-004D35DE4E64&displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=723F64EA-34F0-4E6D-9A72-004D35DE4E64&displaylang=en</a></p>