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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user