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:
parent
f68c43e803
commit
9aed099362
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user