From abf2b98003c52deb2319cfd64a6e280531e84324 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:
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 226ed2a..4da841b 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/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