summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/python/acl.py
Commit message (Collapse)AuthorAgeFilesLines
* s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher2010-06-301-1042/+0
| | | | metze
* s4:ldb/python: make it possible to run tests standaloneStefan Metzmacher2010-06-301-0/+3
| | | | metze
* Implementation of self membership validated right.Nadezhda Ivanova2010-06-281-5/+103
| | | | | When this right is granted, the user can add or remove themselves from a group even if they dont have write property right.
* acl: Clean up formatting, use samba.tests.TestCase.Jelmer Vernooij2010-06-191-124/+128
|
* Adjusted ACL tests to use encripted connection.Nadezhda Ivanova2010-06-111-120/+69
| | | | | This way we get rid of the conditional if.Samba checks, because users are successfully created and enabled.
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-4/+2
|
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-291-1/+1
|
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
| | | | this should be much more portable
* Fixed a bug in acl tests - python error when we create user/group/ou with a ↵Nadezhda Ivanova2010-03-091-23/+23
| | | | descriptor.
* Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova2010-03-091-0/+32
| | | | Necessary because rdn module will be moved lower than acl in the stack.
* Refactored ACL python testsNadezhda Ivanova2010-03-041-441/+256
| | | | | Made each type into a separate class to be easily run individually, removed code duplication
* Import testtools as well, required for subunit.Jelmer Vernooij2010-01-161-2/+1
|
* s4-acl: fixed acl.py test to use correct ldifAndrew Tridgell2010-01-081-1/+2
| | | | same problem as sec_descriptor.py
* Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova2009-12-171-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.
* Python tests for the acl module.Zahari Zahariev2009-11-051-0/+1104
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Author: Zahari Zahariev <zahari.zahariev@postpath.com>