Author: objectiser
Date: 2009-11-16 12:47:05 -0500 (Mon, 16 Nov 2009)
New Revision: 266
Modified:
trunk/docs/docbook/userguide/src/main/module/admin.xml
Log:
Added description of how to configure users and roles in the default access control
mechanism for the BPM console.
Modified: trunk/docs/docbook/userguide/src/main/module/admin.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/admin.xml 2009-11-13 22:26:08 UTC (rev
265)
+++ trunk/docs/docbook/userguide/src/main/module/admin.xml 2009-11-16 17:47:05 UTC (rev
266)
@@ -53,7 +53,28 @@
<para>
The default username is <emphasis>admin</emphasis> with password
<emphasis>password</emphasis>.
- </para>
+ </para>
+
+ <para>
+ The Access Control mechanism used by the admin console is configured
+ in the
<filename>$deployFolder/bpel-console/bpel-identity.sar/META-INF/jboss-service.xml</filename>.
+ The JAAS login module is initially set to use a property file based
+ access mechanism, but can be replaced to use any appropriate alternative
+ implementation.
+ </para>
+
+ <para>
+ The users for the default mechanism are configured in the property file
+ <filename>$deployFolder/bpel-console/bpel-identity.sar/bpel-users.properties</filename>.
+ The entries in this file represent
<emphasis>username=password</emphasis>.
+ </para>
+
+ <para>
+ The user roles for the default mechanism are configured in the property file
+ <filename>$deployFolder/bpel-console/bpel-identity.sar/bpel-roles.properties</filename>.
+ The entries in this file represent <emphasis>username=role</emphasis>.
The
+ only role of interest currently is <emphasis>administrator</emphasis>.
+ </para>
</section>
<section>
Show replies by date