afe4b35b5d9f78a8b0bfefa121274af27dfb02b2
[samba.git] / source3 / libads / cldap.h
1 #include "../libcli/netlogon.h"
2
3 /* The following definitions come from libads/cldap.c  */
4 bool ads_cldap_netlogon(TALLOC_CTX *mem_ctx,
5                         const char *server,
6                         const char *realm,
7                         uint32_t nt_version,
8                         struct netlogon_samlogon_response **reply);
9 bool ads_cldap_netlogon_5(TALLOC_CTX *mem_ctx,
10                           const char *server,
11                           const char *realm,
12                           struct NETLOGON_SAM_LOGON_RESPONSE_EX *reply5);