From 5392491f7719c0639ecb15832df212bb3767882e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 26 Jul 2011 12:35:09 +1000 Subject: s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module This uses the top level gensec_ntlmssp helper functions which are identical to the parts of ntlmssp_wrap.c that are now not called. (Includes formatting and correctness fixes from Metze) Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/include/ntlmssp_wrap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index ee76e96007..8edacd74aa 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -26,8 +26,6 @@ struct gensec_security; struct auth_ntlmssp_state { /* used only by server implementation */ struct auth_context *auth_context; - struct auth_serversupplied_info *server_info; - struct tsocket_address *remote_address; struct gensec_security *gensec_security; /* used by both client and server implementation */ -- cgit