diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-04-16 23:21:42 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-04-16 23:21:42 +0000 |
commit | de59173de08016efcf71676aefb1820315b06f8a (patch) | |
tree | dfa58e7b38399953aa2df20e22957512bdc21dd8 /src/include/krb5 | |
parent | f5ab1de75c74e8b0510234f55b3620ade6ab1d9d (diff) | |
download | krb5-de59173de08016efcf71676aefb1820315b06f8a.tar.gz krb5-de59173de08016efcf71676aefb1820315b06f8a.tar.xz krb5-de59173de08016efcf71676aefb1820315b06f8a.zip |
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
Diffstat (limited to 'src/include/krb5')
-rw-r--r-- | src/include/krb5/kadm5_hook_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |