From a7ccfa07179d48619b657ee5e5c80c4a59291ce8 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Fri, 27 Aug 2010 16:27:17 -0400 Subject: [PATCH] Define KRB5_TC_NOTICKET --- lib/krb5/krb5.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index ae269ba37..4d26318bf 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -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;