Author: sviluppatorefico
Date: 2009-05-11 08:52:57 -0400 (Mon, 11 May 2009)
New Revision: 13335
Modified:
branches/JBoss_Portal_Branch_2_7_AS5/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml
Log:
this option allows to specify the admin roles and admin users so an external client can
know them using RoleModule and UserModule api. See JBPORTAL-2283
Modified:
branches/JBoss_Portal_Branch_2_7_AS5/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7_AS5/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml 2009-05-11
12:51:16 UTC (rev 13334)
+++
branches/JBoss_Portal_Branch_2_7_AS5/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml 2009-05-11
12:52:57 UTC (rev 13335)
@@ -325,6 +325,21 @@
<name>defaultAdminRole</name>
<value>Admin</value>
</option>
+
+ <!-- this option allows to specify the admin users so
+ an external client can know them using UserModule api
+ <option>
+ <name>adminUsers</name>
+ <value>admin</value>
+ </option> -->
+
+ <!-- this option allows to specify the admin roles so
+ an external client can know them using RoleModule api
+ <option>
+ <name>adminRoles</name>
+ <value>Admin</value>
+ </option> -->
+
</option-group>
<option-group>
<group-name>userCreateAttibutes</group-name>