summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/python/ldap.py
Commit message (Expand)AuthorAgeFilesLines
* ldap: Fix test failure that seemed to go unreported previously.Jelmer Vernooij2010-01-171-2/+1
* ldap.py: Remove unused imports.Jelmer Vernooij2010-01-171-18/+4
* Import testtools as well, required for subunit.Jelmer Vernooij2010-01-161-2/+1
* s4-ldaptest: need to use MessageElement for modify messagesAndrew Tridgell2010-01-021-2/+4
* s4-ldbtest: fixed message element in modifyAndrew Tridgell2010-01-021-1/+2
* pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2009-12-311-9/+9
* s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki2009-12-211-133/+0
* s4-dsdb: Add a test for adding, deleting, and appending a posixAccount object...Brendan Powers2009-12-181-0/+30
* s4:ldap.py Improve testsuite for primaryGroupToken behaviourAndrew Bartlett2009-12-071-0/+22
* s4:ldap.py Add test of namingContext behaviour after tridge found a bugAndrew Bartlett2009-12-011-0/+15
* s4-drs: Test situations for runtime constructed parentGUIDFernando J V da Silva2009-11-301-1/+24
* s4-ldb: improve detection of whether the server has a GC portAndrew Tridgell2009-11-271-5/+9
* s4:ldap.py - add a test for the enhanced operational attributes checkMatthias Dieter Wallnöfer2009-11-261-0/+11
* s4:ldap.py - fix the schema update test on Windows ServerMatthias Dieter Wallnöfer2009-11-241-1/+2
* s4:ldap.py - activate test for operational attributesMatthias Dieter Wallnöfer2009-11-241-8/+8
* s4:ldap.py Add tests for subSchemaSubEntryAndrew Bartlett2009-11-241-0/+12
* s4:ldap.py - Add a check for the generated "schemaIDGUID"Matthias Dieter Wallnöfer2009-11-231-0/+2
* s4-ldb: added a double-rename testAndrew Tridgell2009-11-201-0/+24
* s4-ldb: allow ldap.py test suite to run directly against a fileAndrew Tridgell2009-11-201-1/+5
* s4:ldap.py - enhance schema addition testMatthias Dieter Wallnöfer2009-11-151-12/+40
* s4:ldap.py - Deactivates some at the moment pointless test partsMatthias Dieter Wallnöfer2009-11-151-6/+6
* s4:ldb Add Well Known GUID (WKGUID) tests to ldap.pyAndrew Bartlett2009-11-121-0/+17
* s4-samdb: remove the rDN size constraint of 64Andrew Tridgell2009-11-091-1/+4
* s4-ldaptest: "testgroup" is a bit too commonAndrew Tridgell2009-10-151-2/+2
* s4-ldap: test the rDN size limitAndrew Tridgell2009-10-151-0/+25
* s4:ldap.py - Further enhancementsMatthias Dieter Wallnöfer2009-10-081-6/+236
* s4:ldap.py - commented out the UTF8 tests (and fixed some deletion DNs)Matthias Dieter Wallnöfer2009-10-031-10/+12
* s4:ldap.py - add tests for valid parent and RDNMatthias Dieter Wallnöfer2009-10-031-0/+39
* s4:ldap.py - add a test for the "systemOnly" classesMatthias Dieter Wallnöfer2009-10-031-1/+16
* s4:ldap.py - add a very special rename test (with invalid - empty RDN)Matthias Dieter Wallnöfer2009-10-021-9/+23
* s4:ldap.py - major enhancementsMatthias Dieter Wallnöfer2009-10-021-102/+187
* Mark test_security_descriptor_add_neg as known failing (for now).Jelmer Vernooij2009-09-081-1/+1
* Basic tests for nTSceurityDescriptor both SDDL and BASE64 formatZahari Zahariev2009-09-081-2/+194
* s4:ldap.py - Adds a test for the primary group behaviourMatthias Dieter Wallnöfer2009-09-071-12/+132
* fixed the updateNow schema test to use a canonical OIDAndrew Tridgell2009-08-171-1/+2
* s4: Better way to call "dom_sid_to_rid" from ldap.pyMatthias Dieter Wallnöfer2009-08-141-4/+2
* s4:test for "primaryGroupToken"Matthias Dieter Wallnöfer2009-08-111-10/+58
* Test for schemaUpdateNow commandAnatoliy Atanasov2009-07-081-54/+126
* s4:ldb Add test for integer normalisation behaviourAndrew Bartlett2009-06-191-0/+17
* s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett2009-04-141-2/+6
* added support for parentGUIDAndrew Tridgell2009-03-171-0/+30
* Fix ldap.py test on systems that *can* find the record (the search fails here...Jelmer Vernooij2009-01-081-1/+1
* Fix ldap.py test.Jelmer Vernooij2009-01-071-8/+8
* Use new error constant (missing from 6efb7ff9)Andrew Bartlett2009-01-071-1/+1
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-57/+57
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-191-27/+60
|\
| * s4:ldb: add some python tests for extended dnsAndrew Bartlett2008-12-171-27/+60
* | Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2008-12-191-4/+4
|/
* Assert that the server provides allowedAttributes (etc) on each entryAndrew Bartlett2008-10-161-2/+6
* Fix subunit files location after cherrypicks.Jelmer Vernooij2008-10-081-0/+1