]> eyrie.org Git - kerberos/krb5-strength.git/commit - NEWS
Add configurable checks for ASCII and for non-letters
authorRuss Allbery <rra@stanford.edu>
Wed, 2 Oct 2013 03:51:55 +0000 (20:51 -0700)
committerRuss Allbery <rra@stanford.edu>
Wed, 2 Oct 2013 03:51:55 +0000 (20:51 -0700)
commite6aef7db232e727f97958c6607a73d7490cfd6d1
treefca0a8c03ed26649ca766c22d18a73ac45c4f8b9
parent4fcc678b6a00b382056c6ea9591aa0ff1d48500c
Add configurable checks for ASCII and for non-letters

New boolean settings require_ascii_printable and require_non_letter
are supported in the krb5-strength setting of [appdefaults] in
krb5.conf.  The former rejects passwords containing characters other
than printable ASCII characters (including space), and the latter
requires that passwords contain at least one character that is not a
letter (upper or lower case) or a space.
NEWS
README
plugin/api.c
plugin/api.h
tests/data/passwords/class.json [new file with mode: 0644]
tests/heimdal/external-t
tests/heimdal/plugin-t.c
tests/mit/plugin-t.c