From: Stefan Metzmacher Date: Fri, 21 Mar 2025 16:06:26 +0000 (+0100) Subject: winbind_struct_protocol.h: add WBFLAG_PAM_FOR_NETLOGON X-Git-Tag: tevent-0.17.0~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22893198cb439340cc0987ca7db85fdef17a61df;p=thirdparty%2Fsamba.git winbind_struct_protocol.h: add WBFLAG_PAM_FOR_NETLOGON This will be used when auth_winbind is used with make_auth3_context_for_netlogon(). This will allow winbindd to use different rules for LogonSamLogon requests compared to local authentications for smbd. Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index a0314627870..269f0174091 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -228,6 +228,7 @@ typedef struct winbindd_gr { * extra_data field */ #define WBFLAG_BIG_NTLMV2_BLOB 0x00010000 #define WBFLAG_FROM_NSS 0x00020000 +#define WBFLAG_PAM_FOR_NETLOGON 0x00040000 #define WINBINDD_MAX_EXTRA_DATA (128*1024)