diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-11-04 23:08:13 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-11-04 23:08:13 -0600 |
commit | 1c1fe6662ffc365dc40e46fbea643b65139a6199 (patch) | |
tree | e3fbe874d3b599abe09bbb37b6a92b9828e02d7c /usr/local/www/wizards/openvpn_wizard.xml | |
parent | 7a22ab9bb162783b30133b05f51cb38f2463f29c (diff) | |
download | pfsense-1c1fe6662ffc365dc40e46fbea643b65139a6199.zip pfsense-1c1fe6662ffc365dc40e46fbea643b65139a6199.tar.gz |
Fix WINS description. It's not 1999, and it wasn't a good description for back then either. If you're running WINS at this point on your AD DCs...get rid of the Win 9x boxes, or realize you don't actually need or want WINS on anything Windows 2000 and newer.
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml index 87134be..00ba904 100644 --- a/usr/local/www/wizards/openvpn_wizard.xml +++ b/usr/local/www/wizards/openvpn_wizard.xml @@ -888,14 +888,14 @@ <name>winsserver1</name> <type>input</type> <bindstofield>ovpnserver->step10->wins1</bindstofield> - <description>A Windows Internet Name Service (WINS) server to provide for connecting clients, which allows them to browse Windows shares. This is typically an Active Directory Domain Controller, designated WINS server, or Samba server.</description> + <description>A Windows Internet Name Service (WINS) server IP to provide to connecting clients. Not desirable in most modern networks.</description> </field> <field> <displayname>WINS Server 2</displayname> <name>winsserver2</name> <type>input</type> <bindstofield>ovpnserver->step10->wins2</bindstofield> - <description>A Windows Internet Name Service (WINS) server to provide for connecting clients, which allows them to browse Windows shares. This is typically an Active Directory Domain Controller, designated WINS server, or Samba server.</description> + <description>A Windows Internet Name Service (WINS) server IP to provide to connecting clients. Not desirable in most modern networks.</description> </field> <field> <name>Advanced</name> |