mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
auth/gensec: add GENSEC_FEATURE_NTLM_CCACHE define
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
b3d4523ff7
commit
0a93cad337
@ -61,6 +61,7 @@ struct gensec_target {
|
||||
#define GENSEC_FEATURE_SIGN_PKT_HEADER 0x00000040
|
||||
#define GENSEC_FEATURE_NEW_SPNEGO 0x00000080
|
||||
#define GENSEC_FEATURE_UNIX_TOKEN 0x00000100
|
||||
#define GENSEC_FEATURE_NTLM_CCACHE 0x00000200
|
||||
|
||||
#define GENSEC_EXPIRE_TIME_INFINITY (NTTIME)0x8000000000000000LL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user