]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema/misc.schema
comment out inetLocalMailReciepent as it has no assigned OID
[openldap] / servers / slapd / schema / misc.schema
index 94bf78f583647df17e2d9a1b0724284cb0c9c947..c1e11183b5fb045335779d280fc0ee33f78083f9 100644 (file)
@@ -1,48 +1,58 @@
 # $OpenLDAP$
 #
-# Assorted definitions from several sources
-#      depends on core.schema and pilot.schema
+# Assorted definitions from several sources, including
+# ''works in progress''.  Use with extreme care.  May
+# be subject to change.
 #
 
 #
-# draft-lachman-ldap-mail-routing-03.txt
+# draft-lachman-laser-ldap-mail-routing-02.txt
 #
-attribute ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress'
-       DESC 'RFC 822 email address of this recipient'
+attributetype ( 2.16.840.1.113730.3.1.13
+       NAME 'mailLocalAddress'
+       DESC 'RFC822 email address of this recipient'
        EQUALITY caseIgnoreIA5Match
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-       SINGLE-VALUE )
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
-attribute ( 2.16.840.1.113730.3.1.18 NAME 'mailHost'
-       DESC 'alternate RFC 822 email address of this recipient' 
+attributetype ( 2.16.840.1.113730.3.1.18
+       NAME 'mailHost'
+       DESC 'fully-qualified hostname of the MTA that is the final 
+               SMTP destination of messages to this recipient'
        EQUALITY caseIgnoreIA5Match
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
        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 )
+attributetype ( 2.16.840.1.113730.3.1.47
+       NAME 'mailRoutingAddress'
+       DESC 'RFC822 address to use when routing messages to 
+               the SMTP MTA of this recipient'
+       EQUALITY caseIgnoreIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
+       SINGLE-VALUE )
 
-objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
-       SUP top AUXILIARY
-       MAY     ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
+# OID needs to be determined
+#objectclass ( 2.16.840.1.113730.3.2.TBD
+#      NAME 'inetLocalMailRecipient'
+#      DESC 'Internet local mail recipient'
+#      SUP top AUXILIARY
+#      MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
 
 
 #
-# RFC2247
-#
-objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
-
+# draft-srivastava-ldap-mail-00.html
+#   !!!EXPIRED!!!
+attributetype ( 1.3.6.1.4.1.42.2.27.2.1.15
+       NAME 'rfc822MailMember'
+       DESC 'rfc822 mail address of group member(s)'
+       EQUALITY caseIgnoreIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
+# 
+# !!!no I-D!!!
 #
-# 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 )
+objectclass ( 1.3.6.1.4.1.42.2.27.1.2.5
+       NAME 'nisMailAlias'
+       DESC 'NIS mail alias'
+       SUP top STRUCTURAL
+       MUST cn
+       MAY rfc822MailMember )