Hi,<br><br>I set the uid bit of a shell script (chmod u+s script.sh)<br>and made root is the owner of the script. <br>In this script I create a new user and start the passwd session to set his password.<br><br>The passwd routine however asks for the current user passwd, so it seems that it's not root running this command.<br><br>Did I mis interpret the setUID scope somehwere ??