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:
@@ -870,20 +870,6 @@ heim_audit_addkv_object(heim_svc_req_desc r, const char *k, heim_object_t value)
|
||||
heim_release(descr);
|
||||
}
|
||||
|
||||
void
|
||||
heim_audit_delkv(heim_svc_req_desc r, const char *k)
|
||||
{
|
||||
heim_string_t key = heim_string_create(k);
|
||||
|
||||
if (key == NULL)
|
||||
return;
|
||||
|
||||
heim_log(r->hcontext, r->logf, 7, "heim_audit_delkv(): "
|
||||
"deleting kv pair %s", k);
|
||||
heim_dict_delete_key(r->kv, key);
|
||||
heim_release(key);
|
||||
}
|
||||
|
||||
heim_object_t
|
||||
heim_audit_getkv(heim_svc_req_desc r, const char *k)
|
||||
{
|
||||
|
Reference in New Issue
Block a user