. All rights reserved. */ /* ========================================================================== */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ ]]> Describe your package here Describe your package requirements here Currently there are no FAQ items provided. squidauth none Proxy server: Authentication /usr/local/pkg/squid.inc General /pkg_edit.php?xml=squid.xml&id=0 Upstream Proxy /pkg_edit.php?xml=squid_upstream.xml&id=0 Cache Mgmt /pkg_edit.php?xml=squid_cache.xml&id=0 Access Control /pkg_edit.php?xml=squid_nac.xml&id=0 Traffic Mgmt /pkg_edit.php?xml=squid_traffic.xml&id=0 Auth Settings /pkg_edit.php?xml=squid_auth.xml&id=0 Local Users /pkg.php?xml=squid_users.xml Authentication method auth_method Select an authentication method. This will allow users to be authenticated by local or external services. select none on_auth_method_changed() LDAP version ldap_version Enter LDAP protocol version (2 or 3). select 2 Authentication server auth_server Enter here the IP or hostname of the server that will perform the authentication. input 60 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 60 NT domain auth_ntdomain Enter here the NT domain. input 60 LDAP server user DN ldap_user Enter here the user DN to use to connect to the LDAP server. input 60 LDAP password ldap_pass Enter here the password to use to connect to the LDAP server. password 60 LDAP base domain ldap_basedomain For LDAP authentication, enter here the base domain in the LDAP server. input 60 LDAP username DN attribute ldap_userattribute Enter LDAP username DN attibute. input 60 uid LDAP search filter ldap_filter Enter LDAP search filter. input 60 (&(objectClass=person)(uid=%s)) RADIUS secret radius_secret The RADIUS secret for RADIUS authentication. password 60 Secondary NT servers msnt_secondary Comma-separated list of secondary servers to be used for NT domain authentication. input 60 Authentication prompt auth_prompt This string will be displayed at the top of the authentication request window. input Please enter your credentials to access the proxy Authentication processes auth_processes The number of authenticator processes to spawn. If many authentications are expected within a short timeframe, increase this number accordingly. input 60 5 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. input 60 60 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 Subnets that don't need authentication no_auth_hosts Enter each subnet or IP address on a new line (in CIDR format, e.g.: 10.5.0.0/16, 192.168.1.50/32) that should not be asked for authentication to access the proxy. textarea 50 5 base64 squid_validate_auth($_POST, $input_errors); squid_print_javascript_auth2(); squid_resync(); squid_print_javascript_auth2(); $transparent_proxy = ($config['installedpackages']['squid']['config'][0]['transparent_proxy'] == 'on'); if($transparent_proxy) $input_errors[] = "Authentication cannot be enabled while transparent proxy mode is enabled"; squid_print_javascript_auth();