From e9ed6e05d3fb6f9d197bd717ef65109c3af3e0a6 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 02 Oct 2007 20:22:53 +0000
Subject: [PATCH] - [Issue 2406]  supportedControl in DSE does not display all the supported controls:   advertise Account Usable and GetEffectiveRights via supportedControl of RootDSE.   also fix criticality field recognition/process for GetEffectiveRights request control.

---
 opends/src/server/org/opends/server/core/DirectoryServer.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/DirectoryServer.java b/opends/src/server/org/opends/server/core/DirectoryServer.java
index 07e6df6..3b16af3 100644
--- a/opends/src/server/org/opends/server/core/DirectoryServer.java
+++ b/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -2793,6 +2793,7 @@
     supportedControls.add(OID_PASSWORD_POLICY_CONTROL);
     supportedControls.add(OID_REAL_ATTRS_ONLY);
     supportedControls.add(OID_VIRTUAL_ATTRS_ONLY);
+    supportedControls.add(OID_ACCOUNT_USABLE_CONTROL);
   }
 
 

--
Gitblit v1.10.0