Allow AD domain admins root access.

This commit is contained in:
Darren 'Tadgy' Austin 2026-04-10 18:20:27 +00:00
commit 94862f64f2
2 changed files with 15 additions and 12 deletions

View file

@ -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