Displaying 2 results from an estimated 2 matches for "maxsequence".
Did you mean:
asequence
2014 Nov 17
1
exercising pam_cracklib from the command line
...t
pam_cracklib.so returns for a given password; subject to variation in the
command line options and values provided? For example, assuming a cli driver
program called cli_driver_pgm:
cli_driver_pgm pam_cracklib.so difok=8 minlen=14 dcredit=3 ucredit=3
lcredit=3 ocredit=3 minclass=2 maxrepeat=3 maxsequence=3 reject_username
gecoscheck -- somepassword
-> pam_cracklib calculated minlen value for somepassword
My Google-fu appears to have deserted me.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited...
2014 Nov 20
1
CentOS Digest, Vol 118, Issue 20 - Email found in subject
...for a given password; subject to variation
> in the command line options and values provided? For example,
> assuming a cli driver program called cli_driver_pgm:
>
> cli_driver_pgm pam_cracklib.so difok=8 minlen=14 dcredit=3
> ucredit=3 lcredit=3 ocredit=3 minclass=2 maxrepeat=3 maxsequence=3
> reject_username gecoscheck -- somepassword
>
> -> pam_cracklib calculated minlen value for somepassword
>
>
> My Google-fu appears to have deserted me.
>
Googling for `"pam_cracklib" cli tool` got me a recommendation of
`cracklib-check` via superuser [1]....