Fix most of bug #169.
commit9598593bcf2d877b1d08cd6a7323ee0bc160d4ba
authorAndrew Bartlett <abartlet@samba.org>
Sat, 3 Apr 2004 15:41:32 +0000 (3 15:41 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 3 Apr 2004 15:41:32 +0000 (3 15:41 +0000)
tree42a908a47e09f28232324d577bfa6f603cb503c7
parent58b39942444e62c9d0f98c2ba6f434d74c244a2b
Fix most of bug #169.

For a (very) long time, we have had a bug in Samba were an NTLMv2-only
PDC would fail, because it converted the password into NTLM format for
checking.

This patch performs the direct comparison required for interactive
logons to function in this situation.  It also removes the 'auth flags', which
simply where not ever used.

Natrually, this plays with the size of structures, so rebuild, rebuild
rebuild...

Andrew Bartlett
source/auth/auth_ntlmssp.c
source/auth/auth_sam.c
source/auth/auth_util.c
source/include/auth.h
source/libsmb/ntlm_check.c
source/utils/ntlm_auth.c