diff options
author | Andreas Schneider <asn@samba.org> | 2013-07-01 13:02:45 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-07-02 12:30:47 -0700 |
commit | 7392985b2981cb82be5f99255faae1605972be53 (patch) | |
tree | b2ac540096e72cc7543a182b46dcf35e67f3a086 /selftest | |
parent | bf5bc723da0605c7bc796f5e047e3f041db0b943 (diff) | |
download | samba-7392985b2981cb82be5f99255faae1605972be53.tar.gz samba-7392985b2981cb82be5f99255faae1605972be53.tar.bz2 samba-7392985b2981cb82be5f99255faae1605972be53.zip |
selftest: Fix domain name of plugindc.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-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, |