From 3c4548025c0a239ff580e7974939185eadf1856b Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 4 Jun 2023 22:54:03 -0500 Subject: [PATCH] hdb: Add auth-data-reqd flag --- lib/hdb/hdb.asn1 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hdb/hdb.asn1 b/lib/hdb/hdb.asn1 index abc75f742..49318c811 100644 --- a/lib/hdb/hdb.asn1 +++ b/lib/hdb/hdb.asn1 @@ -55,6 +55,7 @@ HDBFlags ::= BIT STRING { virtual(21), -- entry not stored; keys always derived synthetic(22), -- entry not stored; for PKINIT no-auth-data-reqd(23), -- omit PAC from service tickets + auth-data-reqd(24), -- include PAC in service tickets force-canonicalize(30), -- force the KDC to return the canonical -- principal irrespective of the setting