winbind introduce WBFLAG_FROM_NSS
[gd/samba-autobuild/.git] / 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)