Add a Principal type for use in libkrb5.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-06-10 14:57:54 +00:00
parent 0031c6c542
commit 5e012949c9

View File

@@ -15,6 +15,12 @@ PrincipalName ::= SEQUENCE {
name-string[1] SEQUENCE OF GeneralString
}
-- this is not part of RFC1510
Principal ::= SEQUENCE {
name[0] PrincipalName,
realm[1] Realm
}
HostAddress ::= SEQUENCE {
addr-type[0] INTEGER,
address[1] OCTET STRING