diff options
author | jim-p <jimp@pfsense.org> | 2010-12-27 11:41:03 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-12-27 11:41:03 -0500 |
commit | 528992bec1753e3cd87920b4614dcaed9ac6185a (patch) | |
tree | 0106c8be6410e91f33d7db3df6a56381f43b5af1 /usr/local/www/wizards/openvpn_wizard.xml | |
parent | 6b78bed77784dd0fe823ba67019cfb899ed38f68 (diff) | |
download | pfsense-528992bec1753e3cd87920b4614dcaed9ac6185a.zip pfsense-528992bec1753e3cd87920b4614dcaed9ac6185a.tar.gz |
Fix OpenVPN NetBIOS settings not propagating from the wizard to the server instance.
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml index c7c561e..e60aa6e 100644 --- a/usr/local/www/wizards/openvpn_wizard.xml +++ b/usr/local/www/wizards/openvpn_wizard.xml @@ -820,6 +820,7 @@ <name>nbtenable</name> <type>checkbox</type> <displayname>NetBIOS Options</displayname> + <bindstofield>ovpnserver->step10->nbtenable</bindstofield> <description>Enable NetBIOS over TCP/IP. <br/>If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled. </description> </field> <field> |