diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-17 11:56:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 01:00:12 +0200 |
commit | 5f0707801a183a7cf32aebf6e47ca63d536be2ab (patch) | |
tree | b1a23c6d215005287e6e0d3edf9cf6baf3f0de21 /selftest/target | |
parent | 221c0e479d99b81f8becd51d641a5979e420efdc (diff) | |
download | samba-5f0707801a183a7cf32aebf6e47ca63d536be2ab.tar.gz samba-5f0707801a183a7cf32aebf6e47ca63d536be2ab.tar.bz2 samba-5f0707801a183a7cf32aebf6e47ca63d536be2ab.zip |
selftest: Enable ACL testing against the s3dc environment
Previously, ACL tests were skipped and the correct modules for ACL
testing were not loaded.
The addition of a knownfail entry for raw.samba3* tests is due to an
inconsitancy between the behaviour with and without ACL modules loaded
- posix chown calls appear to be ignored in this mode.
Andrew Bartlett
Diffstat (limited to 'selftest/target')
-rwxr-xr-x | selftest/target/Samba3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 077e600df6..245f3a964c 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -941,7 +941,7 @@ sub provision($$$$$$) store dos attributes = yes create mask = 755 dos filemode = yes - vfs objects = $vfs_modulesdir_abs/xattr_tdb.so $vfs_modulesdir_abs/streams_depot.so + vfs objects = $vfs_modulesdir_abs/acl_xattr.so $vfs_modulesdir_abs/xattr_tdb.so $vfs_modulesdir_abs/streams_depot.so printing = vlp print command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb print %p %s |