summaryrefslogtreecommitdiff
path: root/source4/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-09 12:13:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:35 -0500
commitbc42531213f9223a823d303cf307dfce3e8e99f1 (patch)
tree18be42c3c45bc236739f9e10e36a74733f699b73 /source4/nsswitch/winbindd_nss.h
parent5952157ad293c923ff14f07bfbbfa8b45e4d0bf2 (diff)
downloadsamba-bc42531213f9223a823d303cf307dfce3e8e99f1.tar.gz
samba-bc42531213f9223a823d303cf307dfce3e8e99f1.tar.bz2
samba-bc42531213f9223a823d303cf307dfce3e8e99f1.zip
r10844: Add challenge-response authentication to Samba4's winbindd for VL.
Plaintext should be simple, but I'm going to do some infrustructure work first. Andrew Bartlett (This used to be commit c9273729e4db4adc0061087fe7e0332e2bc24384)
Diffstat (limited to 'source4/nsswitch/winbindd_nss.h')
-rw-r--r--source4/nsswitch/winbindd_nss.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/nsswitch/winbindd_nss.h b/source4/nsswitch/winbindd_nss.h
index 34a6dc4a42..a8830a2379 100644
--- a/source4/nsswitch/winbindd_nss.h
+++ b/source4/nsswitch/winbindd_nss.h
@@ -186,7 +186,6 @@ struct winbindd_request {
pid_t pid; /* pid of calling process */
uint32_t flags; /* flags relavant to a given request */
winbind_string domain_name; /* name of domain for which the request applies */
- int msgid;
union {
winbind_string winsreq; /* WINS request */
@@ -247,6 +246,8 @@ struct winbindd_request {
winbind_string cache_key;
} dual_sidaliases;
} data;
+ char *extra_data;
+ size_t extra_len;
char null_term;
};