From 11c5b708d2668174a94512c0936dbcbc3cfeeca8 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 02 Nov 2007 16:04:31 +0000
Subject: [PATCH] Update the server root DSE to include the supportedLDAPVersion attribute.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 18 ++++++++++++++++++
1 files changed, 18 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 8a557d7..eb68b8f 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -468,6 +468,24 @@
/**
* The name of the standard attribute that is used to specify the names of the
+ * LDAP protocol versions supported by the server, formatted in camel case.
+ */
+ public static final String ATTR_SUPPORTED_LDAP_VERSION =
+ "supportedLDAPVersion";
+
+
+
+ /**
+ * The name of the standard attribute that is used to specify the names of the
+ * LDAP protocol versions supported by the server, formatted in all lowercase.
+ */
+ public static final String ATTR_SUPPORTED_LDAP_VERSION_LC =
+ "supportedldapversion";
+
+
+
+ /**
+ * The name of the standard attribute that is used to specify the names of the
* SASL mechanisms supported by the server, formatted in camel case.
*/
public static final String ATTR_SUPPORTED_SASL_MECHANISMS =
--
Gitblit v1.10.0