add flag for 2nd ticket matching
authorJohn Kohl <jtkohl@mit.edu>
Fri, 26 Apr 1991 13:57:08 +0000 (13:57 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 26 Apr 1991 13:57:08 +0000 (13:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2040 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ccache.h

index 18935b8d9b944df383283f0d7f2c580c76028a1a..fa97ae71143d5d8280f6f1cee130f272e8736a80 100644 (file)
@@ -54,6 +54,7 @@ typedef struct _krb5_cc_ops {
 #define        KRB5_TC_MATCH_FLAGS_EXACT       0x00000010
 #define        KRB5_TC_MATCH_AUTHDATA          0x00000020
 #define        KRB5_TC_MATCH_SRV_NAMEONLY      0x00000040
+#define        KRB5_TC_MATCH_2ND_TKT           0x00000080
 
 /* for set_flags and other functions */
 #define KRB5_TC_OPENCLOSE              0x00000001