|
NAMErlm_unix - FreeRADIUS ModuleDESCRIPTIONThe 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:
CONFIGURATIONmodules { ... unix { radwtmp = ${logdir}/radwtmp } ... SECTIONSauthentication, accountingFILES/usr/local/share/examples/freeradius/raddb/radiusd.conf,SEE ALSOradiusd(8), radiusd.conf(5), rlm_passwd(5), radlast(1)AUTHORSChris Parker, cparker@segv.org
Visit the GSP FreeBSD Man Page Interface. |