From 0f44011f6f6e49611ec4a65f6d1dc3b5e8983584 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 31 Oct 2005 04:17:51 +0000 Subject: r11411: Add to Samba4 the Samba3 patch I just posted for machine account logins (changing the winbindd interface). Clean up the wbsrv_samba3_async_epilogue() handling, as it was mixing auth and other replies, such that all replies were having the auth error strings set. We now do a better job of filling in the right errors in the right places. Andrew Bartlett (This used to be commit 8ed975df52bcac9646672f6a39c51481b5c59226) --- 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 a8830a2379..2cbfca65a7 100644 --- a/source4/nsswitch/winbindd_nss.h +++ b/source4/nsswitch/winbindd_nss.h @@ -37,7 +37,7 @@ typedef char winbind_string[256]; /* Update this when you change the interface. */ -#define WINBIND_INTERFACE_VERSION 11 +#define WINBIND_INTERFACE_VERSION 12 /* Socket commands */ @@ -203,6 +203,7 @@ struct winbindd_request { } auth; /* pam_winbind auth module */ struct { unsigned char chal[8]; + uint32_t logon_parameters; winbind_string user; winbind_string domain; winbind_string lm_resp; -- cgit