diff options
author | Andreas Schneider <asn@samba.org> | 2013-07-01 13:02:45 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-07-04 09:33:29 +0200 |
commit | 6a0cb7d47766128231e6f2db82f02bef559f7b6c (patch) | |
tree | b2ac540096e72cc7543a182b46dcf35e67f3a086 | |
parent | 99c800bbd8e20be51c4c6a70fa1d4e8324dc7a12 (diff) | |
download | samba-6a0cb7d47766128231e6f2db82f02bef559f7b6c.tar.gz samba-6a0cb7d47766128231e6f2db82f02bef559f7b6c.tar.xz samba-6a0cb7d47766128231e6f2db82f02bef559f7b6c.zip |
selftest: Fix domain name of plugindc.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 7392985b2981cb82be5f99255faae1605972be53)
-rw-r--r-- | selftest/target/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 495cc23d5c..e279beb3ea 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1465,7 +1465,7 @@ sub provision_plugin_s4_dc($$) "domain controller", "plugindc", "PLUGINDOMAIN", - "plugin.samba.example.com", + "plugindc.samba.example.com", "2008", "locDCpass1", undef, $extra_smbconf_options, |