User privilege specification

root    ALL=(ALL) ALL
john    ALL=(ALL) NOPASSWD:ALL

Allow people in group wheel to run all commands without a password

%wheel  ALL=(ALL)       NOPASSWD: ALL

Other samples

%users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
%users  localhost=/sbin/shutdown -h now