projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f76e1
)
nodogsplash: fix enable PasswordAuthentication
author
Moritz Warning
<moritzwarning@web.de>
Mon, 18 Apr 2016 20:09:33 +0000
(22:09 +0200)
committer
Moritz Warning
<moritzwarning@web.de>
Mon, 18 Apr 2016 20:09:33 +0000
(22:09 +0200)
nodogsplash/files/nodogsplash.init
patch
|
blob
|
history
diff --git
a/nodogsplash/files/nodogsplash.init
b/nodogsplash/files/nodogsplash.init
index 40e59f7a87902c145cd40257cb5e8d2693906c0b..1fa0c792d49c2545b122d88818fd8a48b7d28089 100755
(executable)
--- 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
}