.TH squid_radius_auth 8 "7 August 2004" "Squid RADIUS Auth" . .SH NAME squid_radius_auth - Squid RADIUS authentication helper . .SH SYNOPSIS .B squid_radius_auth -f configfile .br .B squid_radius_auth -h "server" [-p port] [-i identifier] -w secret . .SH DESCRIPTION This helper allows Squid to connect to a RADIUS server to validate the user name and password of Basic HTTP authentication. . .TP .BI "-f " "configfile " Specifies the path to a configuration file. This file may contain two directives (one per line): "server" specifies the name of the RADIUS server to connect to. "secret" specifies the shared RADIUS secret. Lines beginning with a # is ignored. "identifier" specifies what the proxy should identify itsels as to the RADIUS server. . .TP .BI "-h " server Alternative method of specifying the server to connect to . .TP .BI "-p " port Specify another server port where the RADIUS server listens for requests if different from the default RADIUS port. Normally not specified. . .TP .BI "-i " identifier Unique identifier identifying this Squid proxy to the RADIUS server. If not specified the IP address is used as to identify the proxy. .TP .BI "-w " secret Alternative method of specifying the shared secret. Using the configuration file is generally more secure and recommended. . .SH AUTHOR This manual page was written by .I Henrik Nordstrom .P squid_radius_auth is written by .I Marc van Selm with contributions from .I Henrik Nordstrom and many others . .SH QUESTIONS Any questions on usage can be sent to .IR "Squid Users " , or to your favorite RADIUS list/friend if the question is more related to RADIUS than Squid. . .SH REPORTING BUGS Report bugs or bug-fixes to .I Squid Bugs or ideas for new improvements to .I Squid Developers . .SH "SEE ALSO" .BR RFC2058 " - Remote Authentication Dial In User Service (RADIUS)"