From 8a419538244959db7eb50f8a7e1dc785d6d8f7d4 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 17 Sep 2010 22:00:43 +0000 Subject: [PATCH] Fixing typo in schema : single quote character not allowed in description as described in RFC 4512 --- opendj-sdk/opends/resource/schema/00-core.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif index 1c485de..0ab7dc0 100644 --- a/opendj-sdk/opends/resource/schema/00-core.ldif +++ b/opendj-sdk/opends/resource/schema/00-core.ldif @@ -513,7 +513,7 @@ X-ORIGIN 'draft-ietf-boreham-numsubordinates' ) attributeTypes: ( 2.16.840.1.113730.3.1.35 NAME 'changelog' DESC 'the distinguished name of the entry which contains - the set of entries comprising this server's changelog' + the set of entries comprising this servers changelog' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation -- Gitblit v1.10.0