Originally posted by: orphy
You should really understand the security impact before doing this. Do you?
Technically, to make that work, all you need is grant that user "sudo visudo" and you should be all set. If you don't know how to do that, read the man for sudoers. You shouldn't change the permissions of /etc/sudoers and you shouldn't let the user (or yourself) "vi" /etc/sudoers directly. Just remember, by giving away "sudo visudo", you are essentially giving away root access so proceed at your own risk!
Orphy