fgierlinger

Results 14 issues of fgierlinger

### Steps To Reproduce 1. Go to 'https://bitwarden.mycompany.com/api/docs' 2. Click on 'Authorize' 3. Fill OAuth2 credentials (client_id, client_secret) 4. Select the single available scope "api.organization" 5. Click on authorize ###...

bug

**Describe the Issue** The hardening guide requires to disable X11 forwarding unless there is an operational requirement. The [task 5.2.12](https://github.com/ansible-lockdown/RHEL8-CIS/blob/bc4cdf885ce563ec9682caf65131bda9cb38277e/tasks/section_5/cis_5.2.x.yml#L229-L242) accomplishes this with the lineinfile module. lineinfile only replaces the...

bug

**Describe the Issue** The regex in the task "2.1.2 Ensure chrony is configured | modify /etc/sysconfig/chronyd" is supposed to add the parameter "-u chrony" and keep all other parameters. But...

bug

**Describe the Issue** In #232 a problem was raised because the _remember_ option should not be used with the _pam_unix.so_ module, but task 5.5.3 and 5.5.4 do. In PR #240,...

bug