kdc: Allow KDC plugin to handle attempts to authenticate without using hardware authentication

Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
This commit is contained in:
Jennifer Sutton
2024-05-15 15:00:48 +12:00
committed by Nico Williams
parent 6d2d9632da
commit 378a367c9e
4 changed files with 48 additions and 9 deletions
+2 -1
View File
@@ -162,13 +162,14 @@ audit(void *ctx, astgs_request_t r)
}
static krb5plugin_kdc_ftable kdc_plugin = {
KRB5_PLUGIN_KDC_VERSION_10,
KRB5_PLUGIN_KDC_VERSION_11,
init,
fini,
pac_generate,
pac_verify,
client_access,
NULL, /* referral_policy */
NULL, /* hwauth_policy */
finalize_reply,
audit
};