Home
last modified time | relevance | path

Searched refs:last_pwd_change (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h75 krb5_timestamp last_pwd_change; /* Last time of password change */ member
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h220 krb5_timestamp last_pwd_change; member
245 krb5_timestamp last_pwd_change; member
676 krb5_timestamp last_pwd_change; member
H A Dchpass_util.c286 until = princ_ent.last_pwd_change + policy_ent.pw_min_life; in _kadm5_chpass_principal_util()
H A Dkadm_rpc_xdr.c410 if (!xdr_krb5_timestamp(xdrs, &objp->last_pwd_change)) { in _xdr_kadm5_principal_ent_rec()
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c614 krb5_timestamp mod_date, last_pwd_change; local
655 last_pwd_change = mod_date = 0;
682 &last_pwd_change))) {
742 last_pwd_change, entry->last_success, entry->last_failed,
1683 update_tl_data(kcontext, dbentp, mod_name, mod_date, last_pwd_change)
1688 krb5_timestamp last_pwd_change;
1749 krb5_kdb_encode_int32(last_pwd_change, pwchg->tl_data_contents);
1790 krb5_timestamp last_pwd_change, mod_date; local
1892 &dbent.pw_expiration, &last_pwd_change,
2009 last_pwd_change))) {
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c807 &(entry->last_pwd_change)))) { in kadm5_get_principal()
918 newv1->last_pwd_change = entry->last_pwd_change; in kadm5_get_principal()
2222 if((now - princ.last_pwd_change) < pol.pw_min_life && in kadm5_check_min_life()
2228 until = princ.last_pwd_change + pol.pw_min_life; in kadm5_check_min_life()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c1553 dprinc.last_pwd_change ?
1554 strdate(dprinc.last_pwd_change) :
1604 canon, dprinc.princ_expire_time, dprinc.last_pwd_change,