Annotation of 43BSDReno/contrib/isode-beta/doc/manual/oidtable.tex, revision 1.1

1.1     ! root        1: \File{oidtable.bnf},{21:47},{Nov  4 1989}
        !             2: \L{\LB{\C{}\-\- This specification is in BNF}}
        !             3: \CE{}\L{\LB{\C{}\-\- Comments start with two dashes}}
        !             4: \CE{}\L{\LB{}}
        !             5: \L{\LB{\<a\> ::= any of the 52 upper and lower case IA5 letters}}
        !             6: \L{\LB{\<d\> ::= any IA5 digit 0\-9}}
        !             7: \L{\LB{\<k\> ::= any of th 52 upper and lower case IA5 letters, IA5 digits,}}
        !             8: \L{\LB{}\Tab{16}{and \S{}\"\-\"\SE{} (hyphen)}}
        !             9: \L{\LB{\<p\> ::= any IA5 character in ASN.1 PrintableSting}}
        !            10: \L{\LB{\<CRLF\> ::= IA5 Newline}}
        !            11: \L{\LB{\<letterstring\> ::= \<a\> \| \<a\> \<letterstring\>}}
        !            12: \L{\LB{\<numericstring\> ::= \<d\> \| \<d\> \<numericstring\>}}
        !            13: \L{\LB{\<keystring\> ::= \<k\> \| \<k\> \<keystring\>}}
        !            14: \L{\LB{\<printablestring\> ::= \<p\> \| \<p\> \<printablestring\>}}
        !            15: \L{\LB{\C{}\-\- The first notation is to specify Object Identifiers.}}
        !            16: \CE{}\L{\LB{\C{}\-\- These have the basic (BNF):}}
        !            17: \CE{}\L{\LB{}}
        !            18: \L{\LB{\<numericoid\> ::= \<numericstring\> \| \<numericstring\> \S{}\".\"\SE{} \<numericoid\>}}
        !            19: \L{\LB{}}
        !            20: \L{\LB{}}
        !            21: \L{\LB{\C{}\-\- We define a table which gives a mapping of generic OIDs to strings:}}
        !            22: \CE{}\L{\LB{\C{}\-\- and a possible abbreviated form of the name}}
        !            23: \CE{}\L{\LB{}}
        !            24: \L{\LB{\<oidkeytable\> ::= \<oidkeyentry\> \| \<oidkeyentry\> \<CRLF\> \<oidkeytable\>}}
        !            25: \L{\LB{\<oidkeyentry\> ::= \<abbrstring\> \S{}\":\"\SE{} \<numericoid\>}}
        !            26: \L{\LB{\<abbrstring\>  ::= \<keystring\> \| \<keystring\> \S{}\",\"\SE{} \<keystring\>}}
        !            27: \L{\LB{}}
        !            28: \L{\LB{\C{}\-\- For example:}}
        !            29: \CE{}\L{\LB{\C{}\-\- UCL :0.3.2342.19200149}}
        !            30: \CE{}\L{\LB{\C{}\-\- country,c :2.5.4.6}}
        !            31: \CE{}\L{\LB{}}
        !            32: \L{\LB{\C{}\-\- Tables of this form will be read in by every QUIPU DSA, to give it a set}}
        !            33: \CE{}\L{\LB{\C{}\-\- of OID strings forms, and abbreviations}}
        !            34: \CE{}\L{\LB{}}
        !            35: \L{\LB{\C{}\-\- A general BNF of oid is now given:}}
        !            36: \CE{}\L{\LB{}}
        !            37: \L{\LB{\<oid\> ::= \<keystring\> \S{}\".\"\SE{} \<numericoid\> \| \<keystring\> \| \<numericoid\>}}
        !            38: \L{\LB{}}
        !            39: \L{\LB{\C{}\-\- For example, ``UCL.5\'\' gives OID 5 as allocated by UCL, ``C\'\' gives the}}
        !            40: \CE{}\L{\LB{\C{}\-\- standard country oid.}}
        !            41: \CE{}\L{\LB{}}
        !            42: \L{\LB{\- We define a table for attribute values:}}
        !            43: \L{\LB{}}
        !            44: \L{\LB{\<attrTable\> ::= \<attrEntry\> \| \<attrEntry\> \<CRLF\> \<attrTable\>}}
        !            45: \L{\LB{\<attrEntry\> ::= \<oidkeyentry\> \S{}\":\"\SE{} \<attrEncoding\>}}
        !            46: \L{\LB{\<attrEncoding\> ::=  \S{}\"ObjectClass\"\SE{} \| \S{}\"DN\"\SE{} \| \S{}\"CaseIgnoreString\"\SE{} \| }}
        !            47: \L{\LB{                    \S{}\"CaseExactString\"\SE{} \| \S{}\"PrintableString\"\SE{} \| \S{}\"CountryString\"\SE{} \| }}
        !            48: \L{\LB{                    \S{}\"Guide\"\SE{} \| \S{}\"PostalAddress\"\SE{} \| \S{}\"TelephoneNumber\"\SE{} \| }}
        !            49: \L{\LB{                    \S{}\"telexNumber\"\SE{} \| \S{}\"TelexTerminalIdentifier\"\SE{} \| }}
        !            50: \L{\LB{                    \S{}\"FacsimileTelephoneNumber\"\SE{} \| \S{}\"NumbericString\"\SE{} \| }}
        !            51: \L{\LB{                    \S{}\"DestinationString\"\SE{} \| \S{}\"PresentationAddress\"\SE{} \| }}
        !            52: \L{\LB{                    \S{}\"OID\"\SE{} \| \S{}\"OctetString\"\SE{} \| \S{}\"IA5String\"\SE{} \| \S{}\"Photo\"\SE{} \| }}
        !            53: \L{\LB{                    \S{}\"Mailbox\"\SE{} \| \S{}\"UTCTime\"\SE{} \| \S{}\"DeliveryMethod\"\SE{}  }}
        !            54: \L{\LB{                    \S{}\"Integer\"\SE{} \| \S{}\"Boolean\"\SE{} \| \S{}\"Password\"\SE{}}}
        !            55: \L{\LB{                    \S{}\"ACL\"\SE{} \| \S{}\"Schema\"\SE{} \| \S{}\"Update\"\SE{} \|}}
        !            56: \L{\LB{                    \<attrASN\>}}
        !            57: \L{\LB{}}
        !            58: \L{\LB{\<attrASN\> ::= \<keystring\>}}
        !            59: \L{\LB{       \C{}\-\- defined, but unknown syntax \- treated as ``ASN\'\'}}
        !            60: \CE{}\L{\LB{}}
        !            61: \L{\LB{\C{}\-\- For example:}}
        !            62: \CE{}\L{\LB{\C{}\-\- description: attributetype.13: CASEIGNORESTRING}}
        !            63: \CE{}\L{\LB{}}
        !            64: \L{\LB{\C{}\-\- Finally we define an object class table:}}
        !            65: \CE{}\L{\LB{}}
        !            66: \L{\LB{\<ocTable\> ::= \<ocEntry\> \| \<ocEntry\> \<CRLF\> \<ocTable\>}}
        !            67: \L{\LB{\<ocEntry\> ::= \<ocData\> \| \<ocMacro\>}}
        !            68: \L{\LB{\<ocData\>  ::= \<oidkeyentry\> \S{}\":\"\SE{} \<strList\> \S{}\":\"\SE{} \<strList\> \S{}\":\"\SE{} \<strList\>}}
        !            69: \L{\LB{\C{}\-\-                               :(hierarchy):(must contain):(may contain)}}
        !            70: \CE{}\L{\LB{\<ocMacro\>    :: = \<keystring\> \S{}\"=\"\SE{} \<strList\>}}
        !            71: \L{\LB{}}
        !            72: \L{\LB{\<strList\> ::= \<keystring\> \| \<keystring\> \S{}\",\"\SE{} \<strList\> \|}}
        !            73: \L{\LB{\C{}\-\- Note the final `\|\' to permit the null string}}
        !            74: \CE{}\L{\LB{}}
        !            75: \L{\LB{\C{}\-\- For example;}}
        !            76: \CE{}\L{\LB{\C{}\-\- localeAttributeSet = facsimileNumber,isdnAddress,telephoneNumber, ...}}
        !            77: \CE{}\L{\LB{\C{}\-\- country: objectclass.2 : top: countryname: description,searchguide}}
        !            78: \CE{}\L{\LB{\C{}\-\- organisationalPerson: person: : localeAttributeSet,OU,title,...}}
        !            79: \CE{}\L{\LB{}}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.