Allow AD domain admins root access.
This commit is contained in:
parent
ac6e61440f
commit
94862f64f2
2 changed files with 15 additions and 12 deletions
|
|
@ -3,3 +3,6 @@ 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@directory.slackware.uk.internal ALL=(root) NOPASSWD: ALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue