From 5853ddf21a6443ef72fe18c0350722ebf9a1cd63 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 19 May 2011 16:41:29 +0000
Subject: [PATCH] Fix OPENDJ-68: Document potential SSL crypto hardware acceleration issues on Niagara machines such as T2000. Fixing for version 3 first.

---
 opendj3/opendj-docs/src/docbkx/release-notes/chap-issues.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/opendj3/opendj-docs/src/docbkx/release-notes/chap-issues.xml b/opendj3/opendj-docs/src/docbkx/release-notes/chap-issues.xml
index 9cc1227..b38f430 100644
--- a/opendj3/opendj-docs/src/docbkx/release-notes/chap-issues.xml
+++ b/opendj3/opendj-docs/src/docbkx/release-notes/chap-issues.xml
@@ -73,8 +73,9 @@
     focused only on topologies of up to eight replication servers.</para>
    </listitem>
    <listitem>
-    <para>On T2000 systems, hardware SSL crypto acceleration is slower than
-    software. To work around this issue take the following actions.</para>
+    <para>On Niagara systems such as T2000, hardware SSL crypto acceleration runs
+    more slowly than software crypto acceleration. To work around this issue take
+    the following actions.</para>
    <orderedlist>
     <listitem>
      <para>Add more request handlers to LDAP (for TLS) and LDAPS (for SSL)
@@ -82,7 +83,8 @@
     </listitem>
     <listitem>
      <para>Disable hardware acceleration for server's JVM by removing the
-     SunPKCS11 security provider from jre/lib/security/java.security.</para>
+     SunPKCS11 security provider from
+     <filename>jre/lib/security/java.security</filename>.</para>
     </listitem>
    </orderedlist>
    </listitem>

--
Gitblit v1.10.0