From 4e2366ebec6d1c05a9c22e7d01e010ee4dea45fc Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Wed, 06 Jun 2007 21:49:10 +0000
Subject: [PATCH] Put server into lockdown mode if ACI parsing fails during server startup or backend initialization. Issue #1750.

---
 opends/src/server/org/opends/server/util/ServerConstants.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 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 74178c8..c61045d 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -1557,6 +1557,30 @@
 
 
   /**
+   * The description for the alert type that will be used for the alert
+   * notification generated if the dseecompat access control subsystem failed
+   * to parse one or more ACI rules when the server is first started or a
+   * backend is being initialized.
+   */
+  public static final String ALERT_DESCRIPTION_ACCESS_CONTROL_PARSE_FAILED =
+          "This alert type will be used to notify administrators if the  " +
+             "dseecompat access control subsystem failed to correctly parse " +
+             "one or more ACI rules when the server is first started.";
+
+
+
+  /**
+   * The alert type string that will be used for the alert notification
+   * generated if the dseecompat access control subsystem failed to parse
+   * one or more ACI rules when the server is first started or a backend
+   * is being initialized.
+   */
+  public static final String ALERT_TYPE_ACCESS_CONTROL_PARSE_FAILED =
+          "org.opends.server.authentiation.dseecompat.ACIParseFailed";
+
+
+
+  /**
    * The name of the default password storage scheme that will be used for new
    * passwords.
    */

--
Gitblit v1.10.0