Skip to content

Commit

Permalink
Minor text fix (tags)
Browse files Browse the repository at this point in the history
change ntp to ntpd i ntags
  • Loading branch information
johannes-cabal committed Aug 1, 2016
1 parent 421d3d7 commit 205ca42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
14 changes: 12 additions & 2 deletions tasks/audit-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,22 @@
- RHEL-07-040210
- ntp

- name: "MEDIUM | RHEL-07-040180 | PATCH | The operating system must implement cryptography to protect the integrity of Lightweight Directory Access Protocol (LDAP) authentication communications."
- name: "MEDIUM | RHEL-07-040180 | AUDIT | The operating system must implement cryptography to protect the integrity of Lightweight Directory Access Protocol (LDAP) authentication communications."
command: grep -i useldapauth /etc/sysconfig/authconfig
register: rhel_07_040180_audit
tags:
- cat2
- medium
- patch
- audit
- RHEL-07-040180
- ldap

- name: "MEDIUM | RHEL-07-040180 | AUDIT | The operating system must implement cryptography to protect the integrity of Lightweight Directory Access Protocol (LDAP) authentication communications."
command: systemctl status nails
register: rhel_07_040180_audit
tags:
- cat2
- medium
- audit
- RHEL-07-040180
- ldap
7 changes: 6 additions & 1 deletion tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1210,12 +1210,16 @@
- RHEL-07-040110

- name: "MEDIUM | RHEL-07-040160 | PATCH | All network connections associated with a communication session must be terminated at the end of the session or after 10 minutes of inactivity from the user at a command prompt, except to fulfill documented and validated mission requirements."
command: "true"
lineinfile:
dest: /etc/profile
regexp: ^#?TMOUT
line: TMOUT=600
tags:
- cat2
- medium
- patch
- RHEL-07-040160
- profile

- name: "MEDIUM | RHEL-07-040170 | PATCH | The Standard Mandatory DoD Notice and Consent Banner must be displayed immediately prior to, or as part of, remote access logon prompts."
command: "true"
Expand Down Expand Up @@ -1291,6 +1295,7 @@
- patch
- RHEL-07-040210
- ntp
- ntpd

- name: "MEDIUM | RHEL-07-040230 | PATCH | The operating system, if using PKI-based authentication, must implement a local cache of revocation data to certificate validation in case of the inability to access revocation information via the network."
lineinfile:
Expand Down

0 comments on commit 205ca42

Please sign in to comment.