Re: create user with admin role

2013-04-10 Thread Reto Bachmann-Gmür
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 wrote: > Reto, > I need a user

Re: create user with admin role

2013-04-09 Thread harish suvarna
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 basepermissionsrol

Re: create user with admin role

2013-04-09 Thread harish suvarna
Bertrand, Security will be needed in the near future. Right now -no-security works for us. Som, Thanks for the pointer on security code. On Fri, Apr 5, 2013 at 12:44 AM, Bertrand Delacretaz wrote: > Hi, > > On Fri, Apr 5, 2013 at 7:09 AM, Som Satpathy > wrote: > > ...I ran into a similar is

Re: create user with admin role

2013-04-05 Thread Bertrand Delacretaz
Hi, On Fri, Apr 5, 2013 at 7:09 AM, Som Satpathy wrote: > ...I ran into a similar issue some time back. To get over this you need to > implement the logic that writes to a temp file in a privileged code > section, see: > https://stanbol.apache.org/development/security.html on how to do this

Re: create user with admin role

2013-04-04 Thread Reto Bachmann-Gmür
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 i

Re: create user with admin role

2013-04-04 Thread Som Satpathy
Hi Harish, I ran into a similar issue some time back. To get over this you need to implement the logic that writes to a temp file in a privileged code section, see: https://stanbol.apache.org/development/security.html on how to do this. Thanks, Som On Thu, Apr 4, 2013 at 7:45 PM, harish suvarna

create user with admin role

2013-04-04 Thread harish suvarna
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 w