]> git.sur5r.net Git - openldap/commitdiff
Added lachman mail at/oc to misc.schema.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 16 Sep 1999 02:31:03 +0000 (02:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 16 Sep 1999 02:31:03 +0000 (02:31 +0000)
servers/slapd/schema/misc.schema

index c5cfb497bc90446e339e6741e199361c9f52f843..94bf78f583647df17e2d9a1b0724284cb0c9c947 100644 (file)
@@ -1,24 +1,48 @@
-# Assorted definitions from several sources
 # $OpenLDAP$
+#
+# Assorted definitions from several sources
+#      depends on core.schema and pilot.schema
+#
+
+#
+# draft-lachman-ldap-mail-routing-03.txt
+#
+attribute ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
+       DESC 'RFC 822 email address of this recipient'
+       EQUALITY caseIgnoreIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       SINGLE-VALUE )
+
+attribute ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
+       DESC 'alternate RFC 822 email address of this recipient' 
+       EQUALITY caseIgnoreIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       SINGLE-VALUE )
+
+attribute ( 2.16.840.1.113730.3.1.47 NAME 'mailRoutingAddress'
+       DESC 'fully qualified hostname of the SMTP MTA that handles messages for this recipient' 
+       EQUALITY caseIgnoreIA5Match )
+
+objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
+       SUP top AUXILIARY
+       MAY     ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
+
 
 #
 # RFC2247
 #
 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
 
+
 #
-# This comes from RFC2377
+# RFC2377
 #
 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
 
+
 # Origin of this has not been identified.  We had it and Netscape has it
 # too.
-
 attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
 objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )
-
-#
-# RFC 2079
-#