From f87b1f70312df3e81cdef283089970e500c33a48 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) .
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index dcbb8ed..3a30ab5 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/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