Hello again!<div><br></div><div>Included in my thesis is to create an administration interface, in which an administrator can approve users whom have asked for access to use OpenNebula. </div><div><br></div><div>Upon approval the users should be added to OpenNebula (i.e. it corresponds to the command 'oneadmin createuser username password'). [More information of the interface: <a href="https://docs.google.com/document/d/1YyW0z1wkS0LuRXyBNMrtUf2UNGtszYz8t8PALhV7Msc/edit?hl=en_US" target="_blank">Link</a> (section 4.2)]</div>

<div><br></div><div>I am trying to perform this with an execution of a shell command in a php-file.</div><div><br></div><div>Why doesn't this work (below is just a specific example - not the general code that I am using)?</div>
<div><br></div><div>$execQuery = "/bin/su oneadmin postgres -c 'oneuser create test10 test10'";</div>
<div><div>shell_exec ($execQuery); //execute query in shell.</div><div><br></div><div>Neither does this work (despite that I am logged in as oneadmin, when the script is executed by PHP):<br>shell_exec ("oneuser create test10 test10"); </div>
<div><br></div><div>It works when I type that command in the shell.<span style="white-space:pre-wrap">          </span></div></div><div>I have tried to execute other shell commands through php and those work fine, so I wonder where the problem lies.</div>

<div><br></div><div>Thanks!</div><div><br>-- <span class="Apple-style-span" style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial, sans-serif; font-size: 13px; ">Kind regards, Anders Branderud<br></span><span style="border-collapse:collapse;color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:13px">[Personal blog] <a href="http://www.proofexistencegod.com/will-of-god/will-of-god/" style="color:rgb(61, 84, 89)" target="_blank">Will of the Creator</a>  : Logical reasons - based on scientific premises - for the existence of a Super intelligent and Orderly Creator and that He hasn't left His sapient creatures without an Instruction Manual - Torah ['books of Moses'] - to ascertain, and aspire to, His purpose.<br>

<br>[Company] Anders Branderud IT Solutions - <a href="http://www.abitsolutions.org/" style="color:rgb(61, 84, 89)" target="_blank">www.abitsolutions.org</a></span><br>
</div>