Martin Schurz
Martin Schurz
Signed-off-by: Martin Schurz
Because of historical reasons (RHEL 6 did some special things) we use OS version to detect the best usable SSH Ciphers/Kex/Mac. Instead we should use OpenSSH version to determine available...
we need an additional module to manage deployments of configuration from Icinga Director to Icinga. The module should be able to: - trigger deploys - report that a deploy is...
### Description Currently we use the most recent Ansible version to run our tests. But our collection supports also older Ansible releases. To make sure we stay compatible, we need...
### Description Our current testcase does not support `arch`, `fedora`and `amazon` linux. ### Solution We want to adapt the test in a way, that supports these linux flavors. ### Alternatives...
### Description We are setting a maximum password age in `/etc/login.defs`. This automatically applies to all created users and also affects users without a password, eg. when creating a user...
### Description Our current testcase does not support `opensuse` linux. ### Solution We want to adapt the test in a way, that supports these linux flavors. ### Alternatives _No response_...
### Description Our current testcase does not support `arch` and `opensuse` linux. ### Solution We want to adapt the test in a way, that supports these linux flavors. ### Alternatives...
### Description Currently we use a simple set of criterias to remove unsecured users. This set excludes some of the usefull new features of newer MySQL versions. Also the current...
**Is your feature request related to a problem? Please describe.** In our current implementation, we check if a group `wheel` exists. This is not true for Debian based distributions and...