5 lines
253 B
Text
5 lines
253 B
Text
## Allow the Active Directory Systems' Administrators group access to root without a password.
|
|
%SLACKWAREUKINT\\systems'\ admins ALL=(root) NOPASSWD: ALL
|
|
|
|
## Allow the 'sysadmin' user access to root without a password.
|
|
sysadmin ALL=(root) NOPASSWD: ALL
|