Add support for netgroups

This commit is contained in:
9numbernine9
2018-08-14 13:29:49 +01:00
parent 1a46975212
commit d5d68ea963
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -7,6 +7,9 @@ sudoers:
sudo:
- 'ALL=(ALL) ALL'
- 'ALL=(nodejs) NOPASSWD: ALL'
netgroups:
sysadmins:
- 'ALL=(ALL) ALL'
defaults:
generic:
- env_reset
@@ -49,3 +52,7 @@ sudoers:
groups:
bargroup:
- 'ALL=(ALL) NOPASSWD: ALL'
extra-file-3:
netgroups:
other_netgroup:
- 'ALL=(ALL) ALL'