1rlm_files(5) FreeRADIUS Module rlm_files(5)
2
3
4
6 rlm_files - FreeRADIUS Module
7
9 The rlm_files module uses the 'users' file for accessing authorization
10 information for users. Additionally, it supports a 'users' file syntax
11 to be applied to the accounting and pre-proxy sections.
12
13 The main configuration items to be aware of are:
14
15 usersfile
16 The filename of the 'users' file, which is parsed during the
17 authorization stage of this module.
18
19 acctusersfile
20 The filename of the 'users' file, which is parsed during the
21 accounting stage of this module.
22
23 preproxy_usersfile
24 The filename of the 'users' file, which is parsed during the
25 pre_proxy stage of this module.
26
27 compat This option allows FreeRADIUS to parse an old style Cistron syn‐
28 tax. The default is 'no'. If you need to parse an old style
29 Cistron file, set this option to 'cistron'.
30
32 modules {
33 ... stuff here ...
34 files {
35 usersfile = %{confdir}/users
36 acctusersfile = %{confdir}/acct_users
37 preproxy_usersfile = %{confdir}/preproxy_users
38 compat = no
39 }
40 ... stuff here ...
41 }
42
44 authorization, accounting, pre_proxy
45
47 /etc/raddb/radiusd.conf, /etc/raddb/users, /etc/raddb/acct_users,
48 /etc/raddb/preproxy_users
49
51 radiusd(8), radiusd.conf(5), users(5)
52
54 Chris Parker, cparker@segv.org
55
56
57
58 5 February 2004 rlm_files(5)