mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3-waf: only build auth_netlogond in developer build.
Volker, please check. Guenther
This commit is contained in:
parent
8111d95655
commit
3a60e5496f
@ -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'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user