summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/tests
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-08 12:55:21 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-08 13:03:08 +1100
commit5ccf8ae37385bd401910e7c31c63fad43dcc89ae (patch)
tree2e9f54b497f7c68054a97c73baf5c75be2e79ff0 /source4/dsdb/samdb/ldb_modules/tests
parentdde2b66341d5addbb80a239b8ccab58af1f3fc24 (diff)
downloadsamba-5ccf8ae37385bd401910e7c31c63fad43dcc89ae.tar.gz
samba-5ccf8ae37385bd401910e7c31c63fad43dcc89ae.tar.bz2
samba-5ccf8ae37385bd401910e7c31c63fad43dcc89ae.zip
s4-samba3samtest: we need to force netbios name as well
needed for when run in CLIENT context
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/tests')
-rw-r--r--source4/dsdb/samdb/ldb_modules/tests/samba3sam.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py
index 78b7eca077..cc1a86ed4a 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):