From 317c8d3d189b275ee76086d90c05f8032720b8d0 Mon Sep 17 00:00:00 2001 From: Michael Balsillie <47959646+Fellhahn@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:18:36 +0200 Subject: [PATCH] Enable binding on IPv6 --- image/service/slapd/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/image/service/slapd/startup.sh b/image/service/slapd/startup.sh index dae1bd2..c881bc6 100755 --- a/image/service/slapd/startup.sh +++ b/image/service/slapd/startup.sh @@ -576,6 +576,7 @@ else fi ETC_HOSTS=$(cat /etc/hosts | sed "/$HOSTNAME/d") echo "0.0.0.0 $FQDN_PARAM $HOSTNAME" > /etc/hosts +echo ":: $FQDN_PARAM $HOSTNAME" >> /etc/hosts echo "$ETC_HOSTS" >> /etc/hosts exit 0