From 42b106cba1346dcb91f026501eea46a9051aac3e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 29 Oct 2012 10:55:36 +0000
Subject: [PATCH] Additional fix for OPENDJ-630: Bad schema definitions in initial collective attributes example. As Ludo pointed out, multiple attributes in MAY section must be within parentheses.

---
 opendj3/src/site/resources/Example.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3/src/site/resources/Example.ldif b/opendj3/src/site/resources/Example.ldif
index 36704db..f96dac1 100644
--- a/opendj3/src/site/resources/Example.ldif
+++ b/opendj3/src/site/resources/Example.ldif
@@ -49,7 +49,7 @@
 #-
 #add: objectClasses
 #objectClasses: ( example-class-of-service-object-class NAME 'cos' SUP top AUX
-# ILIARY MAY classOfService $ diskQuota $ mailQuota X-ORIGIN 'OpenDJ Doc
+# ILIARY MAY ( classOfService $ diskQuota $ mailQuota ) X-ORIGIN 'OpenDJ Doc
 # umentation Examples' )
 #
 

--
Gitblit v1.10.0