]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
touching the socket just produces another error
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Nov 2023 22:03:02 +0000 (16:03 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Nov 2023 22:03:02 +0000 (16:03 -0600)
scripts/ci/ldap-setup.sh

index 8fc6e90d1624a520ae63d47cb53e6cbd4baf66c7..065143df173c35609ec9b907c01074d2273748f9 100755 (executable)
@@ -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