1basic_radius_auth(8)        System Manager's Manual       basic_radius_auth(8)
2
3
4

NAME

6       basic_radius_auth - Squid RADIUS authentication helper
7

SYNOPSIS

9       basic_radius_auth -f config file
10       basic_radius_auth -h server name  port ] [-i identifier ] -w secret [-t
11       timeout ]
12

DESCRIPTION

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

OPTIONS

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

CONFIGURATION

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

AUTHOR

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       This program and documentation is copyright to the authors named above.
72
73       Distributed under the GNU General Public License (GNU GPL) version 2 or
74       later (GPLv2+).
75

QUESTIONS

77       Questions  on  the usage of this program can be sent to the Squid Users
78       mailing list <squid-users@squid-cache.org>
79
80       Or contact your favorite RADIUS list/friend if  the  question  is  more
81       related to RADIUS than Squid.
82

REPORTING BUGS

84       Bug  reports  need  to  be  made  in  English.   See http://wiki.squid-
85       cache.org/SquidFaq/BugReporting for details of what you need to include
86       with your bug report.
87
88       Report bugs or bug fixes using http://bugs.squid-cache.org/
89
90       Report serious security bugs to Squid Bugs <squid-bugs@squid-cache.org>
91
92       Report  ideas for new improvements to the Squid Developers mailing list
93       <squid-dev@squid-cache.org>
94

SEE ALSO

96       squid(8), GPL(7),
97       RFC2058 - Remote Authentication Dial In User Service (RADIUS)
98       The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
99       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
100
101
102
103
104                                 7 August 2004            basic_radius_auth(8)
Impressum