Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-19 | pyldb: fixed places where we try to concatenate a Dn with a string | Andrew Tridgell | 1 | -1/+1 | |
you need to either use str(dn) or use %s in a format string | |||||
2011-09-19 | s4-dsdb: use get_config_basedn() in python tests | Andrew Tridgell | 1 | -1/+1 | |
we can't just append CN=Configuration to the basedn, as that won't give the right configuration DN for a subdomain of a forest Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
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 | |||||
2011-01-14 | s4:urgent_replication.py - remove a now superflous RELAX control | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
The LSA object creation protection changed to the trusted/untrusted connection model. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Jan 14 19:30:52 CET 2011 on sn-devel-104 | |||||
2011-01-06 | Remove unused imports. | Jelmer Vernooij | 1 | -1/+1 | |
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-18 | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 1 | -7/+1 | |
By inspiration of Nadya's patches | |||||
2010-11-11 | s4:python tests - fix script names in the help text | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-04 | s4-dsdb Fix urgent_replication test not to set an invalid userAccountControl | Andrew Bartlett | 1 | -2/+3 | |
A userAccountControl value of 0 or 1 is invalid, you must include one of the account types. Andrew Bartlett | |||||
2010-11-04 | urgent_replication: Fix syntax error. | Jelmer Vernooij | 1 | -1/+1 | |
2010-11-03 | urgent_replication: Fix formatting | Jelmer Vernooij | 1 | -33/+33 | |
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-10-03 | s4:urgent_replication.py - fix up the system flags handling | Matthias Dieter Wallnöfer | 1 | -4/+3 | |
And relax some more object creations due to the enforced system flags rules. | |||||
2010-08-07 | s4:urgent_replication.py - relax also here the add of a secrets object | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-08-01 | s4:urgent_replication.py test - adapt the test for the harder delete ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
restrictions Otherwise we are not able to delete the "test crossRef" object which points to the default NC anymore. | |||||
2010-07-03 | s4:urgent_replication.py test - remove unneeded "relax" control parameters | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-06-30 | s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/ | Stefan Metzmacher | 1 | -0/+386 | |
metze |