From 160f2cacf471475fbfce7d9ec0573a224adf1a4c Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 08 Dec 2006 00:12:35 +0000
Subject: [PATCH] Add a new ds-monitor-entry objectclass to all monitor entries so that they include a structural objectclass.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 8 ++++++++
1 files changed, 8 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 34bf7c6..3cb85e8 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -536,6 +536,14 @@
/**
+ * The name of the objectclass that will be used as the structural class for
+ * monitor entries.
+ */
+ public static final String OC_MONITOR_ENTRY = "ds-monitor-entry";
+
+
+
+ /**
* The name of the standard objectclass, formatted in all lowercase, that is
* used to indicate that an entry describes an organization.
*/
--
Gitblit v1.10.0