system-configs/etc/sudoers.d/root-access

8 lines
336 B
Text

## Allow certain users access to root using their own passwords.
tadgy ALL=(root) ALL
## Allow the 'sysadmin' user access to root without a password.
sysadmin ALL=(root) NOPASSWD: ALL
## Allow the Active Directory domain administrators access to root without a password.
%Domain\ Admins@slackware.uk.internal ALL=(root) NOPASSWD: ALL