84a700c5aa0c2586cd47d9d5de5f4ec0b645b81f
[freeradius.git] / src / modules / rlm_files / selfconfig.m4
1 dnl  There's no runtime magic here.  This is included at compile time to make
2 dnl  a default etc/raddb/radiusd.conf for installation.
3 dnl
4 INSERT_GLOBAL_CONFIG(5)dnl
5 dnl nothing
6 INSERT_MODULE_INSTANTIATION(5)dnl
7         #
8         files {
9                 usersfile = ${confdir}/users
10                 acctusersfile = ${confdir}/acct_users
11
12                 #  If you want to use the old Cistron 'users' file
13                 #  with FreeRADIUS, you should change the next line
14                 #  to 'compat = cistron'.  You can the copy your 'users'
15                 #  file from Cistron.
16                 compat = no
17         }
18 INSERT_DEF_AUTHENTICATION(5)dnl
19 dnl nothing
20 INSERT_DEF_AUTHORIZATION(5)dnl
21         files
22 INSERT_DEF_PREACCOUNTING(5)dnl
23         files
24 INSERT_DEF_ACCOUNTING(5)dnl
25 dnl nothing
26 INSERT_DEF_SESSION(5)dnl
27 dnl nothing