file_server: Move default VFS module settings to loadparm.c
authorAndrew Bartlett <abartlet@samba.org>
Wed, 22 Aug 2012 13:34:24 +0000 (23:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 13:02:26 +0000 (15:02 +0200)
commit8518dd6406c0132dfd8c44e084c2b39792974f2c
tree765cf3df1f040193c52ebc6513becda39d3eef17
parentbe9a8cf4caaec26180c732041aeeb1b1bbda8e9e
file_server: Move default VFS module settings to loadparm.c

This means that any utility that calls into the VFS layer will get the
right modules.

Because we use the fake_acls backend we need to override this whole
list in Samba4.pm however.

Andrew Bartlett
file_server/file_server.c
selftest/target/Samba4.pm
source3/param/loadparm.c