]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix OC usage
authorKurt Zeilenga <kurt@openldap.org>
Sat, 3 Feb 2001 04:46:42 +0000 (04:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 3 Feb 2001 04:46:42 +0000 (04:46 +0000)
servers/slapd/schema/nadf.schema

index a5b8f20689463d1347e3c05087d8293f5c8b8acf..a93c29d5f25cdc0189559bc5a8fc70d165f4e4ca 100644 (file)
@@ -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 ) )