From 843e19eff40d300e1b671fb0e78300e6a4cc3683 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 15 Aug 2012 20:34:41 +1000 Subject: s3-vfs: Add new VFS module to fake setting an ACL The purpose of this module is to remove the relience on the system having ACL support to test NT ACLs. Andrew Bartlett --- source3/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index ee95b23066..9b059fa1b3 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1469,6 +1469,10 @@ main() { default_shared_modules.extend(TO_LIST('vfs_skel_opaque vfs_skel_transparent vfs_shadow_copy_test')) 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')) + + if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'): default_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4 vfs_dfs_samba4')) -- cgit