summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-30 22:11:41 +1100
committerStefan Metzmacher <metze@samba.org>2012-02-17 10:48:09 +0100
commit8adde1b46b49011298e77f44a2053d0ec735a306 (patch)
treed3d760b8dc9b5ac37380a88af312a8f5a65e9541 /auth
parenta68d4ccec0b037dcf7bc28c9506dabdb60130837 (diff)
downloadsamba-8adde1b46b49011298e77f44a2053d0ec735a306.tar.gz
samba-8adde1b46b49011298e77f44a2053d0ec735a306.tar.bz2
samba-8adde1b46b49011298e77f44a2053d0ec735a306.zip
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 <metze@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/ntlmssp/ntlmssp.h3
1 files changed, 0 insertions, 3 deletions
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;