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:
committed by
Nico Williams
parent
6d2d9632da
commit
378a367c9e
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user