Author: thomas.heute(a)jboss.com
Date: 2010-05-04 05:13:42 -0400 (Tue, 04 May 2010)
New Revision: 2966
Modified:
portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml
Log:
GTNPORTAL-953: wrong definition of UserACL.access.control.workspace
Modified:
portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml
===================================================================
---
portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml 2010-05-04
08:58:05 UTC (rev 2965)
+++
portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml 2010-05-04
09:13:42 UTC (rev 2966)
@@ -12,7 +12,7 @@
component configuration in the file
<filename>02portal.war:/WEB-INF/conf/portal/portal-configuration.xml</filename>.
</para>
<para>
- It defines 5 permissions types:
+ It defines 8 permissions types:
</para>
<variablelist>
<varlistentry>
@@ -24,6 +24,22 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term>portal.administrator.groups</term>
+ <listitem>
+ <para>
+ Any member of those groups are considered administrators. Default value is
<literal>/platform/administrators</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>portal.administrator.mstype</term>
+ <listitem>
+ <para>
+ Any user with that membership type would be considered administrator or the
associated group. Default value is <literal>manager</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>portal.creator.groups</term>
<listitem>
<para>
@@ -49,16 +65,21 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>access.control.workspace</term>
+ <term>mandatory.groups</term>
<listitem>
<para>
- Defines the users that have access to the control workspace. In the demo version
the control workspace
- is accessible only to <emphasis>root</emphasis> and
<emphasis>john</emphasis>. They can expand/collapse
- the workspace at the left hand side. The format is
<literal>membership:/group/subgroup</literal> -
- an asterisk '*' gives permission to all memberships.
+ Groups that can't be deleted.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>mandatory.mstypes</term>
+ <listitem>
+ <para>
+ Membership types that can't be deleted.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
<programlisting role="XML"><component>