From: Andrew Tridgell Date: Fri, 8 Jan 2010 01:55:21 +0000 (+1100) Subject: s4-samba3samtest: we need to force netbios name as well X-Git-Tag: samba-4.0.0alpha11~72 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=5ccf8ae37385bd401910e7c31c63fad43dcc89ae s4-samba3samtest: we need to force netbios name as well needed for when run in CLIENT context --- diff --git a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py index 78b7eca0773..cc1a86ed4a9 100644 --- a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py +++ b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py @@ -62,6 +62,7 @@ class MapBaseTestCase(TestCaseInTempDir): def setUp(self): cmdline_loadparm.set("sid generator", "backend") cmdline_loadparm.set("workgroup", "TESTS") + cmdline_loadparm.set("netbios name", "TESTS") super(MapBaseTestCase, self).setUp() def make_dn(basedn, rdn):