View Single Post
  #2 (permalink)  
Old 07-31-2007, 12:50 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

Fedora's has some additional restrictions
As root:
./install.sh -u
vi /etc/sudoers (EDIT: please use visudo instead)
comment out: #Default requiretty
And reinstall (./install.sh)

If requiretty is set, sudo will only run when the user is logged in to a real tty. This will disallow things like 'rsh somehost sudo ls' since rsh does not allocate a tty; because it is not possible to turn off echo when there is no tty present.

Last edited by mmorse; 07-31-2007 at 01:26 PM.. Reason: visudo
Reply With Quote