Remove group "sudo" from sudoers template
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
root ALL=(ALL) ALL
|
root ALL=(ALL) ALL
|
||||||
|
|
||||||
%sudo ALL=(ALL) NOPASSWD: ALL
|
|
||||||
|
|
||||||
{% for user in managed_users %}
|
{% for user in managed_users %}
|
||||||
{% if user.sudoer %}
|
{% if user.sudoer %}
|
||||||
{{ user.name }} ALL=(ALL) NOPASSWD: ALL
|
{{ user.name }} ALL=(ALL) NOPASSWD: ALL
|
||||||
|
Reference in New Issue
Block a user