Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c105 uint_t maxrepeat; /* maximum number of repeating chars allowed */ member
172 p->maxrepeat = 0; /* not configured by default */ in get_passwd_defaults()
219 (void) defread_int("MAXREPEATS=", &p->maxrepeat, defp); in get_passwd_defaults()
453 uint_t maxrepeat = 0; in check_composition() local
480 if (++repeat > maxrepeat) in check_composition()
481 maxrepeat = repeat; in check_composition()
596 if (pwdef->maxrepeat > 0 && maxrepeat > pwdef->maxrepeat) { in check_composition()
599 "Maximum allowed is %d."), progname, pwdef->maxrepeat); in check_composition()
799 pwdef.maxrepeat); in pam_sm_chauthtok()