Author: smumford
Date: 2010-12-09 20:32:36 -0500 (Thu, 09 Dec 2010)
New Revision: 5541
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
Log:
Minor edits to previous commit
Modified:
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml 2010-12-10
00:52:05 UTC (rev 5540)
+++
epp/docs/branches/EPP_5_1_Branch/Installation_Guide/en-US/ClusteringConfiguration.xml 2010-12-10
01:32:36 UTC (rev 5541)
@@ -25,7 +25,7 @@
<section
id="sect-Reference_Guide-Clustering_Configuration-Prerequisite">
<title>Prerequisites</title>
<para>The clustering services are available only in the
<literal>all</literal>
- and production server configurations. Additionally the following
prerequisites
+ and <literal>production</literal> server configurations.
Additionally the following prerequisites
should be met:
</para>
<itemizedlist>
@@ -52,7 +52,7 @@
<itemizedlist>
<listitem>
<para>
- to specify the location of the "value storage". This folder
mustn't be deleted as it contains data required for the portal to run. For more
details about "value storage" please refer to the JCR configuration in the
reference guide.
+ To specify the location of the "value storage". This folder
must not be deleted as it contains data required for the portal to run. For more details
about "value storage" please refer to the JCR configuration in the &PRODUCT;
Reference Guide available at <ulink type="http"
url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platf...
</para>
</listitem>
</itemizedlist>
@@ -64,7 +64,7 @@
<itemizedlist>
<listitem>
<para>
- to specify the location on a shared filesystem to store the JCR index.
If the directory is deleted, the JCR will recreate the indexes on next start of the
server. (This operation may take a very long time, depending on the size of the data
stored in the JCR).
+ To specify the location on a shared filesystem to store the JCR index.
If the directory is deleted, the JCR will recreate the indexes on next start of the
server. (This operation may take a very long time, depending on the size of the data
stored in the JCR).
</para>
</listitem>
</itemizedlist>
@@ -76,7 +76,7 @@
<itemizedlist>
<listitem>
<para>
- this must be changed to
org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter.
+ This must be changed to
<literal>org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter</literal>.
</para>
</listitem>
</itemizedlist>
@@ -88,7 +88,7 @@
<itemizedlist>
<listitem>
<para>
- this must be changed to cluster.
+ This must be changed to <literal>cluster</literal>.
</para>
</listitem>
</itemizedlist>
Modified:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml 2010-12-10
00:52:05 UTC (rev 5540)
+++
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml 2010-12-10
01:32:36 UTC (rev 5541)
@@ -17,9 +17,14 @@
The token service allows administrators to create, delete, retrieve and clean tokens
as required. The service also defines a validity period of any given token. The token
becomes invalid once this period expires.
</para>
<warning>
- <title>Username and passwords stored in clear</title>
- <para>The remember-me feature is using the token mechanism to be able to
authenticate the user on his behalf. To be able to authenticate, the token needs to store
the username and password in clear text in the JCR. The remember-me feature can simply be
disabled by removing the corresponding checkbox in:
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable>PROFILE</replaceable>/deploy/gatein.ear/02portal.war/login/jsp/login.jsp</filename>
and
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable>PROFILE</replaceable>/deploy/gatein.ear/02portal.war/groovy/portal/webui/UILoginForm.gtmpl</filename></para>
- </warning>
+ <title>Username and passwords stored in clear text</title>
+ <para>
+ The remember-me feature uses the token mechanism to be able to authenticate
returning users without requiring an explicit login. To be able to authenticate, the token
needs to store the username and password in clear text in the JCR.
+ </para>
+ <para>
+ The remember-me feature can be disabled by removing the corresponding
checkbox in:
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/deploy/gatein.ear/02portal.war/login/jsp/login.jsp</filename>
and
<filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable><PROFILE></replaceable>/deploy/gatein.ear/02portal.war/groovy/portal/webui/UILoginForm.gtmpl</filename>
+ </para>
+ </warning>
</section>