nodogsplash: fix enable PasswordAuthentication
authorMoritz Warning <moritzwarning@web.de>
Mon, 18 Apr 2016 20:09:33 +0000 (22:09 +0200)
committerMoritz Warning <moritzwarning@web.de>
Mon, 18 Apr 2016 20:09:33 +0000 (22:09 +0200)
nodogsplash/files/nodogsplash.init

index 40e59f7a87902c145cd40257cb5e8d2693906c0b..1fa0c792d49c2545b122d88818fd8a48b7d28089 100755 (executable)
@@ -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
 }