aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-29 21:05:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-29 21:05:41 +0000
commitb064244ed9adb611de568800a9e9cb079229b46e (patch)
tree76bda7ec8e1ee89c1f9b4a77020c93095d444fab
parent270307e0255524aca343e7772fa403e75974ab7d (diff)
downloadpfsense-packages-b064244ed9adb611de568800a9e9cb079229b46e.tar.gz
pfsense-packages-b064244ed9adb611de568800a9e9cb079229b46e.tar.bz2
pfsense-packages-b064244ed9adb611de568800a9e9cb079229b46e.zip
Increase field sizes to 60 to allow more typing room.
-rw-r--r--packages/squid.xml2
-rw-r--r--packages/squid_auth.xml9
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index bff963a5..789f8e48 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -132,6 +132,7 @@
<description>This is the URL to be displayed in proxy server error messages.</description>
<default_value>localhost</default_value>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>admin_email</fieldname>
@@ -139,6 +140,7 @@
<description>This is the email address displayed in error messages to the users.</description>
<default_value>admin@localhost</default_value>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fielddescr>Language</fielddescr>
diff --git a/packages/squid_auth.xml b/packages/squid_auth.xml
index 4cc7a38b..65a91c23 100644
--- a/packages/squid_auth.xml
+++ b/packages/squid_auth.xml
@@ -56,42 +56,49 @@
<fielddescr>Authentication server</fielddescr>
<description>Enter here the IP or hostname of the server that will perform the authentication.</description>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>auth_server_port</fieldname>
<fielddescr>Authentication server port</fielddescr>
<description>Enter here the port to use to connect to the authentication server. Leave this field blank to use the authentication method's default port.</description>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>ldap_user</fieldname>
<fielddescr>LDAP server user DN</fielddescr>
<description>Enter here the user DN to use to connect to the LDAP server.</description>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>ldap_password</fieldname>
<fielddescr>LDAP password</fielddescr>
<description>Enter here the password to use to connect to the LDAP server.</description>
<type>password</type>
+ <size>60</size>
</field>
<field>
<fieldname>ldap_basedomain</fieldname>
<fielddescr>LDAP base domain</fielddescr>
<description>For LDAP authentication, enter here the base domain in the LDAP server.</description>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>radius_secret</fieldname>
<fielddescr>RADIUS secret</fielddescr>
<description>The RADIUS secret for RADIUS authentication.</description>
<type>password</type>
+ <size>60</size>
</field>
<field>
<fieldname>msnt_secondary</fieldname>
<fielddescr>Secondary NT servers</fielddescr>
<description>Comma-separated list of secondary servers to be used for NT domain authentication.</description>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>auth_prompt</fieldname>
@@ -106,6 +113,7 @@
<description>The number of authenticator processes to spawn. If many authentications are expected within a short timeframe, increase this number accordingly.</description>
<default_value>5</default_value>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>auth_ttl</fieldname>
@@ -113,6 +121,7 @@
<description>This specifies for how long (in minutes) the proxy server assumes an externally validated username and password combination is valid (Time To Live). When the TTL expires, the user will be prompted for credentials again.</description>
<default_value>60</default_value>
<type>input</type>
+ <size>60</size>
</field>
<field>
<fieldname>unrestricted_auth</fieldname>