|
|
|
@ -220,23 +220,15 @@ user_deleted : {{ user_deleted }}
|
|
|
|
|
|
|
|
|
|
{% if groups_created|length > 0 %}
|
|
|
|
|
<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) }}
|
|
|
|
|
|
|
|
|
|
<mark>
|
|
|
|
|
These new working groups were added today. They might be used for creating new projects, maintaining or
|
|
|
|
|
managing parts of the server, or for organizational purposes.
|
|
|
|
|
</mark>
|
|
|
|
|
These new working groups were added today. They might be used for creating new projects, maintaining or
|
|
|
|
|
managing parts of the server, or for organizational purposes.
|
|
|
|
|
</mark>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if groups_removed|length > 0 %}
|
|
|
|
|
<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) }}
|
|
|
|
|
|
|
|
|
|
<mark>
|
|
|
|
@ -247,9 +239,6 @@ user_deleted : {{ user_deleted }}
|
|
|
|
|
{% if user_modified|length > 0 %}
|
|
|
|
|
|
|
|
|
|
<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) }}
|
|
|
|
|
|
|
|
|
@ -262,9 +251,6 @@ user_deleted : {{ user_deleted }}
|
|
|
|
|
|
|
|
|
|
{% if user_deleted|length > 0 %}
|
|
|
|
|
<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) }}
|
|
|
|
|
|
|
|
|
|