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:
@@ -15,6 +15,12 @@ PrincipalName ::= SEQUENCE {
|
|||||||
name-string[1] SEQUENCE OF GeneralString
|
name-string[1] SEQUENCE OF GeneralString
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- this is not part of RFC1510
|
||||||
|
Principal ::= SEQUENCE {
|
||||||
|
name[0] PrincipalName,
|
||||||
|
realm[1] Realm
|
||||||
|
}
|
||||||
|
|
||||||
HostAddress ::= SEQUENCE {
|
HostAddress ::= SEQUENCE {
|
||||||
addr-type[0] INTEGER,
|
addr-type[0] INTEGER,
|
||||||
address[1] OCTET STRING
|
address[1] OCTET STRING
|
||||||
|
Reference in New Issue
Block a user