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 }