1999-09-09 06:52:19 +08:00
|
|
|
# $OpenLDAP$
|
1999-09-16 10:31:03 +08:00
|
|
|
#
|
|
|
|
# Assorted definitions from several sources
|
|
|
|
# depends on core.schema and pilot.schema
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
1999-09-16 10:52:28 +08:00
|
|
|
# draft-lachman-laser-ldap-mail-routing-00.txt
|
1999-09-16 10:31:03 +08:00
|
|
|
#
|
1999-10-14 05:57:44 +08:00
|
|
|
attributetype ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
|
1999-09-16 10:31:03 +08:00
|
|
|
DESC 'RFC 822 email address of this recipient'
|
|
|
|
EQUALITY caseIgnoreIA5Match
|
1999-09-16 10:52:28 +08:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
1999-09-16 10:31:03 +08:00
|
|
|
SINGLE-VALUE )
|
|
|
|
|
1999-10-14 05:57:44 +08:00
|
|
|
attributetype ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
|
1999-09-16 10:31:03 +08:00
|
|
|
DESC 'alternate RFC 822 email address of this recipient'
|
|
|
|
EQUALITY caseIgnoreIA5Match
|
1999-09-16 10:52:28 +08:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
1999-09-16 10:31:03 +08:00
|
|
|
SINGLE-VALUE )
|
|
|
|
|
1999-10-14 05:57:44 +08:00
|
|
|
attributetype ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress'
|
1999-09-16 10:31:03 +08:00
|
|
|
DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient'
|
1999-09-16 10:52:28 +08:00
|
|
|
EQUALITY caseIgnoreIA5Match
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
|
|
|
|
SINGLE-VALUE )
|
1999-09-16 10:31:03 +08:00
|
|
|
|
|
|
|
objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
|
|
|
|
SUP top AUXILIARY
|
1999-09-17 23:38:39 +08:00
|
|
|
MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress ))
|
1999-09-16 10:31:03 +08:00
|
|
|
|
1999-09-16 10:52:28 +08:00
|
|
|
#objectclass ( 2.16.840.1.113730.3.2.[[TBD]] NAME 'inetLocalMailRecipient'
|
|
|
|
# SUP top AUXILIARY
|
|
|
|
# MAY ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
|
|
|
|
|
1999-04-27 14:34:10 +08:00
|
|
|
|
1999-08-14 08:04:27 +08:00
|
|
|
#
|
|
|
|
# RFC2247
|
1999-10-06 08:10:08 +08:00
|
|
|
# This may need to be moved to core.schema
|
1999-04-27 14:34:10 +08:00
|
|
|
objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
|
|
|
|
|
1999-09-16 10:31:03 +08:00
|
|
|
|
1999-08-14 08:04:27 +08:00
|
|
|
#
|
1999-09-16 10:31:03 +08:00
|
|
|
# RFC2377
|
1999-10-06 08:10:08 +08:00
|
|
|
# This may need to be moved to core.schema
|
1999-04-27 14:34:10 +08:00
|
|
|
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
|
|
|
|
|
1999-09-16 10:31:03 +08:00
|
|
|
|
1999-04-27 14:34:10 +08:00
|
|
|
# Origin of this has not been identified. We had it and Netscape has it
|
|
|
|
# too.
|
1999-10-14 05:57:44 +08:00
|
|
|
attributetype ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
|
1999-06-09 01:41:09 +08:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
1999-04-27 14:34:10 +08:00
|
|
|
|
|
|
|
objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )
|