From de59173de08016efcf71676aefb1820315b06f8a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 16 Apr 2012 23:21:42 +0000 Subject: [PATCH] Document kadm5_hook chpass randomize-key behavior kadmind's randkey operation invokes the kadm5_hook chpass method with a null newpass parameter, which wasn't documented. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25805 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/kadm5_hook_plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/krb5/kadm5_hook_plugin.h b/src/include/krb5/kadm5_hook_plugin.h index 6a0aa45f2..c95c17f38 100644 --- a/src/include/krb5/kadm5_hook_plugin.h +++ b/src/include/krb5/kadm5_hook_plugin.h @@ -107,6 +107,7 @@ typedef struct kadm5_hook_vtable_1_st { /** Indicates that the password is being changed. * @param stage is an integer from #kadm5_hook_stage enumeration * @param keepold is true if existing keys are being kept. + * @param newpass is NULL if the key sare being randomized. */ kadm5_ret_t (*chpass)(krb5_context, kadm5_hook_modinfo *modinfo, -- 2.26.2