1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

winbind introduce WBFLAG_FROM_NSS

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Bjoern Jacke <bj@sernet.de>
This commit is contained in:
Bjoern Jacke 2018-12-20 10:23:02 -06:00
parent a9b71194fb
commit 245b494ceb

View 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)