Author: rareddy
Date: 2009-09-18 19:59:02 -0400 (Fri, 18 Sep 2009)
New Revision: 1419
Modified:
trunk/build/kit-runtime/deploy/admin-roles.properties
Log:
TEIID-840: Making instructions to remind the user to use the the domain name with the
group name to fully qualify when mentioning them for roles
Modified: trunk/build/kit-runtime/deploy/admin-roles.properties
===================================================================
--- trunk/build/kit-runtime/deploy/admin-roles.properties 2009-09-18 23:58:47 UTC (rev
1418)
+++ trunk/build/kit-runtime/deploy/admin-roles.properties 2009-09-18 23:59:02 UTC (rev
1419)
@@ -1,10 +1,11 @@
# This file defines admin role grants for each user "group" in the system.
# based on the this permission the user will be able to call the admin
# function calls into the system. The following format needs to be used
-# define the permissions
+# define the permissions. Make sure the group names are fully qualified
+# with their membership domain names like "group@file"
-# role1 = groupA,groupB
-# role2 = groupB,groupC
+# role1 = groupA@domainA,groupB@domainB
+# role2 = groupB@domainB
# for group names check your membership provider configuration.