From: Jeremy Allison Date: Tue, 5 Jun 2012 03:43:09 +0000 (-0700) Subject: Tests for bug #8972 - Add a posix_share definition to s3 so we can do raw posix permi... X-Git-Tag: samba-4.0.0beta1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acab34484718780dea8818ac0be5d6db78a06275;p=thirdparty%2Fsamba.git Tests for bug #8972 - Add a posix_share definition to s3 so we can do raw posix permissions checks. --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 098f532094c..a84b4e184b7 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -984,6 +984,15 @@ sub provision($$$$$$) comment = smb username is [%U] create mask = 777 force create mode = 777 +[posix_share] + path = $shrdir + comment = smb username is [%U] + create mask = 0777 + force create mode = 0 + directory mask = 0777 + force directory mode = 0 + vfs objects = $vfs_modulesdir_abs/xattr_tdb.so + [print\$] copy = tmp ";