From f807c93ad898c9b652b516ac54ee2b1112c67fbc Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 5 Oct 2010 16:00:23 +0000 Subject: Add a name field to the pwqual plugin vtable and log pwqual module rejections. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24425 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/pwqual_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/krb5/pwqual_plugin.h b/src/include/krb5/pwqual_plugin.h index 403bb1152..110197a2a 100644 --- a/src/include/krb5/pwqual_plugin.h +++ b/src/include/krb5/pwqual_plugin.h @@ -100,6 +100,7 @@ typedef void /* Password quality plugin vtable for major version 1. */ typedef struct krb5_pwqual_vtable_st { + const char *name; /* Mandatory: name of module. */ krb5_pwqual_open_fn open; krb5_pwqual_check_fn check; krb5_pwqual_close_fn close; -- cgit