]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Added lachman mail at/oc to misc.schema.
[openldap] / servers / slapd / schema / misc.schema
1 # $OpenLDAP$
2 #
3 # Assorted definitions from several sources
4 #       depends on core.schema and pilot.schema
5 #
6
7 #
8 # draft-lachman-ldap-mail-routing-03.txt
9 #
10 attribute ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
11         DESC 'RFC 822 email address of this recipient'
12         EQUALITY caseIgnoreIA5Match
13         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
14         SINGLE-VALUE )
15
16 attribute ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
17         DESC 'alternate RFC 822 email address of this recipient' 
18         EQUALITY caseIgnoreIA5Match
19         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
20         SINGLE-VALUE )
21
22 attribute ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress'
23         DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient' 
24         EQUALITY caseIgnoreIA5Match )
25
26 objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
27         SUP top AUXILIARY
28         MAY     ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
29
30
31 #
32 # RFC2247
33 #
34 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
35
36
37 #
38 # RFC2377
39 #
40 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
41
42
43 # Origin of this has not been identified.  We had it and Netscape has it
44 # too.
45 attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
46         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
47
48 objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )