After searching the net, this is my "last resort" ;-)
I have a JaserServer set up with users that are mapped to the ROLE_USER. The problem I have is that these users may do all sorts of things.
My set up: Virtualbox Windows XP SP3 with JasperServer 4.1 installed on it.
They need to be able to do all of things that you can do if you are logged on as an admin user and you right click on a folder and select Add Resource.
I can't find a page where you can alter the default folder permissions for certain roles. I already looked on the WEB-INF folder, but couldn't make out what to change and what to leave alone...
Any help is welcome!
Thanks all!
You will want to edit the file WEB-INF/actionModel-search.xml. Each menu item is represented by an <option />
tag and they are wrapped in <condition>
tags to determine if you can see them or not. If the condition tag's test attribute is checkAuthenticationRoles, then the value of the testArgs attribute will determine what roles can see those options. If you want more than one role, separate them with commas.