From 6de04cee6bf226bb7df278099d5a8c8f4a4220f7 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 11 Aug 2006 22:55:39 +0000
Subject: [PATCH] Create a new error log category for messages related to the Directory Server password policy.
---
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 907244e..f7c635c 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -817,6 +817,14 @@
/**
+ * The English name for the error log category used for password policy
+ * processing.
+ */
+ public static final String ERROR_CATEGORY_PASSWORD_POLICY = "PW_POLICY";
+
+
+
+ /**
* The English name for the error log category used for plugin processing.
*/
public static final String ERROR_CATEGORY_PLUGIN = "PLUGIN";
--
Gitblit v1.10.0