1squid_radius_auth(8) System Manager's Manual squid_radius_auth(8)
2
3
4
6 squid_radius_auth - Squid RADIUS authentication helper
7
9 squid_radius_auth -f configfile
10 squid_radius_auth -h "server" [-p port] [-i identifier] -w secret
11
13 This helper allows Squid to connect to a RADIUS server to validate the
14 user name and password of Basic HTTP authentication.
15
16 -f configfile
17 Specifies the path to a configuration file. See the CONFIGURA‐
18 TION section for details.
19
20 -h server
21 Alternative method of specifying the server to connect to
22
23 -p port
24 Specify another server port where the RADIUS server listens for
25 requests if different from the default RADIUS port. Normally
26 not specified.
27
28 -i identifier
29 Unique identifier identifying this Squid proxy to the RADIUS
30 server. If not specified the IP address is used as to identify
31 the proxy.
32
33 -w secret
34 Alternative method of specifying the shared secret. Using the
35 configuration file is generally more secure and recommended.
36
37 -t timeout
38 RADIUS request timeout. Default 10 seconds.
39
41 The configuration specifies how the helper connects to RADIUS. The
42 file contains a list of directives (one per line). Lines beginning with
43 a # is ignored.
44
45 server radiusserver
46 specifies the name or address of the RADIUS server to connect
47 to.
48
49 secret somesecretstring
50 specifies the shared RADIUS secret.
51
52 identifier nameofserver
53 specifies what the proxy should identify itsels as to the RADIUS
54 server. This directive is optional.
55
56 port portnumber
57 Specifies the port number or service name where the helper
58 should connect.
59
61 This manual page was written by Henrik Nordstrom <hno@squid-cache.org>
62
63 squid_radius_auth is written by Marc van Selm <selm@cistron.nl> with
64 contributions from Henrik Nordstrom <hno@squid-cache.org> and many oth‐
65 ers
66
68 Any questions on usage can be sent to Squid Users <squid-users@squid-
69 cache.org>, or to your favorite RADIUS list/friend if the question is
70 more related to RADIUS than Squid.
71
73 Report bugs or bug-fixes to Squid Bugs <squid-bugs@squid-cache.org> or
74 ideas for new improvements to Squid Developers <squid-dev@squid-
75 cache.org>
76
78 RFC2058 - Remote Authentication Dial In User Service (RADIUS)
79
80
81
82Squid RADIUS Auth 7 August 2004 squid_radius_auth(8)