From 98a17053705dcb1e9d9cc93a452e7b860cddeacd Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 3 Feb 2001 04:46:42 +0000 Subject: [PATCH] Fix OC usage --- servers/slapd/schema/nadf.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/schema/nadf.schema b/servers/slapd/schema/nadf.schema index a5b8f20689..a93c29d5f2 100644 --- a/servers/slapd/schema/nadf.schema +++ b/servers/slapd/schema/nadf.schema @@ -93,12 +93,12 @@ attributetype ( 2.6.6.5.2.4.16 NAME 'multiMediaInformation' # Object classes # According to the intended use described in section 3.3.1 in the spec, -# this can only be AUXILIARY. +# this can only be ABSTRACT. # We had lastModifiedTime as 'allows', but sd-04 has it as MUST. # We did not have multiMediaInformation neither on this class nor # on any of its derived classes. -objectclass ( 2.6.6.5.2.6.7 NAME 'nadfObject' SUP top AUXILIARY +objectclass ( 2.6.6.5.2.6.7 NAME 'nadfObject' SUP top ABSTRACT MUST lastModifiedTime MAY ( multiMediaInformation $ nadfSearchGuide $ supplementaryInformation ) ) -- 2.47.2