Russ Allbery <r...@debian.org> writes:

> This appears to somehow be based on the size of the dictionary.  It
> seems to only fail with smaller dictionaries.  If I add 100 more words:

Argh, sorry, there was a missing command in this particular block.  Here
are the right commands for this test:

wanderer:~$ echo password > dictionary
wanderer:~$ for n in `seq 1 100` ; do echo foo$n >> dictionary ; done
wanderer:~$ cracklib-format dictionary | cracklib-packer dictionary
101 101
wanderer:~$ ./test-cracklib dictionary
known good password - good
password - it is based on a dictionary word
Password - good

I think the rest was correct.

-- 
Russ Allbery (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to