summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorBjoern Jacke <bj@sernet.de>2018-12-20 10:23:02 -0600
committerBjoern Jacke <bj@sernet.de>2018-12-22 03:11:14 +0100
commit245b494cebf0fb2c21a4e874141178573a086cfb (patch)
tree1f16a275cf4325b14d7866e098f06a5c5782daab /nsswitch
parenta9b71194fb1842be09841f0f29470f42f2ea97c2 (diff)
downloadsamba-245b494cebf0fb2c21a4e874141178573a086cfb.tar.gz
winbind introduce WBFLAG_FROM_NSS
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Bjoern Jacke <bj@sernet.de>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/winbind_struct_protocol.h1
1 files changed, 1 insertions, 0 deletions
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)