From 45279a613c8778f9f4465d754f3ee9c1dfe38b74 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 --- opends/resource/schema/00-core.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/schema/00-core.ldif b/opends/resource/schema/00-core.ldif index 1c485de..0ab7dc0 100644 --- a/opends/resource/schema/00-core.ldif +++ b/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