Searched refs:old_failed_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c155 int old_failed_count; local
240 old_failed_count = attr_pw[2].data.val_i;
309 if (dolock && (result == PAM_SUCCESS && old_failed_count > 0)) {
310 old_failed_count = __rst_failed_count(user, repository_name);
311 if (nowarn == 0 && old_failed_count > 0)
312 display_warning(pamh, old_failed_count, homedir);

Completed in 64 milliseconds