summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-04 09:04:06 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-04 09:04:06 +0000
commit1f67168a54852a72eaa38e9c1b82a57814a5340c (patch)
tree1d8b92beb58b5d9edf7e269e213a2810d2943c58 /source3/nsswitch
parent9de96c6f24cfa58db7a229c2a902406402cdf4f0 (diff)
downloadsamba-1f67168a54852a72eaa38e9c1b82a57814a5340c.tar.gz
samba-1f67168a54852a72eaa38e9c1b82a57814a5340c.tar.bz2
samba-1f67168a54852a72eaa38e9c1b82a57814a5340c.zip
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)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_nss.h1
1 files changed, 0 insertions, 1 deletions
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;