mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
FB_checkpw does not work in some constellations
git-svn-id: https://svn.fhem.de/fhem/trunk@3049 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
157f5ef5a2
commit
0d1565a785
@ -25,10 +25,10 @@ rm -rf fhem/docs/*.{odg,pdf,man,txt}
|
||||
cp fhemcmd.sh fhem/FHEM
|
||||
cp startfhem fhem
|
||||
cat >> fhem/fhem.cfg << 'EOF'
|
||||
attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
attr telnetPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
#attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
#attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
#attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
#attr telnetPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
|
||||
EOF
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user