Gramma and tss user check

Signed-off-by: Kristian Ebdrup <kris9854@gmail.com>
This commit is contained in:
Kristian Ebdrup 2022-09-26 19:59:41 +02:00
parent 5098beec03
commit 02e9a6eafc
8 changed files with 12 additions and 14 deletions

View file

@ -78,7 +78,7 @@
- password
- rule_5.6.1.4
- name: "5.6.1.5 | PATCH | Ensure all users last password change date is in the past"
- name: "5.6.1.5 | PATCH | Ensure all users last password change date is in the past"
block:
- name: "5.6.1.5 | AUDIT | Ensure all users last password change date is in the past | Get current date in Unix Time"
shell: echo $(($(date --utc --date "$1" +%s)/86400))