[teiid-commits] teiid SVN: r1419 - trunk/build/kit-runtime/deploy.
teiid-commits at lists.jboss.org
teiid-commits at lists.jboss.org
Fri Sep 18 19:59:02 EDT 2009
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 at file"
-# role1 = groupA,groupB
-# role2 = groupB,groupC
+# role1 = groupA at domainA,groupB at domainB
+# role2 = groupB at domainB
# for group names check your membership provider configuration.
More information about the teiid-commits
mailing list