
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8187 ec53bebd-3082-4978-b11e-865c3cabbd6b
21 lines
391 B
Groff
21 lines
391 B
Groff
RFC2459 DEFINITIONS ::= BEGIN
|
|
|
|
AttributeType ::= OBJECT-IDENTIFIER
|
|
|
|
AttributeValue ::= OCTET STRING --ANY DEFINED BY AttributeType
|
|
|
|
AttributeTypeAndValue ::= SEQUENCE {
|
|
type AttributeType,
|
|
value AttributeValue
|
|
}
|
|
|
|
RelativeDistinguishedName ::= --SET
|
|
SEQUENCE OF AttributeTypeAndValue
|
|
|
|
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
|
|
|
|
Name ::= CHOICE { -- RFC2459
|
|
x RDNSequence
|
|
}
|
|
|
|
END |