Searched refs:maxrepeat (Results 1 – 1 of 1) sorted by relevance
105 uint_t maxrepeat; /* maximum number of repeating chars allowed */ member172 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() local480 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()