From 1f67168a54852a72eaa38e9c1b82a57814a5340c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Jan 2003 09:04:06 +0000 Subject: The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don't include it in the struct. (Important becouse it currently has the same version number as the one in HEAD, which also doesn't have this). Andrew Bartlett (This used to be commit 0d2da985906219d68e2558a840905a272803bfcc) --- source3/nsswitch/winbindd_nss.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index a2e4ec8f36..5c2db2ac2c 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -134,7 +134,6 @@ struct winbindd_request { fstring pass; } auth; /* pam_winbind auth module */ struct { - unsigned char proof[16]; unsigned char chal[8]; fstring user; fstring domain; -- cgit