s/KRB5SignedPathPrincipals/Principals/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24429 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:42:36 +00:00
parent 15d85569ed
commit 1fa6eaa9d0

View File

@@ -174,6 +174,8 @@ Principal ::= SEQUENCE {
realm[1] Realm
}
Principals ::= SEQUENCE OF Principal
HostAddress ::= SEQUENCE {
addr-type[0] krb5int32,
address[1] OCTET STRING
@@ -618,12 +620,10 @@ PA-S4U2Self ::= SEQUENCE {
auth[3] GeneralString
}
KRB5SignedPathPrincipals ::= SEQUENCE OF Principal
-- never encoded on the wire, just used to checksum over
KRB5SignedPathData ::= SEQUENCE {
encticket[0] EncTicketPart,
delegated[1] KRB5SignedPathPrincipals OPTIONAL
delegated[1] Principals OPTIONAL
}
KRB5SignedPath ::= SEQUENCE {