Author: aakanksha_writer
Date: 2013-01-26 13:34:09 -0500 (Sat, 26 Jan 2013)
New Revision: 9087
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml
Log:
Updated chapters
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-01-26 18:06:09
UTC (rev 9086)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-01-26 18:34:09
UTC (rev 9087)
@@ -7,6 +7,20 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>6.0.0-39</revnumber>
+ <date>Sat Jan 26 2013</date>
+ <author>
+ <firstname>Aakanksha</firstname>
+ <surname>Singh</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Updated chapters WSRP, added section Server
Integration</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>6.0.0-38</revnumber>
<date>Fri Jan 25 2013</date>
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml
===================================================================
---
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml 2013-01-26
18:06:09 UTC (rev 9086)
+++
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml 2013-01-26
18:34:09 UTC (rev 9087)
@@ -1,16 +1,14 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!-- This document was created with Syntext Serna Free. -->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
<chapter id="sect-Reference_Guide-Predefined_User_Configuration">
<title>Predefined User Configuration</title>
- <section
id="sect-Reference_Guide-Predefined_User_Configuration-Overview">
- <title>Overview</title>
- <para>
+ <para>
The initial Organization configuration should be specified by editing the content of
<filename><replaceable>JPP_DIST</replaceable>/gatein/gatein.ear/portal.war:/WEB-INF/conf/organization/organization-configuration.xml</filename>.
This file uses the portal XML configuration schema. It lists several configuration
plug-ins.
</para>
- </section>
<section
id="sect-Reference_Guide-Predefined_User_Configuration-Plugin_for_adding_users_groups_and_membership_types">
<title>Plug-in for adding users, groups and membership types</title>
<para>
@@ -33,7 +31,7 @@
</para>
<note>
<para>
- See
<literal><replaceable>JPP_HOME</replaceable>/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/organization-configuration.xml</literal>
for the full content.
+ See <literal>organization-configuration.xml</literal> for the full
content.
</para>
</note>
<programlisting language="XML" role="XML"><xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../extras/Authentication_Identity_PredefinedUserConfiguration/default98.xml"
parse="text"/></programlisting>
@@ -43,11 +41,6 @@
<para>
The predefined groups are specified in the <emphasis
role="bold">group</emphasis> field of the <emphasis
role="bold">OrganizationConfig</emphasis> plug-in parameter.
</para>
- <note>
- <para>
- See
<literal>JPP_HOME/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/organization-configuration.xml</literal>
for the full content.
- </para>
- </note>
<programlisting language="XML" role="XML"><xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../extras/Authentication_Identity_PredefinedUserConfiguration/default99.xml"
parse="text"/></programlisting>
</section>
<section
id="sect-Reference_Guide-Predefined_User_Configuration-Users">
@@ -55,15 +48,10 @@
<para>
The predefined users are specified in the <emphasis
role="bold">user</emphasis> field of the <emphasis
role="bold">OrganizationConfig</emphasis> plug-in parameter.
</para>
- <note>
- <para>
- See
<literal><replaceable>JPP_HOME</replaceable>/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/organization-configuration.xml</literal>
for the full content.
- </para>
- </note>
<programlisting language="XML" role="XML"><xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../extras/Authentication_Identity_PredefinedUserConfiguration/default100.xml"
parse="text"/></programlisting>
</section>
<section
id="sect-Reference_Guide-Predefined_User_Configuration-Plugin_for_managing_user_creation">
- <title>Plug-in for managing user creation</title>
+ <title>Plug-in for monitoring user creation</title>
<para>
The plug-in type
<literal>org.exoplatform.services.organization.impl.NewUserEventListener</literal>
specifies which groups all newly created users should become members of.
</para>
@@ -71,7 +59,6 @@
It specifies the group memberships and the membership types to use (while a
<emphasis>group</emphasis> is just a set of users, a membership
<emphasis>type</emphasis> represents a user's role within a group).
It also specifies a list of users that should not be processed (such as administrative
users like '<literal>root</literal>').
</para>
<note>
- <title>Terminology</title>
<para>
The terms '<emphasis
role="bold">membership</emphasis>' and '<emphasis
role="bold">membership type</emphasis>' refer to the same
thing, and are used interchangeably.
</para>