From 8a9b6fe26dc347afd6dc17570354e0af391b351d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 3 Feb 2012 16:14:42 +1100 Subject: s3-auth: Add a way to get an auth4_context from the auth stack This will allow us to use the same layer that auth_ntlmssp does in the non-SPNEGO session setup, which will in turn make the authentication code more consistent in the AD server case. Andrew Bartlett --- source3/auth/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/proto.h') diff --git a/source3/auth/proto.h b/source3/auth/proto.h index 1697eda5be..2d123b0264 100644 --- a/source3/auth/proto.h +++ b/source3/auth/proto.h @@ -69,6 +69,7 @@ NTSTATUS auth_netlogond_init(void); /* The following definitions come from auth/auth_generic.c */ +NTSTATUS make_auth4_context(TALLOC_CTX *mem_ctx, struct auth4_context **auth4_context_out); NTSTATUS auth_generic_prepare(TALLOC_CTX *mem_ctx, const struct tsocket_address *remote_address, struct gensec_security **gensec_security_out); -- cgit