]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Remove Netscape (draft) TTL 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-laser-ldap-mail-routing-00.txt
9 #
10 attributetype ( 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{256}
14         SINGLE-VALUE )
15
16 attributetype ( 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{256} 
20         SINGLE-VALUE )
21
22 attributetype ( 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         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
26         SINGLE-VALUE )
27
28 objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
29         SUP top AUXILIARY
30         MAY     ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress ))
31
32 #objectclass ( 2.16.840.1.113730.3.2.[[TBD]] NAME 'inetLocalMailRecipient'
33 #       SUP top AUXILIARY
34 #       MAY     ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
35
36
37 #
38 # RFC2247
39 #       This may need to be moved to core.schema
40 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
41
42
43 #
44 # RFC2377
45 #       This may need to be moved to core.schema
46 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
47