From f6f76e1541fb6dafa2a5f7f037fbe04aadfee110 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 18 Apr 2016 22:07:15 +0200 Subject: [PATCH] nodogsplash: fix enable UsernameAuthentication --- 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 0712fa9..40e59f7 100755 --- a/nodogsplash/files/nodogsplash.init +++ b/nodogsplash/files/nodogsplash.init @@ -69,7 +69,7 @@ setup_user_authentication() { config_get val "$cfg" username if [ -n "$val" ] ; then - echo "UsernameAuthentication" >> $CONFIGFILE + echo "UsernameAuthentication 1" >> $CONFIGFILE echo "Username $val" >> $CONFIGFILE fi -- 2.35.1