From 0acc4fd035de7ea6715bd9ec33553740cdb50534 Mon Sep 17 00:00:00 2001
From: floblanc <floblanc@localhost>
Date: Wed, 12 Nov 2008 16:28:08 +0000
Subject: [PATCH] Fix Issue 3585 Network Group Resource Limit: should be able to define resource limits with no size/time limit The network group time/size limits now have no default value.
---
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupResourceLimitsConfiguration.xml | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupResourceLimitsConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupResourceLimitsConfiguration.xml
index c31e2e9..cd502cd 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupResourceLimitsConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupResourceLimitsConfiguration.xml
@@ -149,9 +149,11 @@
per-user basis.
</adm:description>
<adm:default-behavior>
- <adm:defined>
- <adm:value>1000</adm:value>
- </adm:defined>
+ <adm:alias>
+ <adm:synopsis>
+ Use the global default size limit.
+ </adm:synopsis>
+ </adm:alias>
</adm:default-behavior>
<adm:syntax>
<adm:integer lower-limit="0"/>
@@ -174,9 +176,11 @@
on a per-user basis.
</adm:description>
<adm:default-behavior>
- <adm:defined>
- <adm:value>60 seconds</adm:value>
- </adm:defined>
+ <adm:alias>
+ <adm:synopsis>
+ Use the global default time limit.
+ </adm:synopsis>
+ </adm:alias>
</adm:default-behavior>
<adm:syntax>
<adm:duration base-unit="s" lower-limit="0" />
@@ -301,4 +305,4 @@
</adm:profile>
</adm:property>
-</adm:managed-object>
\ No newline at end of file
+</adm:managed-object>
--
Gitblit v1.10.0