auth: Make check_password and generate_session_info hook generic
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jan 2012 00:17:44 +0000 (11:17 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jan 2012 07:05:14 +0000 (08:05 +0100)
commita647df4607cb6d916cd689f92cd27995ca0f9ab4
treea1a8a5ac0455b62fcd427e75ccebe65251686bcb
parent7c6713e78ff22ebf0aa1caa10697bad9d4cc885e
auth: Make check_password and generate_session_info hook generic

gensec_ntlmssp does not need to know the internal form of the
struct user_info_dc or auth_serversupplied_info.  This will allow the
calling logic to be put in common.

Andrew Bartlett
auth/common_auth.h
auth/ntlmssp/ntlmssp.h
source3/auth/auth_ntlmssp.c
source4/auth/auth.h
source4/auth/ntlm/auth.c
source4/auth/ntlmssp/ntlmssp_server.c