kdc: remove auth_event_details audit key
The auth event details audit key (formerly, parameter to auth_status) contained, variously, an encryption type name; a PKINIT client certificate name; or, a GSS initiator name. Audit these instead using individual keys that reflect the values' contents.
This commit is contained in:
@@ -112,12 +112,6 @@ _kdc_audit_addkv_object(kdc_request_t r, const char *k, heim_object_t obj)
|
||||
heim_audit_addkv_object((heim_svc_req_desc)r, k, obj);
|
||||
}
|
||||
|
||||
void
|
||||
_kdc_audit_delkv(kdc_request_t r, const char *k)
|
||||
{
|
||||
heim_audit_delkv((heim_svc_req_desc)r, k);
|
||||
}
|
||||
|
||||
heim_object_t
|
||||
_kdc_audit_getkv(kdc_request_t r, const char *k)
|
||||
{
|
||||
|
Reference in New Issue
Block a user