cleanup formatting
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3991 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,7 +8,6 @@ nt-srv-hst INTEGER ::= 3 -- Service with host name as instance
|
||||
nt-srv-xhst INTEGER ::= 4 -- Service with host as remaining components
|
||||
nt-uid INTEGER ::= 5 -- Unique ID
|
||||
|
||||
|
||||
Realm ::= GeneralString
|
||||
PrincipalName ::= SEQUENCE {
|
||||
name-type[0] INTEGER,
|
||||
@@ -50,7 +49,6 @@ APOptions ::= BIT STRING {
|
||||
mutual-required(2)
|
||||
}
|
||||
|
||||
|
||||
TicketFlags ::= BIT STRING {
|
||||
reserved(0),
|
||||
forwardable(1),
|
||||
@@ -82,7 +80,6 @@ KDCOptions ::= BIT STRING {
|
||||
unused9(9),
|
||||
unused10(10),
|
||||
unused11(11),
|
||||
request-version4(13), -- non-standard
|
||||
request-anonymous(14),
|
||||
disable-transited-check(26),
|
||||
renewable-ok(27),
|
||||
@@ -153,18 +150,16 @@ Authenticator ::= [APPLICATION 2] SEQUENCE {
|
||||
}
|
||||
|
||||
PA-DATA ::= SEQUENCE {
|
||||
-- might be encoded AP-REQ
|
||||
padata-type[1] INTEGER,
|
||||
padata-value[2] OCTET STRING
|
||||
-- ,
|
||||
-- might be encoded AP-REQ
|
||||
}
|
||||
|
||||
METHOD-DATA ::= SEQUENCE OF PA-DATA
|
||||
|
||||
KDC-REQ-BODY ::= SEQUENCE {
|
||||
kdc-options[0] KDCOptions,
|
||||
cname[1] PrincipalName OPTIONAL,
|
||||
-- Used only in AS-REQ
|
||||
cname[1] PrincipalName OPTIONAL, -- Used only in AS-REQ
|
||||
realm[2] Realm, -- Server's realm
|
||||
-- Also client's in AS-REQ
|
||||
sname[3] PrincipalName OPTIONAL,
|
||||
@@ -237,7 +232,6 @@ AP-REQ ::= [APPLICATION 14] SEQUENCE {
|
||||
authenticator[4] EncryptedData
|
||||
}
|
||||
|
||||
|
||||
AP-REP ::= [APPLICATION 15] SEQUENCE {
|
||||
pvno[0] INTEGER,
|
||||
msg-type[1] INTEGER,
|
||||
@@ -278,8 +272,7 @@ EncKrbPrivPart ::= [APPLICATION 28] SEQUENCE {
|
||||
usec[2] INTEGER OPTIONAL,
|
||||
seq-number[3] INTEGER OPTIONAL,
|
||||
s-address[4] HostAddress OPTIONAL, -- sender's addr
|
||||
r-address[5] HostAddress OPTIONAL
|
||||
-- recip's addr
|
||||
r-address[5] HostAddress OPTIONAL -- recip's addr
|
||||
}
|
||||
|
||||
KRB-CRED ::= [APPLICATION 22] SEQUENCE {
|
||||
@@ -328,7 +321,6 @@ KRB-ERROR ::= [APPLICATION 30] SEQUENCE {
|
||||
e-data[12] OCTET STRING OPTIONAL
|
||||
}
|
||||
|
||||
|
||||
pvno INTEGER ::= 5 -- current Kerberos protocol version number
|
||||
|
||||
-- message types
|
||||
|
||||
Reference in New Issue
Block a user