Searched refs:last_pw_expire (Results 1 – 1 of 1) sorted by relevance
225 time_t last_pw_expire; in kadm5_s_get_principal() local229 ret = hdb_entry_get_pw_change_time(&ent.entry, &last_pw_expire); in kadm5_s_get_principal()230 if (ret == 0 && last_pw_expire) { in kadm5_s_get_principal()232 _krb5_put_int(buf, last_pw_expire, sizeof(buf)); in kadm5_s_get_principal()