Searched refs:pw_history_num (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_policy.c | 150 pent.pw_history_num = MIN_PW_HISTORY; in kadm5_create_policy_internal() 152 if(entry->pw_history_num < MIN_PW_HISTORY || in kadm5_create_policy_internal() 153 entry->pw_history_num > MAX_PW_HISTORY) in kadm5_create_policy_internal() 156 pent.pw_history_num = entry->pw_history_num; in kadm5_create_policy_internal() 262 if(entry->pw_history_num < MIN_PW_HISTORY || in kadm5_modify_policy_internal() 263 entry->pw_history_num > MAX_PW_HISTORY) { in kadm5_modify_policy_internal() 267 p->pw_history_num = entry->pw_history_num; in kadm5_modify_policy_internal() 319 entry->pw_history_num = t->pw_history_num; in kadm5_get_policy()
|
H A D | svr_principal.c | 1126 nhist = pol->pw_history_num; in add_to_history() 1437 if (pol.pw_history_num > 1) { in kadm5_chpass_principal_3() 1628 if(pol.pw_history_num > 1) { in kadm5_randkey_principal_3() 1816 if(pol.pw_history_num > 1) { 2047 if (pol.pw_history_num > 1) { in kadm5_setkey_principal_3()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_pwd_policy.c | 103 (signed) policy->pw_history_num)) != 0)) 163 (signed) policy->pw_history_num)) != 0)) 203 krb5_ldap_get_value(ld, ent, "krbpwdhistorylength", (int *)&(pol_entry->pw_history_num)); in populate_policy() 270 krb5_ldap_get_value(ld, ent, "krbpwdhistorylength", &((*policy)->pw_history_num)); in krb5_ldap_get_password_policy_from_dn() 428 krb5_ldap_get_value(ld, ent, "krbpwdhistorylength", &(entry->pw_history_num));
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | pol_xdr.c | 116 if (!xdr_u_int32(xdrs, &objp->pw_history_num)) in xdr_osa_policy_ent_rec()
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | adb.h | 82 uint32_t pw_history_num; member
|
H A D | admin.h | 271 long pw_history_num; member 694 long pw_history_num; member
|
H A D | kadm_rpc_xdr.c | 501 if (!xdr_long(xdrs, &objp->pw_history_num)) { in xdr_kadm5_policy_ent_rec()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | kdb.h | 501 uint32_t pw_history_num; member
|
/titanic_41/usr/src/cmd/krb5/kadmin/cli/ |
H A D | kadmin.c | 1754 policy->pw_history_num = atoi(argv[i]); 1900 policy.pw_history_num); 1906 policy.pw_history_num, policy.policy_refcnt);
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/ |
H A D | Kadmin.c | 1541 p->pw_history_num = i; in Policy_to_kadmin() 1622 obj = (*env)->NewObject(env, intclass, mid, p->pw_history_num); in kadmin_to_Policy()
|
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 1220 entry->pw_min_classes, entry->pw_history_num, in dump_k5beta7_policy() 2416 &rec.pw_history_num, &rec.policy_refcnt);
|