Hi Harish If you add the permission (including parenthesis) to the user it will not show up but it should still have effect.
I hope Danny fixes that in the user manager otherwise I'll do it tomorrow. Cheers, Reto On Tue, Apr 9, 2013 at 11:28 PM, harish suvarna <[email protected]> wrote: > Reto, > I need a user who can read/write (the temp file creation) for an > enhancement engine. The permissions part is confusing. What string exactly > I hsould type in the text box for add permission? > > I pasted (java.security.AllPermission "" "") (including parenthesis). It > still says basepermissionsrole. > I tried > > (java.security.AllPermission "username" "readwrite") > It still says basepermissionrole. > > > > > On Thu, Apr 4, 2013 at 11:19 PM, Reto Bachmann-Gmür <[email protected]> > wrote: > > > Hi Harish > > > > To give a user admin permission you would assign him all permission, i.e. > > enter > > > > (java.security.AllPermission "" "") > > > > In the permission text field. You can also create a role and assign this > > permission to that role. Because of a current bug the permission will not > > show up if you assign it to the user but nevertheless it works. > > > > Cheers, > > Reto > > > > On Fri, Apr 5, 2013 at 4:45 AM, harish suvarna <[email protected]> > wrote: > > > > > Hi, > > > I am running into the problems of enhancement engine creating temp > files > > on > > > the file system. For now, I need to create a user with admin > permissions. > > > In the userManagement panel, I do create a new user. But How do I give > > > admin permissions so that temp file creation works? All I need is a > user > > > who could create temp files on the system (i.e. when user posts to > > > enhancement engine, the engine creates temp files). > > > > > > I am not sure whether dbpedia-spotlight creates temp files. I posted an > > > earlier email on dbpedia-spotlight. > > > > > > -- > > > Thanks > > > Harish > > > > > > > > > -- > Thanks > Harish >
