in reply to Program changing users


To change the user(setuid, etc) of a process the owner of
that process must be "root". So, if your program needs
root access, why caring about it ? If you are using
"Linux", just add an entry in the /etc/sudoers to permit
this program to be executed as root... If you are using
windows, I think that the only solution is to run it as
the administrator.

-DBC