winbind introduce WBFLAG_FROM_NSS
authorBjoern Jacke <bj@sernet.de>
Thu, 20 Dec 2018 16:23:02 +0000 (10:23 -0600)
committerBjoern Jacke <bj@sernet.de>
Sat, 22 Dec 2018 02:11:14 +0000 (03:11 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Bjoern Jacke <bj@sernet.de>
nsswitch/winbind_struct_protocol.h

index f184c957ab84409feac1fdb5deabbaad188f3c3b..4a5255c7fe4312abd235f0220cb03e6a5b14a6f0 100644 (file)
@@ -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)