Moved modules/* to mods-available/*
[freeradius.git] / raddb / mods-available / sradutmp
1 # -*- text -*-
2 #
3 #  $Id$
4
5 # "Safe" radutmp - does not contain caller ID, so it can be
6 # world-readable, and radwho can work for normal users, without
7 # exposing any information that isn't already exposed by who(1).
8 #
9 # This is another 'instance' of the radutmp module, but it is given
10 # then name "sradutmp" to identify it later in the "accounting"
11 # section.
12 radutmp sradutmp {
13         filename = ${logdir}/sradutmp
14         perm = 0644
15         callerid = "no"
16 }