From 9e60d94b177fa832b69b3b2f894afab39778641d Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 30 Jul 2007 05:43:54 +0000
Subject: [PATCH] Provide valid OIDs for the ds-cfg-ssl-protocol and ds-cfg-ssl-cipher-suite configuration attributes and define them in the server schema, and make the names singular instead of plural.  Also, update some of the configuration definitions to align the OIDs used in them with the OIDs used in the server schema.

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml
index 05ea2ab..8070d21 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml
@@ -107,7 +107,7 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.457</ldap:oid>
+        <ldap:oid>1.3.6.1.4.1.26027.1.1.459</ldap:oid>
         <ldap:name>ds-cfg-enabled-alert-type</ldap:name>
       </ldap:attribute>
     </adm:profile>
@@ -136,7 +136,7 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.458</ldap:oid>
+        <ldap:oid>1.3.6.1.4.1.26027.1.1.460</ldap:oid>
         <ldap:name>ds-cfg-disabled-alert-type</ldap:name>
       </ldap:attribute>
     </adm:profile>

--
Gitblit v1.10.0