Searched refs:last_pw_changed (Results 1 – 2 of 2) sorted by relevance
2218 krb5_timestamp last_pw_changed; in populate_krb5_db_entry() local2230 if ((st=krb5_dbe_lookup_last_pwd_change(context, entry, &last_pw_changed)) != 0) in populate_krb5_db_entry()2234 if ((last_pw_changed + pw_max_life) < entry->pw_expiration) in populate_krb5_db_entry()2235 entry->pw_expiration = last_pw_changed + pw_max_life; in populate_krb5_db_entry()2237 entry->pw_expiration = last_pw_changed + pw_max_life; in populate_krb5_db_entry()
965 krb5_timestamp last_pw_changed; local967 &last_pw_changed)) != 0)971 if ((strval[0] = getstringtime(last_pw_changed)) == NULL)