diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-04-14 20:04:45 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-09 06:18:21 +0200 |
commit | fe8a1fcda792ee38faaadf1da2905b62302ce3e1 (patch) | |
tree | 4078dfaa0974cc53420452ee434773c0664dab0e /selftest/target | |
parent | 7874a431541e10a1846fe3732568496b2b753de1 (diff) | |
download | samba-fe8a1fcda792ee38faaadf1da2905b62302ce3e1.tar.gz samba-fe8a1fcda792ee38faaadf1da2905b62302ce3e1.tar.bz2 samba-fe8a1fcda792ee38faaadf1da2905b62302ce3e1.zip |
selftest: Run raw.acls test against the nfs4acl_xattr module
This is the first time we have tested the NFSv4 ACL mapping code.
Sadly most tests fail but these can be fixed from here.
This at least shows that the code does not segfault.
Andrew Bartlett
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/target')
-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 1b14f1c840..407642c9aa 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -1081,6 +1081,12 @@ sub provision($$$$$$) default devmode = no [lp] copy = print1 + +[nfs4acl_share] + path = $shrdir + comment = smb username is [%U] + vfs objects = $vfs_modulesdir_abs/nfs4acl_xattr.so $vfs_modulesdir_abs/xattr_tdb.so + [xcopy_share] path = $shrdir comment = smb username is [%U] |