From 85ba0a0b7c41216411fe99c1e714415e53fa5629 Mon Sep 17 00:00:00 2001
From: Nemanja Lukic <nemanja.lukic@forgerock.com>
Date: Thu, 24 Nov 2011 14:35:30 +0000
Subject: [PATCH] Patch for OPENDJ-221

---
 opends/src/admin/messages/ReferentialIntegrityPluginCfgDefn.properties |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/ReferentialIntegrityPluginCfgDefn.properties b/opends/src/admin/messages/ReferentialIntegrityPluginCfgDefn.properties
index 9410d3a..274baa6 100644
--- a/opends/src/admin/messages/ReferentialIntegrityPluginCfgDefn.properties
+++ b/opends/src/admin/messages/ReferentialIntegrityPluginCfgDefn.properties
@@ -6,6 +6,15 @@
 property.attribute-type.description=At least one attribute type must be specified, and the syntax of any attributes must be either a distinguished name (1.3.6.1.4.1.1466.115.121.1.12) or name and optional UID (1.3.6.1.4.1.1466.115.121.1.34).
 property.base-dn.synopsis=Specifies the base DN that limits the scope within which referential integrity is maintained.
 property.base-dn.default-behavior.alias.synopsis=Referential integrity is maintained in all public naming contexts.
+property.check-references.synopsis=Specifies whether or not reference attributes must refer to existing entries.
+property.check-references.description=When this property is set to true, this plugin will ensure that any new references added as part of an add or modify operation point to existing entries, and that the referenced entries match the filter criteria for the referencing attribute, if specified.
+property.check-references-filter-criteria.synopsis=Specifies additional filter criteria which will be enforced when checking references.
+property.check-references-filter-criteria.description=If a reference attribute has filter criteria defined then this plugin will ensure that any new references added as part of an add or modify operation refer to an existing entry which matches the specified filter.
+property.check-references-filter-criteria.syntax.string.pattern.synopsis=An attribute-filter mapping.
+property.check-references-scope-criteria.synopsis=Specifies whether or not referenced entries must reside within the same naming context as the entry containing the reference.
+property.check-references-scope-criteria.description=The reference scope will only be enforced when reference checking is enabled.
+property.check-references-scope-criteria.syntax.enumeration.value.global.synopsis=References may refer to existing entries located anywhere in the Directory.
+property.check-references-scope-criteria.syntax.enumeration.value.naming-context.synopsis=References must refer to existing entries located within the same naming context.
 property.enabled.synopsis=Indicates whether the plug-in is enabled for use.
 property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
 property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.

--
Gitblit v1.10.0