mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
818ec32d0c
This avoids these routines doing a DNS lookup that has already been done, and ensures that the emulated DNS lookup isn't thrown away. Andrew Bartlett
13 lines
428 B
C
13 lines
428 B
C
#include "../libcli/netlogon/netlogon.h"
|
|
|
|
/* The following definitions come from libads/cldap.c */
|
|
bool ads_cldap_netlogon(TALLOC_CTX *mem_ctx,
|
|
struct sockaddr_storage *ss,
|
|
const char *realm,
|
|
uint32_t nt_version,
|
|
struct netlogon_samlogon_response **reply);
|
|
bool ads_cldap_netlogon_5(TALLOC_CTX *mem_ctx,
|
|
struct sockaddr_storage *ss,
|
|
const char *realm,
|
|
struct NETLOGON_SAM_LOGON_RESPONSE_EX *reply5);
|