|
|
@ -220,10 +220,6 @@ user_deleted : {{ user_deleted }}
|
|
|
|
|
|
|
|
|
|
|
|
{% if groups_created|length > 0 %}
|
|
|
|
{% if groups_created|length > 0 %}
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupadd -r --output-fields=MESSAGE</p>
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupadd -r --output-fields=MESSAGE</p>
|
|
|
|
<mark>
|
|
|
|
|
|
|
|
This command shows whether groups were added today.
|
|
|
|
|
|
|
|
</mark>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ log_output(groups_created) }}
|
|
|
|
{{ log_output(groups_created) }}
|
|
|
|
|
|
|
|
|
|
|
|
<mark>
|
|
|
|
<mark>
|
|
|
@ -233,10 +229,6 @@ user_deleted : {{ user_deleted }}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% if groups_removed|length > 0 %}
|
|
|
|
{% if groups_removed|length > 0 %}
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=grouPremove -r --output-fields=MES</p>
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=grouPremove -r --output-fields=MES</p>
|
|
|
|
<mark>
|
|
|
|
|
|
|
|
This command shows whether groups were removed today.
|
|
|
|
|
|
|
|
</mark>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ log_output(groups_removed) }}
|
|
|
|
{{ log_output(groups_removed) }}
|
|
|
|
|
|
|
|
|
|
|
|
<mark>
|
|
|
|
<mark>
|
|
|
@ -247,9 +239,6 @@ user_deleted : {{ user_deleted }}
|
|
|
|
{% if user_modified|length > 0 %}
|
|
|
|
{% if user_modified|length > 0 %}
|
|
|
|
|
|
|
|
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=usermod -r</p>
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=usermod -r</p>
|
|
|
|
<mark>
|
|
|
|
|
|
|
|
This command shows whether users were modified today.
|
|
|
|
|
|
|
|
</mark>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ log_output(user_modified) }}
|
|
|
|
{{ log_output(user_modified) }}
|
|
|
|
|
|
|
|
|
|
|
@ -262,9 +251,6 @@ user_deleted : {{ user_deleted }}
|
|
|
|
|
|
|
|
|
|
|
|
{% if user_deleted|length > 0 %}
|
|
|
|
{% if user_deleted|length > 0 %}
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=userdel -r</p>
|
|
|
|
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=userdel -r</p>
|
|
|
|
<mark>
|
|
|
|
|
|
|
|
This command shows whether users were removed today.
|
|
|
|
|
|
|
|
</mark>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ log_output(user_deleted) }}
|
|
|
|
{{ log_output(user_deleted) }}
|
|
|
|
|
|
|
|
|
|
|
|