<div dir="ltr"><div><div>Hi Josh,<br><br>Thanks for your response. I am able to use --user root flag to add user to groups as owner now.<br><br></div>Many thanks!<br></div>Yanling<br></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Mon, Aug 4, 2014 at 2:21 AM, Josh Moore <span dir="ltr">&lt;<a href="mailto:josh@glencoesoftware.com" target="_blank">josh@glencoesoftware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Yanling,<br>
<div><div class="h5"><br>
On Aug 1, 2014, at 8:25 PM, Yanling Liu wrote:<br>
<br>
&gt; Trying to add one user to one group as owner at the command line using<br>
&gt; following command:<br>
&gt;<br>
&gt; bin/omero group adduser --name onegroup --as-owner --user-name oneuser -C<br>
&gt; --sudo root -w rootpass -s localhost<br>
&gt;<br>
&gt; However, OME prompts me username and password to login, instead of using<br>
&gt; root user and root password. Seems to me the --sudo flag is not working<br>
&gt; here. Is there anything I did wrong? Why am I asked to login even if I use<br>
&gt; the --sudo flag with password supplied?<br>
<br>
</div></div>Likely you don&#39;t need &quot;--sudo&quot; here. The sudo flag is used to perform an<br>
action as another user. Since you are trying to create a user, it&#39;s probably<br>
safe to do that as &quot;root&quot; him/herself. Trying passing &quot;--user root&quot; or<br>
&quot;-u root&quot; instead of &quot;--sudo root&quot;.<br>
<br>
<br>
&gt; Thanks,<br>
&gt; Yanling<br>
<br>
<br>
Cheers,<br>
~Josh.<br>
</blockquote></div><br></div>