Added another authentication interface to winbindd. The Challenge Response
authorTim Potter <tpot@samba.org>
Wed, 22 Aug 2001 02:48:16 +0000 (02:48 +0000)
committerTim Potter <tpot@samba.org>
Wed, 22 Aug 2001 02:48:16 +0000 (02:48 +0000)
commitb0f167cdf2942ddaeaa03032542e74345ce81308
tree64362bf09a3267cfeff0c5066b4706f28e19887e
parent8d9cdf0d749413c1575b6cc44bfeed3f0605a526
Added another authentication interface to winbindd.  The Challenge Response
Authentication Protocol (CRAP) takes a tuple of (username, random
challenge, encrypted lm password, encrypted nt password) where the
passwords are encrypted with the random challenge ala ntlmssp.
(This used to be commit 11f72a78e3a16bbb17b576d80b47a9eb818ee428)
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_pam.c
source3/nsswitch/winbindd_proto.h
source3/nsswitch/winbindd_util.c