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.h77 krb5_timestamp last_pwd_change; /* Last time of password change */ member in struct:_old_krb5_db_entry
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h220 krb5_timestamp last_pwd_change; member in struct:_kadm5_principal_ent_t_v2
245 krb5_timestamp last_pwd_change; member in struct:_kadm5_principal_ent_t_v1
676 krb5_timestamp last_pwd_change; member in struct:_ovsec_kadm_principal_ent_t
H A Dchpass_util.c286 until = princ_ent.last_pwd_change + policy_ent.pw_min_life;
H A Dkadm_rpc_xdr.c410 if (!xdr_krb5_timestamp(xdrs, &objp->last_pwd_change)) {
/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))) {
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c814 &(entry->last_pwd_change)))) {
925 newv1->last_pwd_change = entry->last_pwd_change;
2229 if((now - princ.last_pwd_change) < pol.pw_min_life &&
2235 until = princ.last_pwd_change + pol.pw_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,

Completed in 135 milliseconds