5.4.88 - Only the Paranoid Survive

Features, errors, comments and problems of specific WTware versions.
Post Reply
akatik
SUPPORT
SUPPORT
Posts: 630
Joined: Mon Jan 17, 2005 6:30 pm
Contact:

5.4.88 - Only the Paranoid Survive

Post by akatik »

Locally installed WTware now has in Setup menu there's section "Only the Paranoid Survive". There you can turn on advanced safety mode. It means that terminal won't send logs to configurator, embedded web-server will work only by https and only after entering password. It makes terminal configuration more complicated, but then all specified in configuration file passwords are not shown to the whole network.

Some day later we'll add next paranoia step: configs will be encoded.

Even when paranoia is turned off if password for terminal is specified (in Setup menu or in 018 DHCP parameter), then buttons shudown, reboot and linphone command line in web-interface will ask password.

Password is specified now via HTTP Basic access authentication. To reboot terminal 10.1.1.76 with 123 password via wget, specify:

wget --user=wtware --password=123 --no-check-certificate https://10.1.1.76/reboot
Post Reply