From 8c6ff21782b141571dde64e80cc42540e9177a23 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 28 Oct 2011 12:15:51 -0700 Subject: The xcopy test is used in unusual ways (via a different uid). Ensure we can cope with this. --- selftest/target/Samba3.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'selftest/target/Samba3.pm') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 6c0e437785..3c0fbe9220 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1003,6 +1003,11 @@ sub provision($$$$$$$) copy = print1 [lp] copy = print1 +[xcopy_share] + path = $shrdir + comment = smb username is [%U] + create mask = 777 + force create mode = 777 [print\$] copy = tmp "; -- cgit