From 555309d7a9194718ed62f5d1ef492b53bde0a236 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 15:34:00 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. This time we cleanup messages, and localized messages.
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
index 335147a..4783b75 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
@@ -28,7 +28,7 @@
! -->
<adm:managed-object name="snmp-connection-handler"
plural-name="snmp-connection-handlers"
- package="org.opends.server.admin.std"
+ package="org.opends.server.admin.std"
extends="connection-handler"
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap" >
@@ -39,12 +39,12 @@
described by the MIB 2605. Supported protocol are SNMP V1, V2c and V3.
</adm:synopsis>
<adm:description>
- The SNMP connection handler will process SNMP requests sent by SNMP
+ The SNMP connection handler will process SNMP requests sent by SNMP
Managers to retrieve information described the MIB 2605. To enable
the SNMP Connection Handler, the ds-cfg-opendmk-jarfile parameter
has to be set to the OpenDMK jar files location.
</adm:description>
-
+
<!-- Connection Handler ldap profile -->
<adm:profile name="ldap">
<ldap:object-class>
@@ -113,7 +113,7 @@
<!-- SNMP Community or Context Name -->
<adm:property name="community">
<adm:synopsis>
- Specifies the v1,v2 community or the v3 context name allowed to
+ Specifies the v1,v2 community or the v3 context name allowed to
access the MIB 2605 monitoring information or the USM MIB. The
mapping between "community" and "context name" is set.
</adm:synopsis>
@@ -122,7 +122,7 @@
</adm:requires-admin-action>
<adm:default-behavior>
<adm:defined>
- <adm:value>OpenDS</adm:value>
+ <adm:value>OpenDJ</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
@@ -137,9 +137,9 @@
<!-- SNMP V1/V2 Allowed managers -->
<adm:property name="allowed-manager" multi-valued="true">
<adm:synopsis>
- Specifies the hosts of the managers to be granted the access rights.
+ Specifies the hosts of the managers to be granted the access rights.
This property is required for SNMP v1 and v2 security configuration.
- An asterisk (*) opens access to all managers.
+ An asterisk (*) opens access to all managers.
</adm:synopsis>
<adm:requires-admin-action>
<adm:component-restart />
@@ -163,7 +163,7 @@
<adm:synopsis>
Specifies the users to be granted the access rights. This property
is required for SNMP v3 security configuration.
- An asterisk (*) opens access to all users.
+ An asterisk (*) opens access to all users.
</adm:synopsis>
<adm:requires-admin-action>
<adm:component-restart />
@@ -185,9 +185,9 @@
<!-- SNMP V3 Security level -->
<adm:property name="security-level">
<adm:synopsis>
- Specifies the type of security level : NoAuthNoPriv : No security
- mechanisms activated, AuthNoPriv : Authentication activated with no
- privacy, AuthPriv : Authentication with privacy activated.
+ Specifies the type of security level : NoAuthNoPriv : No security
+ mechanisms activated, AuthNoPriv : Authentication activated with no
+ privacy, AuthPriv : Authentication with privacy activated.
This property is required for SNMP V3 security configuration.
</adm:synopsis>
<adm:requires-admin-action>
@@ -226,8 +226,8 @@
<!-- Trap Community -->
<adm:property name="traps-community" >
<adm:synopsis>
- Specifies the community string that must be included in the traps
- sent to define managers (trap-destinations).
+ Specifies the community string that must be included in the traps
+ sent to define managers (trap-destinations).
This property is used in the context of SNMP v1, v2 and v3.
</adm:synopsis>
<adm:requires-admin-action>
@@ -235,7 +235,7 @@
</adm:requires-admin-action>
<adm:default-behavior>
<adm:defined>
- <adm:value>OpenDS</adm:value>
+ <adm:value>OpenDJ</adm:value>
</adm:defined>
</adm:default-behavior>
<adm:syntax>
@@ -250,11 +250,11 @@
<!-- Traps destinations -->
<adm:property name="traps-destination" multi-valued="true">
<adm:synopsis>
- Specifies the hosts to which V1 traps will be sent. V1 Traps are
+ Specifies the hosts to which V1 traps will be sent. V1 Traps are
sent to every host listed.
</adm:synopsis>
<adm:description>
- If this list is empty, V1 traps are sent to "localhost".
+ If this list is empty, V1 traps are sent to "localhost".
Each host in the list must be identifed by its name or complete IP Addess.
</adm:description>
<adm:requires-admin-action>
@@ -304,7 +304,7 @@
<!-- SNMP Registration or not -->
<adm:property name="registered-mbean">
<adm:synopsis>
- Indicates whether the SNMP objects have to be registered in the
+ Indicates whether the SNMP objects have to be registered in the
directory server MBeanServer or not allowing to access SNMP Objects
with RMI connector if enabled.
</adm:synopsis>
@@ -325,7 +325,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
-
+
<adm:property name="opendmk-jarfile">
<adm:synopsis>
Indicates the OpenDMK runtime jar file location
--
Gitblit v1.10.0