zakird / pyad

Python Active Directory Tools | *Not actively maintained*
http://zakird.github.io/pyad/
176 stars 72 forks source link

About ACL set #29

Closed eric-lich closed 10 years ago

eric-lich commented 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.

zakird commented 10 years ago

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.