From: Arne Schwabe Date: Sun, 29 Nov 2015 18:52:24 +0000 (+0100) Subject: Reflect enable-password-save change in documentation X-Git-Tag: v2.4_alpha1~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e9c1f09cba95ebf72083c746cf847056a61c761;p=thirdparty%2Fopenvpn.git Reflect enable-password-save change in documentation Acked-by: Gert Doering Message-Id: <1448823144-1497-1-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/10665 Signed-off-by: Gert Doering --- diff --git a/Changes.rst b/Changes.rst index a791ca32f..c2142fa23 100644 --- a/Changes.rst +++ b/Changes.rst @@ -72,3 +72,6 @@ User-visible Changes - proto udp6/tcp6 in server mode will now try to always listen to both IPv4 and IPv6 on platforms that allow it. Use bind ipv6only to explicitly listen only on IPv6. + +- Removed --enable-password-save from configure. This option is now + always enabled. diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 9889540c0..3519e7d9e 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -3800,10 +3800,7 @@ over the client's routing table. Authenticate with server using username/password. .B up is a file containing username/password on 2 lines. If the -password line is missing, OpenVPN will prompt for one. (Note: OpenVPN -will only read passwords from a file if it has been built -with the \-\-enable\-password\-save configure option, or on Windows -by defining ENABLE_PASSWORD_SAVE in win/settings.in). +password line is missing, OpenVPN will prompt for one. If .B up