selftest/Samba4: avoid warnings about 'path' not specified on 'ntvfs handler = cifs...
authorStefan Metzmacher <metze@samba.org>
Wed, 6 Aug 2014 14:54:43 +0000 (16:54 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 22 Aug 2014 22:24:18 +0000 (00:24 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba4.pm

index ec0f43904fadc44f5c8567a00809369ac89adc4f..ffaf2bedc3d376f2fc73ae826620daf47f964890 100755 (executable)
@@ -853,6 +853,7 @@ sub provision($$$$$$$$$)
        posix:writetimeupdatedelay = 50000
 
 [cifs]
+       path = $ctx->{share}/_ignore_cifs_
        read only = no
        ntvfs handler = cifs
        cifs:server = $ctx->{netbiosname}
@@ -999,6 +1000,7 @@ sub provision_rpc_proxy($$$)
        dcerpc_remote:interfaces = rpcecho
 
 [cifs_to_dc]
+       path = /tmp/_ignore_cifs_to_dc_/_none_
        read only = no
        ntvfs handler = cifs
        cifs:server = $dcvars->{SERVER}