From: Kurt Zeilenga Date: Wed, 16 May 2001 20:38:04 +0000 (+0000) Subject: Add nisSchema (ITS#876) X-Git-Tag: OPENLDAP_REL_ENG_2_0_9~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d849494fc0e579d579bdba02a04e604c714fe6c;p=thirdparty%2Fopenldap.git Add nisSchema (ITS#876) --- diff --git a/CHANGES b/CHANGES index 0b65bd1d42..d92f304ea3 100644 --- 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 diff --git a/servers/slapd/schema/misc.schema b/servers/slapd/schema/misc.schema index a8ace0c76e..089050c9c5 100644 --- a/servers/slapd/schema/misc.schema +++ b/servers/slapd/schema/misc.schema @@ -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 )