From b48bb7769060ceaaf96c1f6a5c4a29c965afd3d6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 24 May 2011 13:52:12 +0000
Subject: [PATCH] Fix OPENDJ-85: authrate --help example is broken for default data

---
 opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
index 100da06..f36fe34 100755
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
@@ -5836,10 +5836,7 @@
   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)'
+  as the last argument in the argument list when evaluating format strings.
 
 
 

--
Gitblit v1.10.0