Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 1 | -1/+1 | |
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | |||||
2010-12-15 | s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to ↵ | Kamen Mazdrashki | 1 | -1/+1 | |
system_session() Otherwise system_session() creates a LoadParm() instance which resets certain global parameters to their defaults from smb.conf ("log level" for instance) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 15:10:47 CET 2010 on sn-devel-104 | |||||
2010-11-25 | s4-tests: Modified ldap_schema.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -8/+3 | |
2010-11-19 | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 1 | -6/+1 | |
2010-11-18 | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 1 | -9/+3 | |
By inspiration of Nadya's patches | |||||
2010-11-11 | Cannot create OU using custom Schema class | Zahari Zahariev | 1 | -0/+56 | |
If we define our own child class 'subClassOf' system Schema class e.g. organizationalUnit then we cannot create OU in the Dafualt Naming Context that has this custom Schama class in the objectClass attribute. | |||||
2010-11-11 | s4:python tests - fix script names in the help text | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-03 | pydsdb: Import testtools before subunit for those that don't have | Jelmer Vernooij | 1 | -1/+1 | |
testtools installed. Also, cleanup some imports. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Nov 3 17:47:55 UTC 2010 on sn-devel-104 | |||||
2010-09-26 | s4-ldap_schema.py: Remove unused LDB connection to GC port | Kamen Mazdrashki | 1 | -5/+0 | |
2010-07-03 | s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" ↵ | Matthias Dieter Wallnöfer | 1 | -10/+0 | |
request "schemaUpdateNow" on s4 is now a non-op and therefore not strictly needed anymore. | |||||
2010-06-30 | s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/ | Stefan Metzmacher | 1 | -0/+556 | |
metze |