From 8adde1b46b49011298e77f44a2053d0ec735a306 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jan 2012 22:11:41 +1100 Subject: s3-auth Hook checking passwords and generating session_info via the auth4_context This avoids creating a second auth_context, as it is a private pointer in the auth4_context that has already been passed in, and makes the gensec_ntlmssp code agnostic to the type of authentication backend behind it. This will in turn allow the ntlmssp server code to be further merged. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- auth/ntlmssp/ntlmssp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'auth') diff --git a/auth/ntlmssp/ntlmssp.h b/auth/ntlmssp/ntlmssp.h index 54d3e53526..2fed2b1f51 100644 --- a/auth/ntlmssp/ntlmssp.h +++ b/auth/ntlmssp/ntlmssp.h @@ -32,9 +32,6 @@ struct gensec_security; struct ntlmssp_state; struct gensec_ntlmssp_context { - /* used only by s3 server implementation */ - struct auth_context *auth_context; - /* For GENSEC users */ struct gensec_security *gensec_security; void *server_returned_info; -- cgit