From 1be5d2dd05466fceb9f8fbb15e299ac766b55192 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.
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index 907244e..f7c635c 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/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