]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
ef779d5d55fc4ec10ee250f0167cb4e99e59538f
[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 #
12 # draft-lachman-laser-ldap-mail-routing-02.txt !!!EXPIRED!!!
13 #
14 attributetype ( 2.16.840.1.113730.3.1.13
15         NAME 'mailLocalAddress'
16         DESC 'RFC822 email address of this recipient'
17         EQUALITY caseIgnoreIA5Match
18         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
19
20 attributetype ( 2.16.840.1.113730.3.1.18
21         NAME 'mailHost'
22         DESC 'FQDN of the SMTP/MTA of this recipient'
23         EQUALITY caseIgnoreIA5Match
24         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
25         SINGLE-VALUE )
26
27 attributetype ( 2.16.840.1.113730.3.1.47
28         NAME 'mailRoutingAddress'
29         DESC 'RFC822 routing address of this recipient'
30         EQUALITY caseIgnoreIA5Match
31         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
32         SINGLE-VALUE )
33
34 # I-D leaves this OID TBD.
35 # iPlanet uses 2.16.840.1.113.730.3.2.147 but that is an
36 # improperly delegated OID.  A typo is likely.
37 objectclass ( 2.16.840.1.113730.3.2.147
38         NAME 'inetLocalMailRecipient'
39         DESC 'Internet local mail recipient'
40         SUP top AUXILIARY
41         MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
42
43 #-----------------------------------------------------------
44 #
45 # draft-srivastava-ldap-mail-00.txt !!!EXPIRED!!!
46 #
47 attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
48         NAME 'rfc822MailMember'
49         DESC 'rfc822 mail address of group member(s)'
50         EQUALITY caseIgnoreIA5Match
51         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
52
53 #-----------------------------------------------------------
54
55 # !!!no I-D!!!
56 #
57 objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
58         NAME 'nisMailAlias'
59         DESC 'NIS mail alias'
60         SUP top STRUCTURAL
61         MUST cn
62         MAY rfc822MailMember )