Home
last modified time | relevance | path

Searched defs:_old_krb5_db_entry (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h65 typedef struct _old_krb5_db_entry { struct
66 old_krb5_principal principal;
67 old_krb5_encrypted_keyblock key;
68 krb5_kvno kvno;
69 krb5_deltat max_life;
70 krb5_deltat max_renewable_life;
71 krb5_kvno mkvno; /* master encryption key vno */
73 krb5_timestamp expiration; /* This is when the client expires */
74 krb5_timestamp pw_expiration; /* This is when its password does */
75 krb5_timestamp last_pwd_change; /* Last time of password change */
[all …]