Return-Path: X-Original-To: apmail-stanbol-dev-archive@www.apache.org Delivered-To: apmail-stanbol-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E17B10A91 for ; Fri, 5 Apr 2013 07:45:11 +0000 (UTC) Received: (qmail 75360 invoked by uid 500); 5 Apr 2013 07:45:10 -0000 Delivered-To: apmail-stanbol-dev-archive@stanbol.apache.org Received: (qmail 75319 invoked by uid 500); 5 Apr 2013 07:45:10 -0000 Mailing-List: contact dev-help@stanbol.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stanbol.apache.org Delivered-To: mailing list dev@stanbol.apache.org Received: (qmail 75278 invoked by uid 99); 5 Apr 2013 07:45:10 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 07:45:10 +0000 Received: from localhost (HELO mail-qa0-f43.google.com) (127.0.0.1) (smtp-auth username bdelacretaz, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 07:44:48 +0000 Received: by mail-qa0-f43.google.com with SMTP id l8so167284qaq.2 for ; Fri, 05 Apr 2013 00:44:47 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.229.69.16 with SMTP id x16mr2871590qci.53.1365147887618; Fri, 05 Apr 2013 00:44:47 -0700 (PDT) Received: by 10.229.12.37 with HTTP; Fri, 5 Apr 2013 00:44:47 -0700 (PDT) In-Reply-To: References: Date: Fri, 5 Apr 2013 09:44:47 +0200 Message-ID: Subject: Re: create user with admin role From: Bertrand Delacretaz To: dev@stanbol.apache.org Content-Type: text/plain; charset=UTF-8 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.... Harish, Som - do you really need security within Stanbol? If not I'd suggest running it with security disabled (-no-security) - assuming that works, I haven't tested it. -Bertrand