selftest: move vfs objects for the plugin DC to the Samba4.pm, as we no longer start...
authorAndrew Bartlett <abartlet@samba.org>
Wed, 23 Nov 2011 23:24:58 +0000 (10:24 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 9 Feb 2012 04:41:49 +0000 (15:41 +1100)
selftest/target/Samba4.pm

index a8c02f284d7ec5cf0b19781ef130b7947761d8e6..411792fb765efa6e9d177e4c9699506d22a03d34 100644 (file)
@@ -1289,6 +1289,10 @@ sub provision_plugin_s4_dc($$)
        my $extra_smbconf_options = "
 server services = +s3fs -smb
 dcerpc endpoint servers = -unixinfo -rpcecho -spoolss -winreg -wkssvc -srvsvc
+
+[IPC\$]
+       vfs objects = dfs_samba4
+
 ";
 
        print "PROVISIONING PLUGIN S4 DC...";