auth/gensec: add GENSEC_FEATURE_NTLM_CCACHE define
authorStefan Metzmacher <metze@samba.org>
Fri, 27 Nov 2015 12:42:30 +0000 (13:42 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2016 05:52:28 +0000 (06:52 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
auth/gensec/gensec.h

index fae44dfda6b037faf8ad17bb0ff118ea16ed16b8..f09e501089a7981b5e3f57a631796d3db80ba009 100644 (file)
@@ -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