]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Lachman laser is expired.
[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 # OID needs to be determined
32 #objectclass ( 2.16.840.1.113730.3.2.TBD
33 #       NAME 'inetLocalMailRecipient'
34 #       DESC 'Internet local mail recipient'
35 #       SUP top AUXILIARY
36 #       MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
37
38
39 #
40 # draft-srivastava-ldap-mail-00.html !!!EXPIRED!!!
41 #
42 attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
43         NAME 'rfc822MailMember'
44         DESC 'rfc822 mail address of group member(s)'
45         EQUALITY caseIgnoreIA5Match
46         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
47
48
49 # !!!no I-D!!!
50 #
51 objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
52         NAME 'nisMailAlias'
53         DESC 'NIS mail alias'
54         SUP top STRUCTURAL
55         MUST cn
56         MAY rfc822MailMember )