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:
parent
a9b71194fb
commit
245b494ceb
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user