diff options
author | jim-p <jimp@pfsense.org> | 2011-01-20 12:33:39 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-01-20 12:33:39 -0500 |
commit | bca35cff4671b178584f677d4031ed40bbbd021a (patch) | |
tree | 6084fd569e2c57193800345df79e4dd676e481ef /usr/local/www/wizards/openvpn_wizard.xml | |
parent | 09e11b69471b81bb92f72b060fb2e0e8f9d24f78 (diff) | |
download | pfsense-bca35cff4671b178584f677d4031ed40bbbd021a.zip pfsense-bca35cff4671b178584f677d4031ed40bbbd021a.tar.gz |
Add a checkbox for duplicate-cn on OpenVPN servers.
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml index e60aa6e..e28507b 100644 --- a/usr/local/www/wizards/openvpn_wizard.xml +++ b/usr/local/www/wizards/openvpn_wizard.xml @@ -748,6 +748,13 @@ <bindstofield>ovpnserver->step10->interclient</bindstofield> </field> <field> + <displayname>Duplicate Connections</displayname> + <name>duplicate_cn</name> + <type>checkbox</type> + <description>Allow multiple concurrent connections from clients using the same Common Name.<br/>NOTE: This is not generally recommended, but may be needed for some scenarios.</description> + <bindstofield>ovpnserver->step10->duplicate_cn</bindstofield> + </field> + <field> <type>listtopic</type> <name>Client Settings</name> </field> @@ -943,3 +950,4 @@ <includefile>/usr/local/www/wizards/openvpn_wizard.inc</includefile> </step> </pfsensewizard> + |