GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
rlm_unix(5) FreeRADIUS Module rlm_unix(5)

rlm_unix - FreeRADIUS Module

The rlm_unix module reads crypt(3) passwords from the system password file, and allows the server to use them for authentication. The module also provides FreeRADIUS an interface into a radwtmp file (used by "radlast") when added to the accounting section.

The rlm_unix module should be listed in the "authenticate" section. Please see the default radiusd.conf shipped with the server for an example of the correct usage of this module.

As of FreeRADIUS 1.1.0, the module no longer reads, or caches /etc/passwd, /etc/shadow, or /etc/group. If you wish to cache those files, see rlm_passwd. Most, if not all, configurations should not need those files to be cached.

The main configuration items to be aware of are:

radwtmp
The path to the system wtmp file to be used for keeping the database of online users as read by the 'radlast' program.


modules {
  ...
  unix {
    radwtmp = ${logdir}/radwtmp
  }
  ...

}

authentication, accounting

/usr/local/share/examples/freeradius/raddb/radiusd.conf,

radiusd(8), radiusd.conf(5), rlm_passwd(5), radlast(1)

Chris Parker, cparker@segv.org
17 February 2005

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.