From d34bf5be3b9fb0cfe6291f35d71bdef728d7120c Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Mon, 23 May 2011 14:24:46 +0000 Subject: [PATCH] Partial fix for OPENDJ-39: Consider rebranding OpenDS -> OpenDJ in 3.0 tree --- opendj3/opendj-client-tools/src/main/assembly/bin/authrate | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/opendj-client-tools/src/main/assembly/bin/authrate b/opendj3/opendj-client-tools/src/main/assembly/bin/authrate index a21440f..6695ad0 100644 --- a/opendj3/opendj-client-tools/src/main/assembly/bin/authrate +++ b/opendj3/opendj-client-tools/src/main/assembly/bin/authrate @@ -27,7 +27,7 @@ # This script may be used to measure auth performance. -OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.AuthRate" +OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.AuthRate" export OPENDS_INVOKE_CLASS SCRIPT_NAME="authrate" -- Gitblit v1.10.0