The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don't
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jan 2003 09:04:06 +0000 (09:04 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jan 2003 09:04:06 +0000 (09:04 +0000)
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

index a2e4ec8f36641f4ceb7ebee65f8ad37dff842d5c..5c2db2ac2c0ab3234675c0ac8297b1060d32cf8c 100644 (file)
@@ -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;