Update of /cvsroot/cobricks/cobricks2/web/user
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22820/user
Modified Files:
role-editperm2.html
Log Message:
Index: role-editperm2.html
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/web/user/role-editperm2.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- role-editperm2.html 11 Feb 2004 14:36:28 -0000 1.1
+++ role-editperm2.html 3 Jan 2006 09:37:39 -0000 1.2
@@ -63,7 +63,15 @@
#foreach( $i in $userManager.getAccessControl().getAccessHandler($permdomain).getDomainActionAttributes($permaction) )
<option value="$i">$i
#end
-</select> <input name="permavalue5" size="30"><br>
+</select> <input name="permavalue5" size="30"><p>
+
+The attribute names provided for restricting the permission are a
+subset of the attributes defined in the basic ontology for the
+domain. The subset is specified in the AccessHandler component for the
+given domain.
+<p>
+Values can either be string or integer values. Additionally, you can
+use the keywords "ownuserid", "ownuserlogin" and "ownuserclass".
<p>
<input type="submit" value="Add Permission"/>
|