From 245b494cebf0fb2c21a4e874141178573a086cfb Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Thu, 20 Dec 2018 10:23:02 -0600 Subject: winbind introduce WBFLAG_FROM_NSS Signed-off-by: Stefan Metzmacher Reviewed-by: Bjoern Jacke --- nsswitch/winbind_struct_protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch') diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index f184c957ab8..4a5255c7fe4 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -229,6 +229,7 @@ typedef struct winbindd_gr { /* Flag to tell winbind the NTLMv2 blob is too big for the struct and is in the * extra_data field */ #define WBFLAG_BIG_NTLMV2_BLOB 0x00010000 +#define WBFLAG_FROM_NSS 0x00020000 #define WINBINDD_MAX_EXTRA_DATA (128*1024) -- cgit v1.2.1