From ad1975012478ab5a9887178cbcdaf427dc229548 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 14 May 2001 06:12:13 +0000 Subject: [PATCH] (LR-TYPE): add git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9935 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/k5.asn1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/asn1/k5.asn1 b/lib/asn1/k5.asn1 index 0bd3b7609..068ad2b62 100644 --- a/lib/asn1/k5.asn1 +++ b/lib/asn1/k5.asn1 @@ -185,12 +185,23 @@ KDCOptions ::= BIT STRING { validate(31) } +LR-TYPE ::= INTEGER { + LR_NONE(0), -- no information + LR_INITIAL_TGT(1), -- last initial TGT request + LR_INITIAL(2), -- last initial request + LR_ISSUE_USE_TGT(3), -- time of newest TGT used + LR_RENEWAL(4), -- time of last renewal + LR_REQUEST(5), -- time of last request (of any type) + LR_PW_EXPTIME(6), -- expiration time of password + LR_ACCT_EXPTIME(7) -- expiration time of account +} LastReq ::= SEQUENCE OF SEQUENCE { - lr-type[0] INTEGER, + lr-type[0] LR-TYPE, lr-value[1] KerberosTime } + EncryptedData ::= SEQUENCE { etype[0] ENCTYPE, -- EncryptionType kvno[1] INTEGER OPTIONAL,