From 2f8d8f79932fc7ace3098a3a32fc71a6bee5c134 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Sun, 26 Aug 2007 21:01:03 +0000
Subject: [PATCH] Change behavior of ds-cfg-unique-attribute-type attribute so that it is required (mandatory).
---
opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
index 58c453c..82cf5ec 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
@@ -57,7 +57,7 @@
</adm:default-behavior>
</adm:property-override>
- <adm:property name="unique-attribute-type" mandatory="false"
+ <adm:property name="unique-attribute-type" mandatory="true"
multi-valued="true">
<adm:synopsis>
Specifies the attribute type to check for value uniqueness.
@@ -72,12 +72,12 @@
<adm:default-behavior>
<adm:alias>
<adm:synopsis>
- The plugin will bypass unique attribute checking.
+ The plugin will not start if at least one of these is not defined.
</adm:synopsis>
</adm:alias>
</adm:default-behavior>
<adm:syntax>
- <adm:string />
+ <adm:attribute-type />
</adm:syntax>
<adm:profile name="ldap">
<ldap:attribute>
--
Gitblit v1.10.0