Define KRB5_TC_NOTICKET
authorAsanka Herath <asanka@secure-endpoints.com>
Fri, 27 Aug 2010 20:27:17 +0000 (16:27 -0400)
committerAsanka C. Herath <asanka@secure-endpoints.com>
Tue, 14 Sep 2010 12:04:15 +0000 (08:04 -0400)
lib/krb5/krb5.h

index ae269ba37f3c8032a0c095bd1e00d479b0f1ccc3..4d26318bfd16b8112c88af00bc50cb69d11a5c0e 100644 (file)
@@ -410,6 +410,9 @@ typedef union {
 #define KRB5_TC_MATCH_2ND_TKT          (1 << 23)
 #define KRB5_TC_MATCH_IS_SKEY          (1 << 22)
 
+/* constants for get_flags and set_flags */
+#define KRB5_TC_NOTICKET 0x00000002
+
 typedef AuthorizationData krb5_authdata;
 
 typedef KRB_ERROR krb5_error;