Make kdc-req-body.till OPTIONAL

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2987 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-15 01:46:11 +00:00
parent adfbb41e70
commit 6ceebd9529

View File

@@ -166,7 +166,7 @@ KDC-REQ-BODY ::= SEQUENCE {
-- Also client's in AS-REQ
sname[3] PrincipalName OPTIONAL,
from[4] KerberosTime OPTIONAL,
till[5] KerberosTime,
till[5] KerberosTime OPTIONAL,
rtime[6] KerberosTime OPTIONAL,
nonce[7] INTEGER,
etype[8] SEQUENCE OF INTEGER, -- EncryptionType,