1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s4-samba3samtest: force workgroup so the domain is right

the samba3sid backend looks at lp_sam_name() which is based on the
workgroup
This commit is contained in:
Andrew Tridgell 2010-01-08 12:45:49 +11:00
parent f68c43e803
commit 9aed099362

View File

@ -61,6 +61,7 @@ class MapBaseTestCase(TestCaseInTempDir):
def setUp(self):
cmdline_loadparm.set("sid generator", "backend")
cmdline_loadparm.set("workgroup", "TESTS")
super(MapBaseTestCase, self).setUp()
def make_dn(basedn, rdn):