Sudoers » History » Version 2
Version 1 (Anonymous, 03/20/2008 10:26 AM) → Version 2/4 (Anonymous, 03/20/2008 10:31 AM)
= Sudoers =
Allow members of the group "procksi_dev" to sudo su to user "procksi" without entering a password
Append the following to the end of ''/etc/sudoers'':
{{{
#Allow members of the group "procksi_dev" to sudo su to user "procksi" without password
%procksi_dev localhost,master01=(procksi) NOPASSWD:ALL
}}}
Usage for instance as:
{{{
> sudo -u procksi whoami
procksi
}}}
Allow members of the group "procksi_dev" to sudo su to user "procksi" without entering a password
Append the following to the end of ''/etc/sudoers'':
{{{
#Allow members of the group "procksi_dev" to sudo su to user "procksi" without password
%procksi_dev localhost,master01=(procksi) NOPASSWD:ALL
}}}
Usage for instance as:
{{{
> sudo -u procksi whoami
procksi
}}}