summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth_developer.c2
-rw-r--r--source4/auth/auth_sam.c2
-rw-r--r--source4/auth/auth_sam_reply.c2
-rw-r--r--source4/auth/auth_util.c2
4 files changed, 4 insertions, 4 deletions
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