libcli/netlogon: We need to handle a bug in FreeIPA (at least <= 4.1.2).
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Dec 2014 11:09:04 +0000 (11:09 +0000)
committerGünther Deschner <gd@samba.org>
Mon, 5 Jan 2015 16:01:08 +0000 (17:01 +0100)
commit0c9ee5b82f84182fe7c0182257bd8b67cc93ca37
treef5f849689367c762b7ce23758b6227d7c5b090b6
parentc5948040805f2585dd9da3a6955f605d8d9fa70c
libcli/netlogon: We need to handle a bug in FreeIPA (at least <= 4.1.2).

They include the ip address information without setting
NETLOGON_NT_VERSION_5EX_WITH_IP, while using
ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX instead of
ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
libcli/netlogon/netlogon.c