From 6fa3f7d0f4f5de8b6ef85fa729e0a572b831a738 Mon Sep 17 00:00:00 2001 From: Alexander Werth Date: Sun, 28 Apr 2013 19:06:59 +0200 Subject: s4-smbtorture: Run tests for nfs4:modes simple and special. Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- selftest/target/Samba3.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'selftest/target') 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] -- cgit