From 95df5cfdba474acb03076953e992b898fbb277a8 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 02 Feb 2009 23:37:54 +0000
Subject: [PATCH] Fix issue 3734 - Make network group policies extensible.
---
opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
index bcbe6d2..cbfd739 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
@@ -23,7 +23,7 @@
! CDDL HEADER END
!
!
- ! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Copyright 2007-2009 Sun Microsystems, Inc.
! -->
<adm:managed-object name="global" plural-name="globals"
package="org.opends.server.admin.std"
@@ -266,8 +266,8 @@
</adm:property>
<adm:property name="size-limit">
<adm:synopsis>
- Specifies the maximum number of entries that the Directory Server
- should return to the client durin a search operation.
+ Specifies the maximum number of entries that can be returned
+ to the client during a single search operation.
</adm:synopsis>
<adm:description>
A value of 0 indicates that no size limit is enforced. Note
@@ -291,8 +291,8 @@
</adm:property>
<adm:property name="time-limit">
<adm:synopsis>
- Specifies the maximum length of time that the Directory Server
- should spend processing a search operation.
+ Specifies the maximum length of time that should be spent processing
+ a single search operation.
</adm:synopsis>
<adm:description>
A value of 0 seconds indicates that no time limit is
--
Gitblit v1.10.0