From 979d4eeda8026e57d391024d6c0559f5e89e3265 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 9 Feb 2019 15:42:48 +0100 Subject: [PATCH] disable ppolicy in samba test deployment --- tests/test_env/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index c2f748f..f009070 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -79,5 +79,7 @@ cat /var/log/samba/* sleep 5 +samba-tool domain passwordsettings set -d 1 --complexity off +samba-tool domain passwordsettings set -d 1 --min-pwd-length 0 systemctl status samba-ad-dc ss -apn | grep samba