diff options
author | Martin Fuchs <mfuchs77@gmail.com> | 2014-06-13 11:31:52 +0200 |
---|---|---|
committer | Martin Fuchs <mfuchs77@gmail.com> | 2014-06-13 11:31:52 +0200 |
commit | 2bbfbdd783fe46d584d91b6014ef6c86520a9097 (patch) | |
tree | d43466316f4805d9ef1867d81f60afaa1fd690c2 /config/squid3/33/squid_reverse.xml | |
parent | 0ef20f92b5bea3d3487c249d515f905d09f859a7 (diff) | |
download | pfsense-packages-2bbfbdd783fe46d584d91b6014ef6c86520a9097.tar.gz pfsense-packages-2bbfbdd783fe46d584d91b6014ef6c86520a9097.tar.bz2 pfsense-packages-2bbfbdd783fe46d584d91b6014ef6c86520a9097.zip |
allow multiple CAS-servers, correct checks
Diffstat (limited to 'config/squid3/33/squid_reverse.xml')
-rwxr-xr-x | config/squid3/33/squid_reverse.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/33/squid_reverse.xml b/config/squid3/33/squid_reverse.xml index 28d8cbcf..b0f6a614 100755 --- a/config/squid3/33/squid_reverse.xml +++ b/config/squid3/33/squid_reverse.xml @@ -219,9 +219,9 @@ <field> <fielddescr>CAS-Array / OWA frontend IP address</fielddescr> <fieldname>reverse_owa_ip</fieldname> - <description>This is the internal IP Address of the CAS-Array / OWA frontend server.</description> + <description>These are the internal IPs of the CAS-Array (OWA frontend servers). Separate by semi-colons (;). </description> <type>input</type> - <size>15</size> + <size>70</size> </field> <field> <fielddescr>Enable ActiveSync</fielddescr> |