1basic_radius_auth(8) System Manager's Manual basic_radius_auth(8)
2
3
4
6 basic_radius_auth - Squid RADIUS authentication helper
7
9 basic_radius_auth -f config file
10 basic_radius_auth -h " server name " [-p port ] [-i identifier ] -w
11 secret [-t timeout ]
12
14 basic_radius_auth allows Squid to connect to a RADIUS server to vali‐
15 date the user name and password of Basic HTTP authentication.
16
18 -f configfile
19 Specifies the path to a configuration file. See the CONFIG‐
20 URATION section for details on the file content.
21
22 -h server Alternative method of specifying the server to connect to
23
24 -p port Specify another server port where the RADIUS server listens
25 for requests if different from the default RADIUS port.
26 Normally not specified.
27
28 -i identifier
29 Unique identifier identifying this Squid proxy to the
30 RADIUS server. If not specified the IP address is used to
31 identify the proxy.
32
33 -w secret Alternative method of specifying the shared secret. Using
34 the -f option with a configuration file is generally more
35 secure and recommended.
36
37 -t timeout RADIUS request timeout. Default is 10 seconds.
38
40 The configuration specifies how the helper connects to RADIUS. The
41 file contains a list of directives (one per line). Lines beginning with
42 a # are ignored.
43
44 server radiusserver
45 specifies the name or address of the RADIUS server to connect
46 to.
47
48 secret somesecretstring
49 specifies the shared RADIUS secret.
50
51 identifier nameofserver
52 specifies what name the proxy should use to identify itself to
53 the RADIUS server. This directive is optional.
54
55 port portnumber
56 Specifies the port number or service name where the helper
57 should connect.
58
59 timeout seconds
60 Specifies the RADIUS request timeout.
61
63 This program is written by Marc van Selm <selm@cistron.nl> Henrik Nord‐
64 strom <hno@squid-cache.org>
65
66 With contributions from many others.
67
68 This manual was written by Henrik Nordstrom <hno@squid-cache.org>
69
71 * Copyright (C) 1996-2021 The Squid Software Foundation and contribu‐
72 tors
73 *
74 * Squid software is distributed under GPLv2+ license and includes
75 * contributions from numerous individuals and organizations.
76 * Please see the COPYING and CONTRIBUTORS files for details.
77
78 This program and documentation is copyright to the authors named above.
79
80 Distributed under the GNU General Public License (GNU GPL) version 2 or
81 later (GPLv2+).
82
84 Questions on the usage of this program can be sent to the Squid Users
85 mailing list <squid-users@lists.squid-cache.org>
86
87 Or contact your favorite RADIUS list/friend if the question is more
88 related to RADIUS than Squid.
89
91 Bug reports need to be made in English. See http://wiki.squid-
92 cache.org/SquidFaq/BugReporting for details of what you need to include
93 with your bug report.
94
95 Report bugs or bug fixes using http://bugs.squid-cache.org/
96
97 Report serious security bugs to Squid Bugs <squid-bugs@lists.squid-
98 cache.org>
99
100 Report ideas for new improvements to the Squid Developers mailing list
101 <squid-dev@lists.squid-cache.org>
102
104 squid(8), GPL(7),
105 RFC2058 - Remote Authentication Dial In User Service (RADIUS)
106 The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
107 The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
108
109
110
111
112 7 August 2004 basic_radius_auth(8)