From bc42531213f9223a823d303cf307dfce3e8e99f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 9 Oct 2005 12:13:05 +0000 Subject: 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) --- source4/nsswitch/winbindd_nss.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/nsswitch/winbindd_nss.h') 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; }; -- cgit