mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
auth/gensec: add GENSEC_FEATURE_NTLM_CCACHE define
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11804 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit 0a93cad337578a7ba61f12726c9a15ecf869db7b)
This commit is contained in:
parent
7fcefea18f
commit
7303a100d3
@ -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…
x
Reference in New Issue
Block a user