From 3ac40eff5844eec893c7274af6e1b98a75ace513 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 27 Jul 2009 12:15:17 +0000
Subject: [PATCH] Fix types (see issue #4146 and #4147)
---
opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
index 4a3cc6d..f823027 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
@@ -187,7 +187,7 @@
Specifies the type of security level : NoAuthNoPriv : No security
mechanisms activated, AuthNoPriv : Authentication activated with no
privacy, AuthPriv : Authentication with privacy activated.
- This property id required for SNMP V3 security configuration.
+ This property is required for SNMP V3 security configuration.
</adm:synopsis>
<adm:requires-admin-action>
<adm:component-restart />
@@ -225,7 +225,7 @@
<!-- Trap Community -->
<adm:property name="traps-community" >
<adm:synopsis>
- Specifies the community string that must be include in the traps
+ 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>
--
Gitblit v1.10.0