Change KDC_TKT_COMMON_MASK for proper KDC operation
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 00:03:54 +0000 (00:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 00:03:54 +0000 (00:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2540 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/fieldbits.h

index 28cced7aa66941a21819ea0d16dc589fdd00a4de..74eb2db38a378a3bd9243d7c64b7fc19ce3ccb2d 100644 (file)
 #define        KDC_OPT_RENEW                   0x00000002
 #define        KDC_OPT_VALIDATE                0x00000001
 
-/* fields common which can be masked and copied */
-#define KDC_TKT_COMMON_MASK            0x7e800000
+/*
+ * Mask of ticket flags in the TGT which should be converted into KDC
+ * options when using the TGT to get derivitive tickets.
+ * 
+ *  New mask = KDC_OPT_FORWARDABLE | KDC_OPT_PROXIABLE |
+ *             KDC_OPT_ALLOW_POSTDATE | KDC_OPT_RENEWABLE
+ */
+#define KDC_TKT_COMMON_MASK            0x54800000
 
 /* definitions for ap_options fields */
 /* ap_options are 32 bits; each host is responsible to put the 4 bytes