e3c1e6629d82799769c9287762048841e224e152
[freeradius.git] / raddb / mods-available / files
1 # -*- text -*-
2 #
3 #  $Id$
4
5 # Livingston-style 'users' file
6 #
7 files {
8         # Search for files in a subdirectory of mods-config which
9         # matches this instance of the files module.
10         moddir = ${modconfdir}/${.:instance}
11
12         # The default key attribute to use for matches.  The content
13         # of this attribute is used to match the "name" of the
14         # entry.
15         #key = "%{%{Stripped-User-Name}:-%{User-Name}}"
16
17         # Sets a common file for all sections which do not have
18         # specific files configured. It's recommended that
19         # per section instances of 'files' are used, as per section
20         # files will be deprecated in a future release.
21         filename = ${moddir}/authorize
22
23         usersfile = ${moddir}/authorize
24         acctusersfile = ${moddir}/accounting
25         preproxy_usersfile = ${moddir}/pre-proxy
26
27         #  If you want to use the old Cistron 'users' file
28         #  with FreeRADIUS, you should change the next line
29         #  to 'compat = cistron'.  You can the copy your 'users'
30         #  file from Cistron.
31         compat = no
32 }