6275b6ac35aabeaa4750295d38fc7f9d02ba017d
[freeradius.git] / raddb / modules / files
1 # -*- text -*-
2 #
3 #  $Id$
4
5 # Livingston-style 'users' file
6 #
7 files {
8         # The default key attribute to use for matches.  The content
9         # of this attribute is used to match the "name" of the
10         # entry.
11         #key = "%{Stripped-User-Name:-%{User-Name}}"
12
13         usersfile = ${confdir}/users
14         acctusersfile = ${confdir}/acct_users
15         preproxy_usersfile = ${confdir}/preproxy_users
16
17         #  If you want to use the old Cistron 'users' file
18         #  with FreeRADIUS, you should change the next line
19         #  to 'compat = cistron'.  You can the copy your 'users'
20         #  file from Cistron.
21         compat = no
22 }