From 5be072c20e46f0921bb00401ff26d0defb3e8991 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 05 Dec 2006 21:41:50 +0000
Subject: [PATCH] Update the base DN registration process to address a number of issues:
---
opends/src/server/org/opends/server/util/ServerConstants.java | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 4190996..34bf7c6 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -186,8 +186,8 @@
/**
* The name of the standard attribute that is used to specify the set of
- * naming contexts (suffixes) for the Directory Server, formatted in camel
- * case.
+ * public naming contexts (suffixes) for the Directory Server, formatted in
+ * camel case.
*/
public static final String ATTR_NAMING_CONTEXTS = "namingContexts";
@@ -195,14 +195,23 @@
/**
* The name of the standard attribute that is used to specify the set of
- * naming contexts (suffixes) for the Directory Server, formatted in all
- * lowercase.
+ * public naming contexts (suffixes) for the Directory Server, formatted in
+ * all lowercase.
*/
public static final String ATTR_NAMING_CONTEXTS_LC = "namingcontexts";
/**
+ * The name of the attribute used to hold the DNs that constitute the set of
+ * "private" naming contexts registered with the server.
+ */
+ public static final String ATTR_PRIVATE_NAMING_CONTEXTS =
+ "ds-private-naming-contexts";
+
+
+
+ /**
* The name of the standard attribute that is used to hold organization names,
* formatted in all lowercase.
*/
--
Gitblit v1.10.0