summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorAlexander Werth <alexander.werth@de.ibm.com>2013-04-28 19:06:59 +0200
committerAndrew Bartlett <abartlet@samba.org>2013-05-09 06:18:21 +0200
commit6fa3f7d0f4f5de8b6ef85fa729e0a572b831a738 (patch)
tree0685e060fa120bd2ff2ef897e971eb3de936e597 /selftest/target
parent381812e9f62a7cf66cdd9e08460890b149e4773e (diff)
downloadsamba-6fa3f7d0f4f5de8b6ef85fa729e0a572b831a738.tar.gz
samba-6fa3f7d0f4f5de8b6ef85fa729e0a572b831a738.tar.bz2
samba-6fa3f7d0f4f5de8b6ef85fa729e0a572b831a738.zip
s4-smbtorture: Run tests for nfs4:modes simple and special.
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/target')
-rwxr-xr-xselftest/target/Samba3.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 407642c9aa..f90738617d 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -1082,9 +1082,16 @@ sub provision($$$$$$)
[lp]
copy = print1
-[nfs4acl_share]
+[nfs4acl_simple]
path = $shrdir
comment = smb username is [%U]
+ nfs4:mode = simple
+ vfs objects = $vfs_modulesdir_abs/nfs4acl_xattr.so $vfs_modulesdir_abs/xattr_tdb.so
+
+[nfs4acl_special]
+ path = $shrdir
+ comment = smb username is [%U]
+ nfs4:mode = special
vfs objects = $vfs_modulesdir_abs/nfs4acl_xattr.so $vfs_modulesdir_abs/xattr_tdb.so
[xcopy_share]