From 00786b8f6e90c1a848c9c09d8b82e73a56042a0a Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 19 Jul 2007 14:54:30 +0000
Subject: [PATCH] Fix issues 1943 (unable to create je-index), 1996 (exception when creating components with empty names), and 1998 (exception when creating components with blank names).

---
 opends/resource/admin/admin-ldap.xsd |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/resource/admin/admin-ldap.xsd b/opends/resource/admin/admin-ldap.xsd
index 59e4264..4ebf60d 100644
--- a/opends/resource/admin/admin-ldap.xsd
+++ b/opends/resource/admin/admin-ldap.xsd
@@ -97,7 +97,9 @@
       <xsd:documentation>
         Defines which LDAP attribute should be used to name child
         managed objects referenced by a relation. When not specified,
-        "cn" is used by default.
+        "cn" is used by default. When the relation uses a naming
+        property this element is not required, instead the LDAP
+        attribute associated with the naming property will be used.
       </xsd:documentation>
     </xsd:annotation>
   </xsd:element>

--
Gitblit v1.10.0