From 7ba349d53a6ebecebb3e673a512c7b35e517e14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Aug 2003 22:10:29 +0000 Subject: [PATCH] add KRB5_NT_SMTP_NAME and KRB5_NT_ENTERPRISE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12668 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/k5.asn1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/asn1/k5.asn1 b/lib/asn1/k5.asn1 index 76360c232..78d453e0d 100644 --- a/lib/asn1/k5.asn1 +++ b/lib/asn1/k5.asn1 @@ -10,7 +10,9 @@ NAME-TYPE ::= INTEGER { KRB5_NT_SRV_HST(3), -- Service with host name as instance KRB5_NT_SRV_XHST(4), -- Service with host as remaining components KRB5_NT_UID(5), -- Unique ID - KRB5_NT_X500_PRINCIPAL(6) -- PKINIT + KRB5_NT_X500_PRINCIPAL(6), -- PKINIT + KRB5_NT_SMTP_NAME(7), -- Name in form of SMTP email name + KRB5_NT_ENTERPRISE(10) -- May be mapped to principal name } -- message types