From: Moritz Warning Date: Mon, 18 Apr 2016 20:07:15 +0000 (+0200) Subject: nodogsplash: fix enable UsernameAuthentication X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f6f76e1541fb6dafa2a5f7f037fbe04aadfee110;p=lede-routing%2F.git nodogsplash: fix enable UsernameAuthentication --- 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