From 9f2521ca8351e454e03193ddccbf5eb2166ec1fd Mon Sep 17 00:00:00 2001 From: Daniel Stefan Haischt Date: Sat, 1 Sep 2007 04:10:13 +0000 Subject: * 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 --- packages/squid-head/squid_auth.xml | 48 ++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'packages/squid-head/squid_auth.xml') 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 @@ + @@ -44,9 +45,10 @@ Describe your package here Describe your package requirements here Currently there are no FAQ items provided. - squid.inc squidauth + none Proxy server: Authentication + squid.inc General settings @@ -83,8 +85,8 @@ Authentication method auth_method Select an authentication method. This will allow users to be authenticated by local or external services. - none select + none @@ -95,99 +97,96 @@ on_auth_method_changed() - auth_server Authentication server + auth_server 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). input - auth_server_port Authentication server port + auth_server_port Enter here the port to use to connect to the authentication server. Leave this field blank to use the authentication method's default port. input - ldap_user LDAP server user DN + ldap_user 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. input - ldap_password LDAP password + ldap_password Enter here the password to use to connect to the LDAP server. You may leave this field unfilled. password - ldap_basedn LDAP base DN + ldap_basedn For LDAP authentication, enter here the base DN for the search (e.g., "cn=Users,dc=foobar,dc=com"). input - ldap_filter LDAP filter + ldap_filter 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. input (sAMAccountName=%s) - radius_secret RADIUS secret + radius_secret The RADIUS secret for RADIUS authentication. password - msnt_bdc Backup Domain Controller + msnt_bdc Enter the address of the Backup Domain Controller (BDC) or leave this field blank if you don't want to use a backup controller. input - msnt_domain NT domain + msnt_domain Enter the NT domain to be used. input - auth_prompt Authentication prompt + auth_prompt This string will be displayed at the top of the authentication request window. - Please enter your credentials to access the proxy input + Please enter your credentials to access the proxy - auth_processes Authentication processes + auth_processes The number of authenticator processes to spawn. If many authentications are expected within a short timeframe, increase this number accordingly. - 5 input + 5 - auth_ttl Authentication TTL + auth_ttl 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. - 60 input + 60 - unrestricted_auth Requiere authentication for unrestricted hosts + unrestricted_auth If this option is enabled, even users tagged as unrestricted through access control are required to authenticate to use the proxy. checkbox - no_auth_hosts Subnets that don't need authentication + no_auth_hosts 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. textarea - 5 50 + 5 - - squid_print_javascript_auth(); - squid_validate_auth($_POST, &$input_errors); @@ -197,4 +196,7 @@ squid_resync(); + + squid_print_javascript_auth(); + -- cgit v1.2.3