(LR-TYPE): add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9935 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -185,12 +185,23 @@ KDCOptions ::= BIT STRING {
|
|||||||
validate(31)
|
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 {
|
LastReq ::= SEQUENCE OF SEQUENCE {
|
||||||
lr-type[0] INTEGER,
|
lr-type[0] LR-TYPE,
|
||||||
lr-value[1] KerberosTime
|
lr-value[1] KerberosTime
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
EncryptedData ::= SEQUENCE {
|
EncryptedData ::= SEQUENCE {
|
||||||
etype[0] ENCTYPE, -- EncryptionType
|
etype[0] ENCTYPE, -- EncryptionType
|
||||||
kvno[1] INTEGER OPTIONAL,
|
kvno[1] INTEGER OPTIONAL,
|
||||||
|
Reference in New Issue
Block a user