diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2017-04-04 11:57:01 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2017-05-30 08:06:06 +0200 |
| commit | 29cccff500a74bb474c097eef89db016ce57569d (patch) | |
| tree | eebd66ad3244006661c23743f164b3697d574b59 /source4/kdc/wscript_build | |
| parent | ef0218a512cc5b7d828f31602c79cc23db676856 (diff) | |
| download | samba-29cccff500a74bb474c097eef89db016ce57569d.tar.gz samba-29cccff500a74bb474c097eef89db016ce57569d.tar.bz2 samba-29cccff500a74bb474c097eef89db016ce57569d.zip | |
kdc: Send bad password via NETLOGON in RODC
This means that a RWDC will be collecting the badPwdCount to ensure
domain wide lockout.
TODO The parameters should be better constructed.
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/kdc/wscript_build')
| -rw-r--r-- | source4/kdc/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 1c54a36bdf8..c1f9a478582 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -47,7 +47,7 @@ if bld.CONFIG_GET('SAMBA_USES_MITKDC'): bld.SAMBA_LIBRARY('HDB_SAMBA4', source='hdb-samba4.c hdb-samba4-plugin.c', - deps='ldb auth4_sam common_auth samba-credentials hdb db-glue samba-hostconfig com_err sdb_hdb', + deps='ldb auth4_sam common_auth samba-credentials hdb db-glue samba-hostconfig com_err sdb_hdb RPC_NDR_WINBIND', includes=kdc_include, private_library=True, enabled=bld.CONFIG_SET('SAMBA4_USES_HEIMDAL') |
