1
0
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:
Michael Adam
2015-03-05 18:08:43 +01:00
committed by Andrew Bartlett
parent 64738c3206
commit 902aa3c710
10 changed files with 83 additions and 83 deletions

View File

@@ -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)