Skip to content

Commit

Permalink
dns forwarder loop bug fix by aczwink
Browse files Browse the repository at this point in the history
  • Loading branch information
kapdap committed Nov 13, 2024
1 parent 2decac6 commit 5ed57fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ appSetup () {
" /etc/samba/smb.conf
fi
if [[ ${INSECURELDAP,,} == "true" ]]; then
sed -i "/\[global\]/a \
sed -i "/dns forwarder =/c \
\\\tldap server require strong auth = no\
" /etc/samba/smb.conf
fi
Expand Down

0 comments on commit 5ed57fc

Please sign in to comment.