The scenario is this:
- I have a development machine I want (need) to have root access to
- Our admin setups the machines using his own credentials for the root user. The explanation being that if something goes wrong or he needs to change something he just have to remember one password
- He then proceeds to give each user access to "sudo" without questioning for the password
Now I really dislike the fact that sudo wouldn't prompt me for my password. How does a user configuration look like that gives me and the admin complete root permissions (2 logins), with sudo prompting me for my password (and not root) look like?