1rlm_unix(5) FreeRADIUS Module rlm_unix(5)
2
3
4
6 rlm_unix - FreeRADIUS Module
7
9 The rlm_unix module reads crypt(3) passwords from the system password
10 file, and allows the server to use them for authentication. The module
11 also provides FreeRADIUS an interface into a radwtmp file (used by
12 "radlast") when added to the accounting section.
13
14 The rlm_unix module does provides the functionality for "Auth-Type =
15 System". The module should be listed in the "authenticate" section.
16 Please see the default radiusd.conf shipped with the server for an
17 example of the correct usage of this module.
18
19 As of FreeRADIUS 1.1.0, the module no longer reads, or caches
20 /etc/passwd, /etc/shadow, or /etc/group. If you wish to cache those
21 files, see rlm_passwd. Most, if not all, configurations should not
22 need those files to be cached.
23
24 The main configuration items to be aware of are:
25
26 radwtmp
27 The path to the system wtmp file to be used for keeping the
28 database of online users as read by the 'radlast' program.
29
31 modules {
32 ...
33 unix {
34 radwtmp = ${logdir}/radwtmp
35 }
36 ...
37 }
38
40 authentication, accounting
41
43 /etc/raddb/radiusd.conf,
44
46 radiusd(8), radiusd.conf(5), rlm_passwd(5), radlast(1)
47
49 Chris Parker, cparker@segv.org
50
51
52
53 17 February 2005 rlm_unix(5)