From 41db2ab12cea20b271d690be554ab8e6095c2b4e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 6 Dec 2007 21:39:49 +0100 Subject: r26319: Split encoding functions out of libcli_ldap. (This used to be commit 95a6ef7fc8757ccfd90dbf0d6c9b5098f10b10b6) --- source4/auth/auth_sam.c | 2 +- source4/auth/config.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 86acb580b7..0885d8265a 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -28,7 +28,7 @@ #include "auth/auth_sam.h" #include "dsdb/samdb/samdb.h" #include "libcli/security/security.h" -#include "libcli/ldap/ldap.h" +#include "libcli/ldap/ldap_ndr.h" #include "param/param.h" extern const char *user_attrs[]; diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 0b927b8e58..789055408d 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -17,6 +17,7 @@ PRIVATE_DEPENDENCIES = auth_session PRIVATE_PROTO_HEADER = auth_sam.h OBJ_FILES = sam.o auth_sam_reply.o ntlm_check.o PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB +PRIVATE_DEPENDENCIES = LDAP_ENCODE ####################### # Start MODULE auth_sam -- cgit