summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/tests/python/ldap.py
Commit message (Expand)AuthorAgeFilesLines
* ldb: fixed --paged option in ldb toolsAndrew Tridgell2011-04-071-1/+1
* pyldb: add more tests for control manipulationMatthieu Patou2011-03-201-0/+4
* s4:operational LDB module - fix attribute names to be right up/down-casedMatthias Dieter Wallnöfer2011-03-041-3/+3
* s4:ldap.py - rootdse tests should search for the rootDSE not the default DNMatthias Dieter Wallnöfer2011-03-041-1/+1
* s4:ldap.py - add a test in order to show the operational module fixedMatthias Dieter Wallnöfer2011-03-041-0/+14
* s4:ldap.py - other important RDN check testcasesMatthias Dieter Wallnöfer2011-03-041-0/+67
* s4:ldap.py - remove a debug outputMatthias Dieter Wallnöfer2011-03-041-1/+0
* pyldb: add tests for getting control resultsMatthieu Patou2011-02-211-0/+8
* s4-dsdb Add tests to ensure we don't break the rootDSE function levels againAndrew Bartlett2011-02-021-0/+33
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-021-1/+1
* s4:ldap.py - check the write protection on LSA objectsMatthias Dieter Wallnöfer2011-01-251-5/+30
* dsdb:ldap.py - transform a test call into the new "msg.add" syntaxMatthias Dieter Wallnöfer2010-12-221-8/+5
* s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki2010-12-151-2/+2
* s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer2010-11-271-5/+1
* s4-tests: Modified ldap.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-93/+88
* s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from S...Nadezhda Ivanova2010-11-231-25/+6
* ldb:rdn_name LDB module - add more RDN name constraintsMatthias Dieter Wallnöfer2010-11-201-0/+52
* s4:dsdb tests - use even more already defined pyldb functions to retrieve NCsMatthias Dieter Wallnöfer2010-11-191-12/+2
* s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer2010-11-181-8/+3
* s4:objectclass LDB module - multiple "objectClass" change elements are unfort...Matthias Dieter Wallnöfer2010-11-131-12/+9
* s4:objectclass LDB module - we should not simply ignore additional "objectCla...Matthias Dieter Wallnöfer2010-11-121-0/+13
* s4:samldb/objectclass_attrs LDB modules - move "description" logic from "obje...Matthias Dieter Wallnöfer2010-11-121-154/+9
* s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updatesMatthias Dieter Wallnöfer2010-11-081-0/+12
* s4:ldap.py - add more "objectGUID" related testsMatthias Dieter Wallnöfer2010-11-071-2/+76
* s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully be...Matthias Dieter Wallnöfer2010-11-071-5/+56
* s4:ldap.py - enhance the "distinguishedName" testsMatthias Dieter Wallnöfer2010-11-061-0/+24
* s4:ldap.py/passwords.py - just use objectclass "user" for usersMatthias Dieter Wallnöfer2010-11-041-4/+4
* pydsdb: Import testtools before subunit for those that don't haveJelmer Vernooij2010-11-031-7/+3
* s4:objectclass LDB module - the structural objectclass has always to be speci...Matthias Dieter Wallnöfer2010-11-031-0/+19
* s4-tests: Tests for the dSHeuristics attribute value restrictionsNadezhda Ivanova2010-11-031-0/+41
* s4:ldap.py/sam.py - simplify the objectclass specificationsMatthias Dieter Wallnöfer2010-11-011-6/+6
* s4:ldap.py - add a test for attribute ranges - still very basicMatthias Dieter Wallnöfer2010-10-261-1/+56
* s4:ldap.py - enhance and activate the "description" attribute testMatthias Dieter Wallnöfer2010-10-261-27/+89
* s4:ldap.py - prove the denied multi-valued replace requestsMatthias Dieter Wallnöfer2010-10-251-18/+18
* s4:ldap.py - test the "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer2010-10-131-0/+39
* s4:ldap.py - split it up and move SAM related stuff to sam.pyMatthias Dieter Wallnöfer2010-10-081-552/+1
* s4:ldap.py - test allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-1/+16
* s4:ldap.py - remove the delete testsMatthias Dieter Wallnöfer2010-10-031-92/+0
* s4:ldap.py - delete the right object after test completitionMatthias Dieter Wallnöfer2010-10-031-1/+1
* s4:ldap.py - fix "system only" testMatthias Dieter Wallnöfer2010-10-031-0/+8
* s4:ldap.py - add tests for the "dsServiceName", "serverName", "dnsHostName" a...Matthias Dieter Wallnöfer2010-09-241-0/+34
* s4:samldb LDB module - it isn't allowed to create user/computer accounts with...Matthias Dieter Wallnöfer2010-09-241-10/+9
* s4:ldap.py - test default primary groups on modify operationsMatthias Dieter Wallnöfer2010-09-241-0/+70
* s4:ldap.py - enhance SAM user/groups behaviour test regarding default primary...Matthias Dieter Wallnöfer2010-09-241-5/+34
* s4-ldap: Fixed a problem with NC's having a parentGUID attributeNadezhda Ivanova2010-09-211-1/+21
* s4:ldap.py - tests the primary group detection by the "userAccountControl"Matthias Dieter Wallnöfer2010-09-121-2/+47
* s4:ldap.py - comment a test part which fails with another error code on WindowsMatthias Dieter Wallnöfer2010-08-071-5/+6
* s4:ldap.py - test the new "systemFlags" constraintMatthias Dieter Wallnöfer2010-08-071-1/+11
* s4:ldap.py - test for an invalid "objectCategory" attributeMatthias Dieter Wallnöfer2010-08-071-0/+10
* s4:ldap.py - proof for the impossibility to add a LSA-specific object over LDAPMatthias Dieter Wallnöfer2010-08-071-0/+11