From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.

---
 opends/src/admin/messages/SNMPConnectionHandlerCfgDefn.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/messages/SNMPConnectionHandlerCfgDefn.properties b/opends/src/admin/messages/SNMPConnectionHandlerCfgDefn.properties
index 4aba3c9..13c502d 100644
--- a/opends/src/admin/messages/SNMPConnectionHandlerCfgDefn.properties
+++ b/opends/src/admin/messages/SNMPConnectionHandlerCfgDefn.properties
@@ -20,7 +20,7 @@
 property.listen-port.synopsis=Specifies the port number on which the SNMP Connection Handler will listen for connections from clients.
 property.listen-port.description=Only a single port number may be provided.
 property.opendmk-jarfile.synopsis=Indicates the OpenDMK runtime jar file location
-property.registered-mbean.synopsis=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.
+property.registered-mbean.synopsis=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.
 property.security-agent-file.synopsis=Specifies the USM security configuration to receive authenticated only SNMP requests.
 property.security-level.synopsis=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.
 property.security-level.syntax.enumeration.value.authnopriv.synopsis=Authentication activated with no privacy.

--
Gitblit v1.10.0