DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T n

⟦321d1cc11⟧ TextFile

    Length: 1627 (0x65b)
    Types: TextFile
    Names: »name.bnf«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/name.bnf« 

TextFile

<attribute-value> ::= <NumericValue>
                    | <ASNValue>
                            -- For unknown syntaxes & photos
                    | <DNValue>
                    | <OIDValue>
                            -- OID & ObjectClass
                    | <PSAPvalue>
                    | <StringValue>
                            -- Used for:
                            --     CaseIgnoreString, CaseExactString,
                            --     PrintableString, CountryString,
                            --     OctetString, IA5String, Password
                            --	   TelephoneNumber
                    | <GuideValue>
                    | <TelexNumberValue>
                    | <TeletexTerminalIdentifierValue>
                    | <FacsimileTelephoneNumberValue>
                    | <PostalAddressValue>
                    | <MailboxValue>
                    | <UTCTimeValue>
                    | <DeliveryValue>
                    | <IntegerValue>
                    | <BooleanValue>
                    | <ACLValue>
                    | <SchemaValue>
                    | <EdbInfoValue>		 

<namevalue>	::= <namelist> ["#"]
<namelist>	::= <name> | <namelist> "$" <name>

<attribute>	::= <oid> "=" <avlist>
<avlist>	::= <attribute-value> | <avlist> "&" <attribute-value>
<rdn>		::= <attribute> | <attribute> "%" <rdn>
<name>		::= <rdn> | <rdn> "@" <name>
				- most significant first

-- An example name might be:
--        ``c=GB @ o=UCL % locality=London @ ou=CS''
-- Finally, this can be assembled together to give a format for a textual
-- representation of an Entry Data Block.