]> eyrie.org Git - kerberos/perl-kerberos.git/commit
Fix password quality checking
authorRuss Allbery <eagle@eyrie.org>
Fri, 28 Feb 2014 23:31:43 +0000 (15:31 -0800)
committerRuss Allbery <eagle@eyrie.org>
Fri, 28 Feb 2014 23:31:43 +0000 (15:31 -0800)
commit25fa796cbd65b45cc07e35482b928caa746813e9
tree21e6da39ef2a000a1a037acb8bd4ca3939309d56
parent606278e287287d30cd9f5dff17ebd746f43205b3
Fix password quality checking

When using the kadmin libraries in server mode, we have to do
password quality checking ourselves, since the library never does
it.  Add the required code to the chpass implementation, add a
test configuration, and test password quality.
lib/Authen/Kerberos/Kadmin.pm
lib/Authen/Kerberos/Kadmin.xs
t/data/kdb/kdc.conf
t/data/kdb/password-quality [new file with mode: 0755]
t/kadmin/heimdal.t