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

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c102 uint_t maxrepeat; /* maximum number of repeating chars allowed */ member in struct:pwdefaults
169 p->maxrepeat = 0; /* not configured by default */
216 (void) defread_int("MAXREPEATS=", &p->maxrepeat, defp);
448 uint_t maxrepeat = 0; local
475 if (++repeat > maxrepeat)
476 maxrepeat = repeat;
591 if (pwdef->maxrepeat > 0 && maxrepeat > pwdef->maxrepeat) {
594 "Maximum allowed is %d."), progname, pwdef->maxrepeat);
[all...]

Completed in 21 milliseconds