From 45eb21b1354b6925fc058f834f505a9699d1bbbe Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Wed, 10 Jun 2009 08:43:50 +0000
Subject: [PATCH] External Changelog - first step - related issues 495,  519

---
 opends/src/server/org/opends/server/util/ServerConstants.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index db00003..7230cb6 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -747,6 +747,12 @@
   public static final String OC_GROUP_OF_URLS_LC = "groupofurls";
 
 
+  /**
+   * The name of the objectclass that will be used as the structural class for
+   * monitor entries.
+   */
+  public static final String OC_CHANGELOG_ENTRY = "changeLogEntry";
+
 
   /**
    * The request OID for the cancel extended operation.
@@ -1961,6 +1967,13 @@
        "1.3.6.1.4.1.42.2.27.9.5.8";
 
 
+  /**
+   *  The OID for the entry change request control.
+   *  FIXME:ECL ask for OID_ECL_REQUEST_CONTROL
+   */
+  public static final String OID_ECL_COOKIE_EXCHANGE_CONTROL =
+    "1.3.6.1.4.1.26027.1.5.4";
+
 
   /**
    * The IANA-assigned OID for the feature allowing a user to request that all
@@ -2983,5 +2996,12 @@
    * The normalized false value.
    */
   public static final ByteString FALSE_VALUE = ByteString.valueOf("FALSE");
+
+  /**
+   * The root Dn for the external change log.
+   */
+  public static final String DN_EXTERNAL_CHANGELOG_ROOT = "cn=changelog";
+
+
 }
 

--
Gitblit v1.10.0