From bbd0810e023e03a4e235b87f8d45456e7c3841c4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 15 Jun 2020 07:12:44 +0200 Subject: [PATCH] tests: Make libpwquality less aggressive So that our standard "foobar" password works. --- tests/verify.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/verify.sh b/tests/verify.sh index 1179fd0..88e354b 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -17,6 +17,9 @@ if ! rpm -q chromium-headless; then dnf install -y chromium-headless fi +# make libpwquality less aggressive, so that our "foobar" password works +printf 'dictcheck = 0\nminlen = 6\n' >> /etc/security/pwquality.conf + # create user account for logging in if ! id admin 2>/dev/null; then useradd -c Administrator -G wheel admin