From 974a3ba348bab7b304d1b2d007ef14bc49e7dff7 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 14 Aug 2006 13:33:54 +0000
Subject: [PATCH] Make a few changes in the area of account status notifications:
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index 226ed2a..4da841b 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -124,6 +124,15 @@
/**
+ * The name of the configuration attribute that specifies the set of account
+ * status notification types that should trigger notifications.
+ */
+ public static final String ATTR_ACCT_NOTIFICATION_TYPE =
+ NAME_PREFIX_CFG + "account-status-notification-type";
+
+
+
+ /**
* The name of the configuration attribute that indicates whether to
* automatically add missing RDN attributes or to return an error response to
* the client.
--
Gitblit v1.10.0