[3391] in Kerberos
attributes field of Principal used?
daemon@ATHENA.MIT.EDU (Bill Parod)
Thu Jun 9 03:34:55 1994
To: kerberos@MIT.EDU
Date: 8 Jun 1994 16:43:26 GMT
From: bill-parod@nwu.edu (Bill Parod)
Reply-To: bill-parod@nwu.edu (Bill Parod)
Is the attributes field in the Kadm_vals principal struct used for
anything internal to Kerberos, or is it available for site specific
application?
typedef struct {
u_char fields[FLDSZ]; /* The active fields in this struct
*/
char name[ANAME_SZ];
char instance[INST_SZ];
unsigned long key_low;
unsigned long key_high;
unsigned long exp_date;
unsigned short attributes;
unsigned char max_life;
} Kadm_vals; /* The basic values structure in Kadm */
Thanks,