From 8df01705bf10c700ea2f76387cf6fedaacb24327 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 29 Dec 2009 16:48:38 +0100 Subject: s4:ntlmssp: add definition of gensec_ntlmssp_context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner --- source4/auth/ntlmssp/ntlmssp.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/auth') diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index 01fd14fb02..31a0bc39bd 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -154,6 +154,13 @@ struct gensec_ntlmssp_state struct auth_serversupplied_info *server_info; }; +struct gensec_ntlmssp_context { + struct gensec_security *gensec_security; + struct ntlmssp_state *ntlmssp_state; + struct auth_context *auth_context; + struct auth_serversupplied_info *server_info; +}; + struct loadparm_context; struct auth_session_info; -- cgit