summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/acl.py
Commit message (Expand)AuthorAgeFilesLines
...
* s4-join: Import DNS zones in AD DC joinAndrew Bartlett2012-06-251-0/+2
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-211-4/+4
* s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett2012-02-201-1/+2
* s4-dsdb: use get_config_basedn() in python testsAndrew Tridgell2011-09-191-2/+2
* s4-acl: use dnsforest not dnsdomain for GC namesAndrew Tridgell2011-08-251-3/+3
* s4-acl-test: use symbolic names for groupTypeAndrew Tridgell2011-08-091-11/+16
* s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou2011-02-211-24/+24
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-021-1/+1
* acl tests: Fix import.Jelmer Vernooij2011-01-061-4/+7
* Remove unused imports.Jelmer Vernooij2011-01-061-4/+3
* s4-tests: Tests for Validated-SPN implementation.Nadezhda Ivanova2010-12-221-14/+274
* s4-tests: Added tests for LDAP add/delete/modify using anonymous login.Nadezhda Ivanova2010-12-151-8/+50
* s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki2010-12-151-1/+1
* s4-tests: Modified acl.py to use the sd_utils helpers.Nadezhda Ivanova2010-12-101-127/+86
* s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer2010-11-271-5/+1
* s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulatedNadezhda Ivanova2010-11-251-28/+25
* s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova2010-11-251-36/+28
* s4-tests: Modified acly.py to use common delete_force instead of defining its...Nadezhda Ivanova2010-11-251-60/+55
* s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods.Nadezhda Ivanova2010-11-231-43/+15
* s4-tests: Modified acl.py to use samdb.newuser instead of custom methods.Nadezhda Ivanova2010-11-231-86/+68
* s4-tests: Modified acl.py to use SamDB.create_ou()Nadezhda Ivanova2010-11-231-84/+70
* s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from Sa...Nadezhda Ivanova2010-11-231-23/+7
* s4-tests: Adapted acl.py to use set_minPwdAge from SamDB.Nadezhda Ivanova2010-11-221-10/+3
* s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn.Nadezhda Ivanova2010-11-181-3/+1
* s4-tests: Changed acl tests to use existing method in samdb for adding users ...Nadezhda Ivanova2010-11-181-19/+8
* s4-tests: Acl tests should use the existing samdb domain_dn method instead of...Nadezhda Ivanova2010-11-181-7/+1
* s4:acl.py - two password change tests are expected to fails on Windows 2000 f...Matthias Dieter Wallnöfer2010-11-111-3/+14
* s4:python tests - fix script names in the help textMatthias Dieter Wallnöfer2010-11-111-1/+1
* pydsdb: Import testtools before subunit for those that don't haveJelmer Vernooij2010-11-031-1/+1
* s4-ldb: Added the correct extended check for read access to nTSecurityDescriptorNadezhda Ivanova2010-10-271-0/+62
* s4-tests: Added tests for search checks on attributesNadezhda Ivanova2010-09-261-5/+100
* s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett2010-08-181-2/+1
* s4-tests: Added tests for acl checks on search requestsNadezhda Ivanova2010-08-171-0/+218
* s4: Added acl search tests for anonymous connection.Nadezhda Ivanova2010-07-141-83/+68
* s4: Reorganized dsHeuristics reset so the code can be reusedNadezhda Ivanova2010-07-131-53/+38
* Added a test to prove by default users can change each other's pass if the ol...Nadezhda Ivanova2010-07-081-0/+25
* s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova2010-07-051-6/+64
* Tests for user-change-password and force-password-change access rightsNadezhda Ivanova2010-07-021-4/+242
* s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher2010-06-301-0/+1042