]> git.sur5r.net Git - openldap/commitdiff
Add nisSchema (ITS#876)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 16 May 2001 20:38:04 +0000 (20:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 16 May 2001 20:38:04 +0000 (20:38 +0000)
CHANGES
servers/slapd/schema/misc.schema

diff --git a/CHANGES b/CHANGES
index 0b65bd1d422e35bd06be0b085fc6056063b1045c..d92f304ea337eb36ec65ee6ecbe959e0f61adb1f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ OpenLDAP 2.0 Change Log
 
 OpenLDAP 2.0.9 Engineering
        Build Environment
+               Add nisMailSchema (ITS#876)
                Fix inet_ntop configure test (ITS#1146)
                Fix thr_nt.c typo bug
 
index a8ace0c76e816ddcd362795135742feef4d5223d..089050c9c549314ff1a4a78d409b36a9f6a5faaa 100644 (file)
@@ -1,10 +1,12 @@
 # $OpenLDAP$
+#
 # Assorted definitions from several sources, including
-# ''works in progress''.  Use with extreme care.
+# ''works in progress''.  Use with extreme care.  May
+# be subject to change.
+#
 
 #
-# draft-lachman-laser-ldap-mail-routing-01.txt
-#      This I-D has expired.
+# draft-lachman-laser-ldap-mail-routing-02.txt
 #
 attributetype ( 2.16.840.1.113730.3.1.13
        NAME 'mailLocalAddress'
@@ -34,3 +36,22 @@ objectclass ( 2.16.840.1.113730.3.2.TBD
        SUP top AUXILIARY
        MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
 
+
+#
+# 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!!!
+#
+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 )