summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/acl.py
AgeCommit message (Expand)AuthorFilesLines
2010-06-30s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher1-1042/+0
2010-06-30s4:ldb/python: make it possible to run tests standaloneStefan Metzmacher1-0/+3
2010-06-28Implementation of self membership validated right.Nadezhda Ivanova1-5/+103
2010-06-19acl: Clean up formatting, use samba.tests.TestCase.Jelmer Vernooij1-124/+128
2010-06-11Adjusted ACL tests to use encripted connection.Nadezhda Ivanova1-120/+69
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-4/+2
2010-03-29s4-python: Format to PEP8, simplify tests.Jelmer Vernooij1-1/+1
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
2010-03-09Fixed a bug in acl tests - python error when we create user/group/ou with a d...Nadezhda Ivanova1-23/+23
2010-03-09Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova1-0/+32
2010-03-04Refactored ACL python testsNadezhda Ivanova1-441/+256
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
2009-12-17Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova1-2/+41
2009-11-05Python tests for the acl module.Zahari Zahariev1-0/+1104