Closed eric-lich closed 10 years ago
pyad does not implement DACL、ACL part? eg. some user, open Properties-Advanced: permissions\Auditing\Owner\Effective Permissions
If pyad not implement it, Could you give me some suggestion for implement them via python, thanks.
PYAD does not currently implement setting ACLs. This is most surely possible through the Win32 API (e.g. pywin32), but this is at a layer lower than pyad---pyad provides an actually usable interface to pywin32.
pyad does not implement DACL、ACL part? eg. some user, open Properties-Advanced: permissions\Auditing\Owner\Effective Permissions
If pyad not implement it, Could you give me some suggestion for implement them via python, thanks.