From ee3db2964fcd0fc0a3a713db33c601758e2c8012 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 18 Apr 2016 22:09:33 +0200 Subject: [PATCH] nodogsplash: fix enable PasswordAuthentication --- nodogsplash/files/nodogsplash.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }