summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/acl.py
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Import testtools as well, required for subunit.Jelmer Vernooij1-2/+1
2010-01-08s4-acl: fixed acl.py test to use correct ldifAndrew Tridgell1-1/+2
same problem as sec_descriptor.py
2009-12-17Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova1-2/+41
If an ace has the PRINCIPAL_SELF as trustee, this sid has to be replaced with the onjectSid of the object being checked. PRINCIPAL_SELF is the way to grant rights to an account over itself.
2009-11-05Python tests for the acl module.Zahari Zahariev1-0/+1104
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Author: Zahari Zahariev <zahari.zahariev@postpath.com>