From 7430af5ffcd84e6d3f8c4426e861e5a7e0d70271 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 22:44:51 +0100 Subject: [PATCH] adding another samba package in test env --- tests/test_env/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index 3f9c530..c37f642 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -3,7 +3,7 @@ apt update DEBIAN_FRONTEND=noninteractive apt-get install ldap-utils slapd -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y -DEBIAN_FRONTEND=noninteractive apt-get install samba-vfs-modules samba -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y +DEBIAN_FRONTEND=noninteractive apt-get install samba-dsdb-modules samba-vfs-modules samba -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install winbind -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y [ -e '/etc/default/slapd' ] && rm -rf /etc/default/slapd