From 1734229125e7bad5f85dfe11d076eeda206236a9 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Mon, 18 Oct 2010 19:41:47 +0000
Subject: [PATCH] Update from OpenDS sdk by Bo Li: Added unmodifiable and copyOf request factories. Added authrate performance utility.

---
 sdk/src/com/sun/opends/sdk/messages/messages.properties |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/sdk/src/com/sun/opends/sdk/messages/messages.properties b/sdk/src/com/sun/opends/sdk/messages/messages.properties
index 6b0a3a1..1c85685 100755
--- a/sdk/src/com/sun/opends/sdk/messages/messages.properties
+++ b/sdk/src/com/sun/opends/sdk/messages/messages.properties
@@ -1,3 +1,4 @@
+#
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
@@ -20,7 +21,9 @@
 #
 # CDDL HEADER END
 #
-#      Copyright 2009 Sun Microsystems, Inc.
+#
+#      Copyright 2010 Sun Microsystems, Inc.
+#
 
 
 
@@ -5852,5 +5855,16 @@
   modify throughput and response time of a directory service using \
   user-defined modifications
 INFO_MODRATE_TOOL_DESCRIPTION_TARGETDN=Target entry DN format string
+INFO_AUTHRATE_TOOL_DESCRIPTION=This utility can be used to measure \
+  bind throughput and response time of a directory service using \
+  user-defined bind or search-then-bind operations. Format strings may be \
+  used in the bind DN option as well as the authid and authzid SASL bind \
+  options. A search operation may be used to retrieve the bind DN by \
+  specifying the base DN and a filter. The retrieved entry DN will be appended \
+  as the last argument in the argument list when evaluating format strings. \
+  For example, to measure simple bind performance using the retrieved user \
+  DN as the bind DN: authrate -D '%2$s' -p password -b "dc=example,dc=com" \
+  -g 'rand(0,10000)' '(user=user.%1$d)'
+
 
 

--
Gitblit v1.10.0