summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/acl.py
AgeCommit message (Expand)AuthorFilesLines
2013-10-25s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova1-0/+26
2013-01-15dsdb: Add test for modification of two attributes, one permitted, one denied ...Andrew Bartlett1-0/+15
2012-06-25s4-join: Import DNS zones in AD DC joinAndrew Bartlett1-0/+2
2012-06-21samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij1-4/+4
2012-02-20s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett1-1/+2
2011-09-19s4-dsdb: use get_config_basedn() in python testsAndrew Tridgell1-2/+2
2011-08-25s4-acl: use dnsforest not dnsdomain for GC namesAndrew Tridgell1-3/+3
2011-08-09s4-acl-test: use symbolic names for groupTypeAndrew Tridgell1-11/+16
2011-02-21s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou1-24/+24
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-06acl tests: Fix import.Jelmer Vernooij1-4/+7
2011-01-06Remove unused imports.Jelmer Vernooij1-4/+3
2010-12-22s4-tests: Tests for Validated-SPN implementation.Nadezhda Ivanova1-14/+274
2010-12-15s4-tests: Added tests for LDAP add/delete/modify using anonymous login.Nadezhda Ivanova1-8/+50
2010-12-15s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki1-1/+1
2010-12-10s4-tests: Modified acl.py to use the sd_utils helpers.Nadezhda Ivanova1-127/+86
2010-11-27s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer1-5/+1
2010-11-25s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulatedNadezhda Ivanova1-28/+25
2010-11-25s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova1-36/+28
2010-11-25s4-tests: Modified acly.py to use common delete_force instead of defining its...Nadezhda Ivanova1-60/+55
2010-11-23s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods.Nadezhda Ivanova1-43/+15
2010-11-23s4-tests: Modified acl.py to use samdb.newuser instead of custom methods.Nadezhda Ivanova1-86/+68
2010-11-23s4-tests: Modified acl.py to use SamDB.create_ou()Nadezhda Ivanova1-84/+70
2010-11-23s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from Sa...Nadezhda Ivanova1-23/+7
2010-11-22s4-tests: Adapted acl.py to use set_minPwdAge from SamDB.Nadezhda Ivanova1-10/+3
2010-11-18s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn.Nadezhda Ivanova1-3/+1
2010-11-18s4-tests: Changed acl tests to use existing method in samdb for adding users ...Nadezhda Ivanova1-19/+8
2010-11-18s4-tests: Acl tests should use the existing samdb domain_dn method instead of...Nadezhda Ivanova1-7/+1
2010-11-11s4:acl.py - two password change tests are expected to fails on Windows 2000 f...Matthias Dieter Wallnöfer1-3/+14
2010-11-11s4:python tests - fix script names in the help textMatthias Dieter Wallnöfer1-1/+1
2010-11-03pydsdb: Import testtools before subunit for those that don't haveJelmer Vernooij1-1/+1
2010-10-27s4-ldb: Added the correct extended check for read access to nTSecurityDescriptorNadezhda Ivanova1-0/+62
2010-09-26s4-tests: Added tests for search checks on attributesNadezhda Ivanova1-5/+100
2010-08-18s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett1-2/+1
2010-08-17s4-tests: Added tests for acl checks on search requestsNadezhda Ivanova1-0/+218
2010-07-14s4: Added acl search tests for anonymous connection.Nadezhda Ivanova1-83/+68
2010-07-13s4: Reorganized dsHeuristics reset so the code can be reusedNadezhda Ivanova1-53/+38
2010-07-08Added a test to prove by default users can change each other's pass if the ol...Nadezhda Ivanova1-0/+25
2010-07-05s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova1-6/+64
2010-07-02Tests for user-change-password and force-password-change access rightsNadezhda Ivanova1-4/+242
2010-06-30s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher1-0/+1042