summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-04-14 20:06:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-05-09 06:18:20 +0200
commit76969abba0453b232274520182c0c2cdfab93428 (patch)
treed9efd4d404698e940e1b5501721c8f9570dc01cd /source3/configure.in
parent5d517f41664920faa5863cbf36b5953ad4700ebd (diff)
downloadsamba-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/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index d2aa215401..cb8f730e85 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -474,7 +474,7 @@ if test "x$developer" = xyes; then
fi
if test x"$selftest" = x"yes" -o "x$developer" = xyes; then
- default_shared_modules="$default_shared_modules vfs_fake_acls"
+ default_shared_modules="$default_shared_modules vfs_fake_acls vfs_nfs4acl_xattr"
fi
#