From fbb7814f91f85e95769a5e23506825167b44139f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 19:40:31 +0200 Subject: s3: only use netlogon/nbt header when needed. Guenther --- source3/libads/cldap.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source3/libads/cldap.h (limited to 'source3/libads/cldap.h') diff --git a/source3/libads/cldap.h b/source3/libads/cldap.h new file mode 100644 index 0000000000..afe4b35b5d --- /dev/null +++ b/source3/libads/cldap.h @@ -0,0 +1,12 @@ +#include "../libcli/netlogon.h" + +/* The following definitions come from libads/cldap.c */ +bool ads_cldap_netlogon(TALLOC_CTX *mem_ctx, + const char *server, + const char *realm, + uint32_t nt_version, + struct netlogon_samlogon_response **reply); +bool ads_cldap_netlogon_5(TALLOC_CTX *mem_ctx, + const char *server, + const char *realm, + struct NETLOGON_SAM_LOGON_RESPONSE_EX *reply5); -- cgit