kdc: KDC plugin API contract notes

Add some notes about the KDC plugin API contract, and require plugins to
explicitly indicate which version of the API they support (remove the macro
alias for the current version).
This commit is contained in:
Luke Howard
2022-01-05 13:08:11 +11:00
parent 78ad37ee47
commit 7cc4b7a9e6
3 changed files with 12 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ audit(void *ctx, astgs_request_t r)
}
static krb5plugin_kdc_ftable kdc_plugin = {
KRB5_KDC_PLUGING_MINOR,
KRB5_PLUGIN_KDC_VERSION_8,
init,
fini,
pac_generate,