From 1af925f394b1084779f5b1b5a10c2ec512d7e5be Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 2 Apr 2006 12:02:01 +0000 Subject: r14860: create libcli/security/security.h metze (This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf) --- source4/auth/auth_developer.c | 2 +- source4/auth/auth_sam.c | 2 +- source4/auth/auth_sam_reply.c | 2 +- source4/auth/auth_util.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/auth_developer.c b/source4/auth/auth_developer.c index 6cbba4ca7a..25c828c2a1 100644 --- a/source4/auth/auth_developer.c +++ b/source4/auth/auth_developer.c @@ -22,7 +22,7 @@ #include "includes.h" #include "auth/auth.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" /** * Return an error based on username diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 9772a819a7..9ccab13dcf 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -25,7 +25,7 @@ #include "auth/auth.h" #include "db_wrap.h" #include "dsdb/samdb/samdb.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" #include "libcli/ldap/ldap.h" #include "librpc/gen_ndr/ndr_security.h" diff --git a/source4/auth/auth_sam_reply.c b/source4/auth/auth_sam_reply.c index 5ba2ab4306..0ea501d585 100644 --- a/source4/auth/auth_sam_reply.c +++ b/source4/auth/auth_sam_reply.c @@ -23,7 +23,7 @@ #include "includes.h" #include "auth/auth.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" NTSTATUS auth_convert_server_info_sambaseinfo(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index 6dfc292d6d..4c6bf04fcb 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -24,7 +24,7 @@ #include "includes.h" #include "auth/auth.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" #include "libcli/auth/libcli_auth.h" /* this default function can be used by mostly all backends -- cgit