[krbdev.mit.edu #9222] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Jun 22 16:34:15 EDT 2026
Mon Jun 22 16:34:15 2026: Request 9222 was acted upon.
Transaction: Ticket created by ghudson at mit.edu
Queue: krb5
Subject: git commit
Owner: ghudson at mit.edu
Requestors:
Status: new
Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9222 >
Add auth indicators to AS-REQ audit state
Add an auth_indicators field to krb5_audit_state so that audit modules
can log which authentication indicators were present in the issued
ticket. Bump the audit plugin minor version from 1 to 2 to signal the
new field.
Update the simple audit module's JSON encoder to emit the indicators
as a JSON array under the key "auth_indicators" in AS-REQ records.
[ghudson at mit.edu: edited commit message and comments; made minor style
changes]
https://github.com/krb5/krb5/commit/749efe5ce06ff819616a5eed822f1bb06e87321b
Author: Alexander Bokovoy <abokovoy at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 749efe5ce06ff819616a5eed822f1bb06e87321b
Branch: master
src/include/krb5/audit_plugin.h | 9 ++++++++-
src/kdc/do_as_req.c | 1 +
src/kdc/kdc_audit.c | 2 +-
src/plugins/audit/j_dict.h | 1 +
src/plugins/audit/kdc_j_encode.c | 42 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 53 insertions(+), 2 deletions(-)
More information about the krb5-bugs
mailing list