]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Add ITS#876 nisSchema
[openldap] / servers / slapd / schema / misc.schema
1 # $OpenLDAP$
2 #
3 # Assorted definitions from several sources, including
4 # ''works in progress''.  Use with extreme care.  May
5 # be subject to change.
6 #
7
8 #
9 # draft-lachman-laser-ldap-mail-routing-02.txt
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 'fully-qualified hostname of the MTA that is the final 
20                 SMTP destination of messages to this recipient'
21         EQUALITY caseIgnoreIA5Match
22         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
23         SINGLE-VALUE )
24
25 attributetype ( 2.16.840.1.113730.3.1.47
26         NAME 'mailRoutingAddress'
27         DESC 'RFC822 address to use when routing messages to 
28                 the SMTP MTA 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 objectclass ( 2.16.840.1.113730.3.2.TBD
34         NAME 'inetLocalMailRecipient'
35         DESC 'Internet local mail recipient'
36         SUP top AUXILIARY
37         MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
38
39
40 #
41 # draft-srivastava-ldap-mail-00.html
42 #   !!!EXPIRED!!!
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 )