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