From: Arran Cudbard-Bell Date: Thu, 9 Nov 2023 22:03:02 +0000 (-0600) Subject: touching the socket just produces another error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db31d9090b76a7a8a0df0c0c11611bb99aed526c;p=thirdparty%2Ffreeradius-server.git touching the socket just produces another error --- diff --git a/scripts/ci/ldap-setup.sh b/scripts/ci/ldap-setup.sh index 8fc6e90d162..065143df173 100755 --- a/scripts/ci/ldap-setup.sh +++ b/scripts/ci/ldap-setup.sh @@ -40,9 +40,6 @@ rm -rf "${data_dir}" # Create directory we can write DB files to mkdir -p "${data_dir}" -# Ensure the unix socket is created with the correct permissions -touch "${socket_path}" - # Change db location to /tmp as we can't write to /var sed -i -e "s/\/var\/lib\/ldap/\/tmp\/ldap${suffix}\/db/" src/tests/salt-test-server/salt/ldap/base${suffix}.ldif