summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules/tests
Commit message (Collapse)AuthorAgeFilesLines
* possibleinferiors: Report subunit.Jelmer Vernooij2010-11-031-4/+8
|
* possibleinferiors: Fix formatting.Jelmer Vernooij2010-11-031-15/+14
|
* s4-possibleinferiors.py: Fix usage of 'paged_search' module for remote LDB ↵Kamen Mazdrashki2010-09-261-1/+7
| | | | connections
* s4-selftest: Move samba3sam test to standard python directory.Jelmer Vernooij2010-09-221-1092/+0
|
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-242-2/+2
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-14/+15
| | | | | | command-line options. This is the first step towards supporting custom test runners.
* subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij2010-04-111-1/+1
|
* s4-samba3samtest: we need to force netbios name as wellAndrew Tridgell2010-01-081-0/+1
| | | | needed for when run in CLIENT context
* s4-samba3samtest: force workgroup so the domain is rightAndrew Tridgell2010-01-081-0/+1
| | | | | the samba3sid backend looks at lp_sam_name() which is based on the workgroup
* s4-samba3sam: use samba3sid moduleAndrew Tridgell2010-01-081-1/+3
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-samba3samtest: use system credentials for creating usersAndrew Tridgell2010-01-081-5/+6
|
* s4:dsdb Add default modules list to samba3samAndrew Bartlett2009-10-221-1/+2
| | | | | | | | This is needed because the work to allow existing databases to be loaded now moves the 'you have an old @PARTITION' record to the presense or absence of this attribute. Andrew Bartlett
* s4:dsdb Fix tests for samba3sam to pass after partitions module changesAndrew Bartlett2009-10-211-13/+9
| | | | | | | This is needed because the new format of the partitions record is a casefolded DN, not a DN and file combination. Andrew Bartlett
* s4-samldb: the samldb module requires that the primary group existsAndrew Tridgell2009-10-021-9/+17
| | | | We need to create Domain Users in the test ldb
* s4:samba3sam.py test - remove the primary group ID attribute hereMatthias Dieter Wallnöfer2009-09-201-7/+2
| | | | | This shouldn't be specified on creation time (Windows Server doesn't allow that). Hope this also fixes the test (see buildfarm).
* slightly nicer output in our possibleInferiors test codeAndrew Tridgell2009-04-091-2/+2
|
* added a --wspp optionAndrew Tridgell2009-03-271-4/+7
| | | | | Adding --wspp to possibleInferiors.py forces it to use the WSPP documented algorithm, which doesn't match windows behaviour
* fixed possibleinferiors.py so it matches windows behaviourAndrew Tridgell2009-03-261-39/+127
| | | | | | | | | | | | This test code builds the possibleInferiors for every class in the schema on a target machine, and compares it to the servers possibleInferiors attribute. The MS-ADTS spec describes how to calculate possibleInferiors for a object, but it seems to have some bugs. The spec says that we need to use AUXCLASSES, and it does not mention the use of the SUBCLASS tree. In trying to match windows behaviour, I found that I needed to ignore the AUXCLASSES and build a SUBCLASSES tree.
* the start of a possibleInferiors test suiteAndrew Tridgell2009-03-241-0/+155
| | | | | | | | | | we haven't implemented possibleInferiors yet. This test is meant to help us understand how it works. It tries to construct possibleInferiors via searches on other attributes, and compares it to the servers constructed possibleInferiors attribute for each class in the servers schema. see [MS-ADTS] section 3.1.1.4.5.21
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-9/+2
|
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-170/+170
|
* Fix samba3sam test after removal of dom_sid IDL file.Jelmer Vernooij2008-12-181-2/+2
|
* The samba3sam test does not really need the extended_dn moduleAndrew Bartlett2008-11-171-1/+1
| | | | | | | (This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett
* s4: fix samba4.samba3sam.python testStefan Metzmacher2008-11-081-2/+2
| | | | metze
* Compare sids in samba3sam tests.Jelmer Vernooij2008-09-301-11/+21
|
* Use loadparm since it's required by some modules.Jelmer Vernooij2008-09-241-6/+6
|
* Fix last samba3sam.py test.Jelmer Vernooij2008-09-211-24/+28
|
* Fix DNs - only one more samba3sam test failing now.Jelmer Vernooij2008-09-211-80/+72
|
* More code simplifications.Jelmer Vernooij2008-09-201-24/+25
|
* Fix formatting.Jelmer Vernooij2008-09-191-35/+63
|
* Simplify code, remove print statements.Jelmer Vernooij2008-09-191-29/+42
|
* Fix objectclass tests.Jelmer Vernooij2008-09-191-4/+3
|
* Improve formatting.Jelmer Vernooij2008-09-181-66/+54
|
* Fix tests, be less verbose.Jelmer Vernooij2008-09-181-35/+35
|
* Fix some tests.Jelmer Vernooij2008-09-181-4/+16
|
* Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-181-1/+1
| | | | | | | This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2)
* r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2008-01-011-261/+239
| | | | (This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef)
* r26637: More work converting to Python.Jelmer Vernooij2008-01-011-16/+16
| | | | (This used to be commit 84f1e82d8fe5ecca75e2d7048d1b8b409abcb9b7)
* r26630: Split up big tests into various smaller functions, making it easier ↵Jelmer Vernooij2007-12-301-183/+185
| | | | | | to debug. (This used to be commit 4be116133724ac52f9df8adb3feeb93ea616a990)
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-3/+3
| | | | (This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8)
* r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij2007-12-261-64/+63
| | | | | | | | tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-241-0/+1067
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)