import from HEAD:
[freeradius.git] / man / man5 / rlm_files.5
1 .TH rlm_files 5 "5 February 2004" "" "FreeRADIUS Module"
2 .SH NAME
3 rlm_files \- FreeRADIUS Module
4 .SH DESCRIPTION
5 The \fIrlm_files\fP module uses the 'users' file for accessing
6 authorization information for users.  Additionally, it supports
7 a 'users' file syntax to be applied to the accounting and pre-proxy
8 sections.
9 .PP
10 The main configuration items to be aware of are:
11 .IP usersfile
12 The filename of the 'users' file, which is parsed during the
13 authorization stage of this module.
14 .IP acctusersfile
15 The filename of the 'users' file, which is parsed during the
16 accounting stage of this module.
17 .IP preproxy_usersfile
18 The filename of the 'users' file, which is parsed during the
19 pre_proxy stage of this module.
20 .IP compat
21 This option allows FreeRADIUS to parse an old style Cistron syntax.
22 The default is 'no'.  If you need to parse an old style Cistron
23 file, set this option to 'cistron'.
24 .SH CONFIGURATION
25 .PP
26 .DS
27 modules {
28   ... stuff here ...
29 .br
30   files {
31 .br
32     usersfile = %{confdir}/users
33 .br
34     acctusersfile = %{confdir}/acct_users
35 .br
36     preproxy_usersfile = %{confdir}/preproxy_users
37 .br
38     compat = no
39 .br
40   }
41 .br
42   ... stuff here ...
43 .br
44 }
45 .DE
46 .PP
47 .SH SECTIONS
48 .BR authorization,
49 .BR accounting,
50 .BR pre_proxy
51 .PP
52 .SH FILES
53 .I /etc/raddb/radiusd.conf,
54 .I /etc/raddb/users,
55 .I /etc/raddb/acct_users,
56 .I /etc/raddb/preproxy_users
57 .PP
58 .SH "SEE ALSO"
59 .BR radiusd (8),
60 .BR radiusd.conf (5),
61 .BR users (5)
62 .SH AUTHORS
63 Chris Parker, cparker@segv.org