From: Moritz Warning Date: Mon, 18 Apr 2016 20:09:33 +0000 (+0200) Subject: nodogsplash: fix enable PasswordAuthentication X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ee3db2964fcd0fc0a3a713db33c601758e2c8012;p=feed%2Frouting.git nodogsplash: fix enable PasswordAuthentication --- diff --git a/nodogsplash/files/nodogsplash.init b/nodogsplash/files/nodogsplash.init index 40e59f7..1fa0c79 100755 --- a/nodogsplash/files/nodogsplash.init +++ b/nodogsplash/files/nodogsplash.init @@ -75,7 +75,7 @@ setup_user_authentication() { config_get val "$cfg" password if [ -n "$val" ] ; then - echo "PasswordAuthentication" >> $CONFIGFILE + echo "PasswordAuthentication 1" >> $CONFIGFILE echo "Password $val" >> $CONFIGFILE fi }