The branch, master has been updated
via 26ffc20 build: vfs_posix_eadb is only built with the AD DC enabled
from 73deaec s3:winbindd: document "winbind:ignore domains"
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 26ffc20cef841b33d3b7a55743e03d6ce9f58a05
Author: Andrew Bartlett <[email protected]>
Date: Mon Jan 30 23:18:12 2017 +1300
build: vfs_posix_eadb is only built with the AD DC enabled
This was found building a static smbd without the AD DC
Signed-off-by: Andrew Bartlett <[email protected]>
Reviewed-by: David Disseldorp <[email protected]>
Autobuild-User(master): David Disseldorp <[email protected]>
Autobuild-Date(master): Mon Jan 30 17:24:26 CET 2017 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/wscript | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source3/wscript b/source3/wscript
index 01d5274..443affd 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1683,7 +1683,7 @@ main() {
vfs_recycle vfs_audit vfs_extd_audit
vfs_full_audit vfs_netatalk
vfs_fake_perms vfs_default_quota
vfs_readonly vfs_cap
vfs_expand_msdfs vfs_shadow_copy
vfs_shadow_copy2
- vfs_readahead vfs_xattr_tdb
vfs_posix_eadb
+ vfs_readahead vfs_xattr_tdb
vfs_streams_xattr vfs_streams_depot
vfs_acl_xattr vfs_acl_tdb
vfs_preopen vfs_catia
vfs_media_harmony vfs_unityed_media
vfs_fruit vfs_shell_snap
@@ -1706,6 +1706,7 @@ main() {
if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
default_static_modules.extend(TO_LIST('pdb_samba_dsdb auth_samba4
vfs_dfs_samba4'))
+ default_shared_modules.extend('vfs_posix_eadb')
if conf.CONFIG_SET('HAVE_FREEBSD_SUNACL_H'):
default_shared_modules.extend(TO_LIST('vfs_zfsacl'))
--
Samba Shared Repository