[krbdev.mit.edu #9222] git commit

"Greg Hudson via RT" <[email protected]> Mon, 22 Jun 2026 16:34:15 -0400
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Jun 22 16:34:15 2026: Request 9222 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  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.

[[email protected]: edited commit message and comments; made minor style
changes]

https://github.com/krb5/krb5/commit/749efe5ce06ff819616a5eed822f1bb06e87321b
Author: Alexander Bokovoy <[email protected]>
Committer: Greg Hudson <[email protected]>
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(-)