From 3a60e5496f4bac94506e996ce079b36fb99cb836 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 7 Feb 2011 11:39:42 +0100 Subject: s3-waf: only build auth_netlogond in developer build. Volker, please check. Guenther --- source3/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index af54550712..ac7c501dd2 100644 --- a/source3/wscript +++ b/source3/wscript @@ -407,7 +407,7 @@ return acl_get_perm_np(permset_d, perm); default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam pdb_ldap auth_sam auth_unix auth_winbind auth_wbc auth_server - auth_domain auth_builtin auth_netlogond vfs_default + auth_domain auth_builtin vfs_default nss_info_template idmap_ldap idmap_tdb idmap_passdb idmap_nss''') @@ -421,7 +421,7 @@ return acl_get_perm_np(permset_d, perm); vfs_time_audit idmap_autorid''') if Options.options.developer: - default_static_modules.extend(TO_LIST('pdb_ads')) + default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond')) default_shared_modules.extend(TO_LIST('charset_weird perfcount_test')) if Options.options.with_acl_support and conf.CONFIG_SET('HAVE_POSIX_ACLS'): -- cgit