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/resource/schema/02-config.ldif |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 03b608a..1567cc6 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -967,6 +967,9 @@
   NAME 'ds-cfg-account-status-notification-handler-enabled'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.283
+  NAME 'ds-cfg-account-status-notification-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler' SUP top STRUCTURAL
   MUST ( cn $ ds-cfg-acl-handler-class $ ds-cfg-acl-handler-enabled )
@@ -1322,7 +1325,13 @@
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.75
   NAME 'ds-cfg-account-status-notification-handler' SUP top STRUCTURAL
-  MUST ( ds-cfg-account-status-notification-handler-class $
+  MUST ( cn $ ds-cfg-account-status-notification-handler-class $
   ds-cfg-account-status-notification-handler-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.76
+  NAME 'ds-cfg-error-log-account-status-notification-handler'
+  SUP ds-cfg-account-status-notification-handler STRUCTURAL
+  MUST ds-cfg-account-status-notification-type
+  X-ORIGIN 'OpenDS Directory Server' )
+
 

--
Gitblit v1.10.0