mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
selftest: rename env plugin_s4_dc to ad_dc
This is the environment that represents our supported production setup of an active directory domain controller. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
64738c3206
commit
902aa3c710
@@ -330,7 +330,7 @@ class PosixAclMappingTests(TestCaseInTempDir):
|
||||
|
||||
s4_passdb = passdb.PDB(self.lp.get("passdb backend"))
|
||||
|
||||
# These assertions correct for current plugin_s4_dc selftest
|
||||
# These assertions correct for current ad_dc selftest
|
||||
# configuration. When other environments have a broad range of
|
||||
# groups mapped via passdb, we can relax some of these checks
|
||||
(LA_uid,LA_type) = s4_passdb.sid_to_id(LA_sid)
|
||||
@@ -470,7 +470,7 @@ class PosixAclMappingTests(TestCaseInTempDir):
|
||||
|
||||
s4_passdb = passdb.PDB(self.lp.get("passdb backend"))
|
||||
|
||||
# These assertions correct for current plugin_s4_dc selftest
|
||||
# These assertions correct for current ad_dc selftest
|
||||
# configuration. When other environments have a broad range of
|
||||
# groups mapped via passdb, we can relax some of these checks
|
||||
(LA_uid,LA_type) = s4_passdb.sid_to_id(LA_sid)
|
||||
@@ -564,7 +564,7 @@ class PosixAclMappingTests(TestCaseInTempDir):
|
||||
|
||||
s4_passdb = passdb.PDB(self.lp.get("passdb backend"))
|
||||
|
||||
# These assertions correct for current plugin_s4_dc selftest
|
||||
# These assertions correct for current ad_dc selftest
|
||||
# configuration. When other environments have a broad range of
|
||||
# groups mapped via passdb, we can relax some of these checks
|
||||
(LA_uid,LA_type) = s4_passdb.sid_to_id(LA_sid)
|
||||
@@ -677,7 +677,7 @@ class PosixAclMappingTests(TestCaseInTempDir):
|
||||
|
||||
s4_passdb = passdb.PDB(self.lp.get("passdb backend"))
|
||||
|
||||
# These assertions correct for current plugin_s4_dc selftest
|
||||
# These assertions correct for current ad_dc selftest
|
||||
# configuration. When other environments have a broad range of
|
||||
# groups mapped via passdb, we can relax some of these checks
|
||||
(LA_uid,LA_type) = s4_passdb.sid_to_id(LA_sid)
|
||||
|
||||
Reference in New Issue
Block a user