Lines Matching defs:pent
101 osa_policy_ent_rec pent;
114 pent.name = entry->policy;
123 pent.pw_max_life = 0;
125 pent.pw_max_life = entry->pw_max_life;
127 pent.pw_min_life = 0;
133 pent.pw_min_life = entry->pw_min_life;
136 pent.pw_min_length = MIN_PW_LENGTH;
140 pent.pw_min_length = entry->pw_min_length;
143 pent.pw_min_classes = MIN_PW_CLASSES;
147 pent.pw_min_classes = entry->pw_min_classes;
150 pent.pw_history_num = MIN_PW_HISTORY;
155 pent.pw_history_num = entry->pw_history_num;
158 pent.policy_refcnt = 0;
160 pent.policy_refcnt = entry->policy_refcnt;
164 pent.pw_max_fail = 0;
166 pent.pw_max_fail = entry->pw_max_fail;
168 pent.pw_failcnt_interval = 0;
170 pent.pw_failcnt_interval = entry->pw_failcnt_interval;
172 pent.pw_lockout_duration = 0;
174 pent.pw_lockout_duration = entry->pw_lockout_duration;
176 pent.pw_max_fail = 0;
177 pent.pw_failcnt_interval = 0;
178 pent.pw_lockout_duration = 0;
181 if ((ret = krb5_db_create_policy(handle->context, &pent)))