]> git.ipfire.org Git - thirdparty/openvpn.git/commit
management: Warn if TCP port is used without password
authorDavid Sommerseth <davids@openvpn.net>
Wed, 28 Feb 2018 13:19:18 +0000 (14:19 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 1 Mar 2018 08:29:23 +0000 (09:29 +0100)
commitab218befec67dc0f5bb08973d2ec3476350f9ab3
tree16aa01f77a251cdbc962c08a33c19d94b0d5eeb7
parent27a2e018dfe79af9056ce087155dd39db4280f71
management: Warn if TCP port is used without password

It is not recommended to use --management on a TCP port without also
adding a password authentication, as this can easily be abused by other
users or processes being able to connect to the managmement interface.

Thus issue a warning that this configuration is strongly discouraged.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20180228131918.12954-3-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16574.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 4db7715a3aa62f2e8d8234c1852fb141f62318e2)
src/openvpn/options.c