]> eyrie.org Git - kerberos/krb5-strength.git/commit
Add minimum_different configuration option
authorRuss Allbery <eagle@eyrie.org>
Thu, 27 Feb 2014 02:52:21 +0000 (18:52 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 27 Feb 2014 02:52:21 +0000 (18:52 -0800)
commit284cdb6fccaff4e5c5fbebe008857783d3419da2
tree0ad0029723e5587e308961fee5bf2380c604a972
parent3813cf6ddc846f767c296e20b0399879a2fc7d8f
Add minimum_different configuration option

A new configuration option, minimum_different, can be set to require
that passwords contain at least that many unique characters.  This can
be used to reject long strings of identical characters or short
patterns, which may pass other checks but still be too easy to guess.
NEWS
README
plugin/general.c
plugin/internal.h
tests/data/passwords/letter.json
tests/plugin/heimdal-t.c
tests/plugin/mit-t.c
tests/tools/heimdal-strength-t