squid.inc squidauth Proxy server: Authentication General settings /pkg_edit.php?xml=squid.xml&id=0 Upstream proxy /pkg_edit.php?xml=squid_upstream.xml&id=0 Cache management /pkg_edit.php?xml=squid_cache.xml&id=0 Access control /pkg_edit.php?xml=squid_nac.xml&id=0 Traffic management /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. none select on_auth_method_changed() auth_server Authentication server Enter here the IP or hostname of the server that will perform the authentication. input 60 auth_server_port Authentication 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 ldap_user LDAP server user DN Enter here the user DN to use to connect to the LDAP server. input 60 ldap_password LDAP password Enter here the password to use to connect to the LDAP server. password 60 ldap_basedomain LDAP base domain For LDAP authentication, enter here the base domain in the LDAP server. input 60 radius_secret RADIUS secret The RADIUS secret for RADIUS authentication. password 60 msnt_secondary Secondary NT servers Comma-separated list of secondary servers to be used for NT domain authentication. input 60 auth_prompt Authentication prompt This string will be displayed at the top of the authentication request window. Please enter your credentials to access the proxy input auth_processes Authentication processes The number of authenticator processes to spawn. If many authentications are expected within a short timeframe, increase this number accordingly. 5 input 60 auth_ttl Authentication 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 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 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 $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(); squid_validate_auth($_POST, &$input_errors); squid_print_javascript_auth2(); squid_print_javascript_auth2(); squid_resync();