|
|
1.1 root 1: <attribute-value> ::= <NumericValue>
2: | <ASNValue>
3: -- For unknown syntaxes & photos
4: | <DNValue>
5: | <OIDValue>
6: -- OID & ObjectClass
7: | <PSAPvalue>
8: | <StringValue>
9: -- Used for:
10: -- CaseIgnoreString, CaseExactString,
11: -- PrintableString, CountryString,
12: -- OctetString, IA5String, Password
13: -- TelephoneNumber
14: | <GuideValue>
15: | <TelexNumberValue>
16: | <TeletexTerminalIdentifierValue>
17: | <FacsimileTelephoneNumberValue>
18: | <PostalAddressValue>
19: | <MailboxValue>
20: | <UTCTimeValue>
21: | <DeliveryValue>
22: | <IntegerValue>
23: | <BooleanValue>
24: | <ACLValue>
25: | <SchemaValue>
26: | <EdbInfoValue>
27:
28: <namevalue> ::= <namelist> ["#"]
29: <namelist> ::= <name> | <namelist> "$" <name>
30:
31: <attribute> ::= <oid> "=" <avlist>
32: <avlist> ::= <attribute-value> | <avlist> "&" <attribute-value>
33: <rdn> ::= <attribute> | <attribute> "%" <rdn>
34: <name> ::= <rdn> | <rdn> "@" <name>
35: - most significant first
36:
37: -- An example name might be:
38: -- ``c=GB @ o=UCL % locality=London @ ou=CS''
39: -- Finally, this can be assembled together to give a format for a textual
40: -- representation of an Entry Data Block.
41:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.