From fc0d89bc5ac2ec3838b4e1f7280bc6c5ad8c1ecb Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 29 Aug 2010 16:19:04 +0000 Subject: Update sample password quality module to match new interface. Work around unresolved issue with error codes by including for now. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24270 dc483132-0cff-0310-8789-dd5450dbe970 --- pwqual_combo/combo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwqual_combo/combo.c b/pwqual_combo/combo.c index af13983..69c2bcd 100644 --- a/pwqual_combo/combo.c +++ b/pwqual_combo/combo.c @@ -31,6 +31,7 @@ #include #include +#include /* XXX */ #include #include #include @@ -134,7 +135,7 @@ combo_open(krb5_context context, const char *dict_file, static krb5_error_code combo_check(krb5_context context, krb5_pwqual_moddata data, - const char *password, kadm5_policy_ent_t policy, + const char *password, const char *policy_name, krb5_principal princ) { combo_moddata dict = (combo_moddata)data; -- cgit v1.1