ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations.

For more information about the manual page format, see the manual page for manpages(5).



rlm_files(5)                                  FreeRADIUS Module                                 rlm_files(5)



NAME
       rlm_files - FreeRADIUS Module

DESCRIPTION
       The  rlm_files module uses the 'users' file for accessing authorization information for users.  Addi-tionally, Additionally,
       tionally, it supports a 'users' file syntax to be applied to the accounting and pre-proxy sections.

       The main configuration items to be aware of are:

       usersfile
              The filename of the 'users' file, which is parsed during the authorization stage of this  mod-ule. module.
              ule.

       acctusersfile
              The  filename of the 'users' file, which is parsed during the accounting stage of this module.

       preproxy_usersfile
              The filename of the 'users' file, which is parsed during the pre_proxy stage of this module.

       compat This option allows FreeRADIUS to parse an old style Cistron syntax.  The default is 'no'.   If
              you need to parse an old style Cistron file, set this option to 'cistron'.

CONFIGURATION
       modules {
         ... stuff here ...
         files {
           usersfile = %{confdir}/users
           acctusersfile = %{confdir}/acct_users
           preproxy_usersfile = %{confdir}/preproxy_users
           compat = no
         }
         ... stuff here ...
       }


SECTIONS
       authorization, accounting, pre_proxy


FILES
       /etc/raddb/radiusd.conf, /etc/raddb/users, /etc/raddb/acct_users, /etc/raddb/preproxy_users


SEE ALSO
       radiusd(8), radiusd.conf(5), users(5)

AUTHORS
       Chris Parker, cparker@segv.org



                                               5 February 2004                                  rlm_files(5)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.