From 02794428f2787b603f758d25512c6a669a19624a Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Wed, 30 Apr 2008 16:04:54 +0000
Subject: [PATCH]
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 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 19d11d3..85e0423 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
@@ -103,13 +103,12 @@
<adm:synopsis>
Specifies the hosts of the managers to be granted the access rights.
This property is required for SNMP v1 and v2 security configuration.
+ An asterik (*) opens access to all managers.
</adm:synopsis>
<adm:default-behavior>
- <adm:alias>
- <adm:synopsis>
- An empty list opens access to all managers.
- </adm:synopsis>
- </adm:alias>
+ <adm:defined>
+ <adm:value>*</adm:value>
+ </adm:defined>
</adm:default-behavior>
<adm:syntax>
<adm:string />
@@ -125,13 +124,12 @@
<adm:synopsis>
Specifies the users to be granted the access rights. This property
is required for SNMP v3 security configuration.
+ An asterik (*) opens access to all users.
</adm:synopsis>
<adm:default-behavior>
- <adm:alias>
- <adm:synopsis>
- An asterik (*) opens access to all users.
- </adm:synopsis>
- </adm:alias>
+ <adm:defined>
+ <adm:value>*</adm:value>
+ </adm:defined>
</adm:default-behavior>
<adm:syntax>
<adm:string />
--
Gitblit v1.10.0