aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid-head/squid_auth.xml
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2007-09-01 04:10:13 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2007-09-01 04:10:13 +0000
commit9f2521ca8351e454e03193ddccbf5eb2166ec1fd (patch)
tree2df2d2ba5cf8123d90bb81b1039c3cec071330e0 /packages/squid-head/squid_auth.xml
parent188234df1c9d986f8a7fc80d0f57cbd91125fb14 (diff)
downloadpfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.gz
pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.bz2
pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.zip
* added copyright header to each file
* added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files
Diffstat (limited to 'packages/squid-head/squid_auth.xml')
-rw-r--r--packages/squid-head/squid_auth.xml48
1 files changed, 25 insertions, 23 deletions
diff --git a/packages/squid-head/squid_auth.xml b/packages/squid-head/squid_auth.xml
index 05875c59..15910f97 100644
--- a/packages/squid-head/squid_auth.xml
+++ b/packages/squid-head/squid_auth.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd">
<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?>
<packagegui>
<copyright>
@@ -44,9 +45,10 @@
<description>Describe your package here</description>
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
- <include_file>squid.inc</include_file>
<name>squidauth</name>
+ <version>none</version>
<title>Proxy server: Authentication</title>
+ <include_file>squid.inc</include_file>
<tabs>
<tab>
<text>General settings</text>
@@ -83,8 +85,8 @@
<fielddescr>Authentication method</fielddescr>
<fieldname>auth_method</fieldname>
<description>Select an authentication method. This will allow users to be authenticated by local or external services.</description>
- <default_value>none</default_value>
<type>select</type>
+ <default_value>none</default_value>
<options>
<option><name>None</name><value>none</value></option>
<option><name>Local</name><value>local</value></option>
@@ -95,99 +97,96 @@
<onchange>on_auth_method_changed()</onchange>
</field>
<field>
- <fieldname>auth_server</fieldname>
<fielddescr>Authentication server</fielddescr>
+ <fieldname>auth_server</fieldname>
<description>Enter here the IP or hostname of the server that will perform the authentication. For NT domain authentication, this is the Primary Domain Controller (PDC).</description>
<type>input</type>
</field>
<field>
- <fieldname>auth_server_port</fieldname>
<fielddescr>Authentication server port</fielddescr>
+ <fieldname>auth_server_port</fieldname>
<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>
</field>
<field>
- <fieldname>ldap_user</fieldname>
<fielddescr>LDAP server user DN</fielddescr>
+ <fieldname>ldap_user</fieldname>
<description>Enter here the user distinguished name (DN) to bind to connect to the LDAP server (e.g., "cn=Administrator,cn=Users,dc=foobar,dc=com"). You can leave this field blank if you don't want to use authentication.</description>
<type>input</type>
</field>
<field>
- <fieldname>ldap_password</fieldname>
<fielddescr>LDAP password</fielddescr>
+ <fieldname>ldap_password</fieldname>
<description>Enter here the password to use to connect to the LDAP server. You may leave this field unfilled.</description>
<type>password</type>
</field>
<field>
- <fieldname>ldap_basedn</fieldname>
<fielddescr>LDAP base DN</fielddescr>
+ <fieldname>ldap_basedn</fieldname>
<description>For LDAP authentication, enter here the base DN for the search (e.g., "cn=Users,dc=foobar,dc=com").</description>
<type>input</type>
</field>
<field>
- <fieldname>ldap_filter</fieldname>
<fielddescr>LDAP filter</fielddescr>
+ <fieldname>ldap_filter</fieldname>
<description>Enter the string to be used to filter the results of the search, or leave this blank to get the results unfiltered. This must be in compliance with RFC 2254, and ocurrences of the string "%s" will be set to the username given to the proxy. You generally want something like '(sAMAccountName=%s)' here.</description>
<type>input</type>
<default_value>(sAMAccountName=%s)</default_value>
</field>
<field>
- <fieldname>radius_secret</fieldname>
<fielddescr>RADIUS secret</fielddescr>
+ <fieldname>radius_secret</fieldname>
<description>The RADIUS secret for RADIUS authentication.</description>
<type>password</type>
</field>
<field>
- <fieldname>msnt_bdc</fieldname>
<fielddescr>Backup Domain Controller</fielddescr>
+ <fieldname>msnt_bdc</fieldname>
<description>Enter the address of the Backup Domain Controller (BDC) or leave this field blank if you don't want to use a backup controller.</description>
<type>input</type>
</field>
<field>
- <fieldname>msnt_domain</fieldname>
<fielddescr>NT domain</fielddescr>
+ <fieldname>msnt_domain</fieldname>
<description>Enter the NT domain to be used.</description>
<type>input</type>
</field>
<field>
- <fieldname>auth_prompt</fieldname>
<fielddescr>Authentication prompt</fielddescr>
+ <fieldname>auth_prompt</fieldname>
<description>This string will be displayed at the top of the authentication request window.</description>
- <default_value>Please enter your credentials to access the proxy</default_value>
<type>input</type>
+ <default_value>Please enter your credentials to access the proxy</default_value>
</field>
<field>
- <fieldname>auth_processes</fieldname>
<fielddescr>Authentication processes</fielddescr>
+ <fieldname>auth_processes</fieldname>
<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>
+ <default_value>5</default_value>
</field>
<field>
- <fieldname>auth_ttl</fieldname>
<fielddescr>Authentication TTL</fielddescr>
+ <fieldname>auth_ttl</fieldname>
<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>
+ <default_value>60</default_value>
</field>
<field>
- <fieldname>unrestricted_auth</fieldname>
<fielddescr>Requiere authentication for unrestricted hosts</fielddescr>
+ <fieldname>unrestricted_auth</fieldname>
<description>If this option is enabled, even users tagged as unrestricted through access control are required to authenticate to use the proxy.</description>
<type>checkbox</type>
</field>
<field>
- <fieldname>no_auth_hosts</fieldname>
<fielddescr>Subnets that don't need authentication</fielddescr>
+ <fieldname>no_auth_hosts</fieldname>
<description>A comma-separated list of subnets (in CIDR range, e.g.: 10.5.0.0/16, 192.168.1.50/32) whose hosts won't be asked for authentication to access the proxy.</description>
<type>textarea</type>
- <rows>5</rows>
<cols>50</cols>
+ <rows>5</rows>
</field>
</fields>
- <custom_php_after_head_command>
- squid_print_javascript_auth();
- </custom_php_after_head_command>
<custom_php_validation_command>
squid_validate_auth($_POST, &amp;$input_errors);
</custom_php_validation_command>
@@ -197,4 +196,7 @@
<custom_php_resync_config_command>
squid_resync();
</custom_php_resync_config_command>
+ <custom_php_after_head_command>
+ squid_print_javascript_auth();
+ </custom_php_after_head_command>
</packagegui>