From c36a6780c20f526df1bc6e1a3a3b71dfa8b9ec3d Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 28 Feb 2007 14:06:57 +0000
Subject: [PATCH] This set of changes allow to have the schema synchronization working by configuring synchronization for suffix cn=schema (issue 613) .
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index dcbb8ed..3a30ab5 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -1217,7 +1217,11 @@
*/
public static final String ATTR_MATCHING_RULE_USE_LC = "matchingruleuse";
-
+ /**
+ * The name of the attribute that holds the sycnhronization state,
+ * formatted in lowercase.
+ */
+ public static final String ATTR_SYNCHRONIZATION_STATE_LC = "ds-sync-state";
/**
* The default maximum request size that should be used if none is specified
--
Gitblit v1.10.0