diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-08-06 16:54:43 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-08-23 00:24:18 +0200 |
commit | ff9a083363b3749e0f9e346ea31e95c5e35e94ff (patch) | |
tree | 98bdc6e8e498ea402d46fe2a5a2725d66283d0a0 /selftest | |
parent | 0ddfdb83e8a5aacc16994e2a380101723035c576 (diff) | |
download | samba-ff9a083363b3749e0f9e346ea31e95c5e35e94ff.tar.gz |
selftest/Samba4: avoid warnings about 'path' not specified on 'ntvfs handler = cifs' shares
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/target/Samba4.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index ec0f43904fa..ffaf2bedc3d 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -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} |