]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Clarify comment.
[openldap] / servers / slapd / schema / misc.schema
1 # $OpenLDAP$
2 #
3 # Assorted definitions from several sources, including
4 # ''works in progress''.  Contents of this file are
5 # subject to change (including deletion) without notice.
6 #
7 # Not recommended for production use!
8 # Use with extreme caution!
9
10 #
11 # draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
12 #
13 attributetype ( 2.16.840.1.113730.3.1.13
14         NAME 'mailLocalAddress'
15         DESC 'RFC822 email address of this recipient'
16         EQUALITY caseIgnoreIA5Match
17         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
18
19 attributetype ( 2.16.840.1.113730.3.1.18
20         NAME 'mailHost'
21         DESC 'FQDN of the SMTP/MTA of this recipient'
22         EQUALITY caseIgnoreIA5Match
23         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
24         SINGLE-VALUE )
25
26 attributetype ( 2.16.840.1.113730.3.1.47
27         NAME 'mailRoutingAddress'
28         DESC 'RFC822 routing address of this recipient'
29         EQUALITY caseIgnoreIA5Match
30         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
31         SINGLE-VALUE )
32
33 # I-D leaves this OID TBD.
34 # iPlanet uses 2.16.840.1.113.730.3.2.147 but that appears to be
35 # an improperly delegated OID.  A typo is suspected.
36 objectclass ( 2.16.840.1.113730.3.2.147
37         NAME 'inetLocalMailRecipient'
38         DESC 'Internet local mail recipient'
39         SUP top AUXILIARY
40         MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
41
42 #
43 # draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
44 #
45 attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
46         NAME 'rfc822MailMember'
47         DESC 'rfc822 mail address of group member(s)'
48         EQUALITY caseIgnoreIA5Match
49         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
50
51
52 # !!!no I-D!!!
53 #
54 objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
55         NAME 'nisMailAlias'
56         DESC 'NIS mail alias'
57         SUP top STRUCTURAL
58         MUST cn
59         MAY rfc822MailMember )