diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-11-18 03:22:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-11-18 03:22:52 +0000 |
commit | 09cc9c81c8e57a21395de4848baaa8213627d3c6 (patch) | |
tree | 4d17f28cb5eaf0c24168282dd742c2da1c6b95cf /openvpn.8 | |
parent | Added --prng option to control PRNG (pseudo-random (diff) | |
download | openvpn-09cc9c81c8e57a21395de4848baaa8213627d3c6.tar.xz |
Added server-side --opt-verify option: clients that connect
with options that are incompatible with those of the server
will be disconnected.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3505 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | openvpn.8 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -3288,6 +3288,20 @@ For a sample script that performs PAM authentication, see in the OpenVPN source distribution. .\"********************************************************* .TP +.B --opt-verify +Clients that connect with options that are incompatible +with those of the server will be disconnected. + +Options that will be compared for compatibility include +dev-type, link-mtu, tun-mtu, proto, tun-ipv6, ifconfig, +comp-lzo, fragment, keydir, cipher, auth, keysize, secret, +no-replay, no-iv, tls-auth, key-method, tls-server, and tls-client. + +This option requires that +.B --disable-occ +NOT be used. +.\"********************************************************* +.TP .B --auth-user-pass-optional Allow connections by clients that do not specify a username/password. Normally, when |