Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/ | Stefan Metzmacher | 2010-06-30 | 1 | -1042/+0 |
| | | | | metze | ||||
* | s4:ldb/python: make it possible to run tests standalone | Stefan Metzmacher | 2010-06-30 | 1 | -0/+3 |
| | | | | metze | ||||
* | Implementation of self membership validated right. | Nadezhda Ivanova | 2010-06-28 | 1 | -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 Vernooij | 2010-06-19 | 1 | -124/+128 |
| | |||||
* | Adjusted ACL tests to use encripted connection. | Nadezhda Ivanova | 2010-06-11 | 1 | -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 Vernooij | 2010-04-08 | 1 | -4/+2 |
| | |||||
* | s4-python: Format to PEP8, simplify tests. | Jelmer Vernooij | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 2010-03-25 | 1 | -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 Ivanova | 2010-03-09 | 1 | -23/+23 |
| | | | | descriptor. | ||||
* | Added a check for permissions to modify the RDN attribute on rename. | Nadezhda Ivanova | 2010-03-09 | 1 | -0/+32 |
| | | | | Necessary because rdn module will be moved lower than acl in the stack. | ||||
* | Refactored ACL python tests | Nadezhda Ivanova | 2010-03-04 | 1 | -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 Vernooij | 2010-01-16 | 1 | -2/+1 |
| | |||||
* | s4-acl: fixed acl.py test to use correct ldif | Andrew Tridgell | 2010-01-08 | 1 | -1/+2 |
| | | | | same problem as sec_descriptor.py | ||||
* | Fixed incorrect checking of PRINCIPAL_SELF permissions. | Nadezhda Ivanova | 2009-12-17 | 1 | -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 Zahariev | 2009-11-05 | 1 | -0/+1104 |
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Author: Zahari Zahariev <zahari.zahariev@postpath.com> |