diff options
author | Ralph Boehme <slow@samba.org> | 2017-10-23 14:05:19 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-11-08 00:20:08 +0100 |
commit | 08a6ae44196ff747c57e75a42a946978e89a2cd9 (patch) | |
tree | f2d57f940052e86e490ec11df8b4348a33d3b82e /selftest/target/Samba3.pm | |
parent | 60c8090631d46124f9c8ae750e4a5053b43ac988 (diff) | |
download | samba-08a6ae44196ff747c57e75a42a946978e89a2cd9.tar.gz |
selftest: test vfs_nfs4acl_xattr with NFS 4.1 ACLs
Only tests with "nfs4:mode = simple" as mode special is supposed to be
broken anyway and simple is recommended.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/target/Samba3.pm')
-rwxr-xr-x | selftest/target/Samba3.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 87191841589..57db4fa1c60 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1876,6 +1876,12 @@ sub provision($$$$$$$$$) nfs4acl_xattr:version = 40 vfs objects = nfs4acl_xattr xattr_tdb +[nfs4acl_simple_41] + path = $shrdir + comment = smb username is [%U] + nfs4:mode = simple + vfs objects = nfs4acl_xattr xattr_tdb + [xcopy_share] path = $shrdir comment = smb username is [%U] |