From 13f011fef45fef3f25af8f3a158983f36115ba45 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Fri, 05 Nov 2010 09:57:49 +0000 Subject: [PATCH] Fix OPENDJ-8: Some objectclasses are incorrectly considered structural. The definition was not compliant with RFC 4512 syntax and the kind was ignored, defaulting to STRUCTURAL. --- opends/resource/schema/03-rfc2926.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/schema/03-rfc2926.ldif b/opends/resource/schema/03-rfc2926.ldif index 43082dd..d0eac4e 100644 --- a/opends/resource/schema/03-rfc2926.ldif +++ b/opends/resource/schema/03-rfc2926.ldif @@ -63,7 +63,7 @@ DESC 'The authenticator for the attribute list, null if none.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' ) objectClasses: ( 1.3.6.1.4.1.6252.2.27.6.2.1 NAME 'slpService' - DESC 'parent superclass for SLP services' ABSTRACT SUP top + DESC 'parent superclass for SLP services' SUP top ABSTRACT MUST ( template-major-version-number $ template-minor-version-number $ description $ template-url-syntax $ service-advert-service-type $ service-advert-scopes ) MAY ( service-advert-url-authenticator $ -- Gitblit v1.10.0