diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-04-14 20:06:57 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-09 06:18:20 +0200 |
commit | 76969abba0453b232274520182c0c2cdfab93428 (patch) | |
tree | d9efd4d404698e940e1b5501721c8f9570dc01cd /source3/wscript | |
parent | 5d517f41664920faa5863cbf36b5953ad4700ebd (diff) | |
download | samba-76969abba0453b232274520182c0c2cdfab93428.tar.gz samba-76969abba0453b232274520182c0c2cdfab93428.tar.bz2 samba-76969abba0453b232274520182c0c2cdfab93428.zip |
vfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4acl.idl
This uses the xattr format used by the patches at http://users.suse.com/~agruen/nfs4acl/
Andrew Bartlett
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 5e45facfbc..5a3805fc15 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1756,7 +1756,7 @@ main() { default_shared_modules.extend(TO_LIST('auth_skel pdb_test')) if Options.options.enable_selftest or Options.options.developer: - default_shared_modules.extend(TO_LIST('vfs_fake_acls')) + default_shared_modules.extend(TO_LIST('vfs_fake_acls vfs_nfs4acl_xattr')) if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'): |