blob: 8e287043131e358fa5dd85600fca79a19b4b0f23 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: 3a2a0e502e76ec00d4ec17e70132448e1547da46 $
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.
12radutmp sradutmp {
13 filename = ${logdir}/sradutmp
14 permissions = 0644
15 caller_id = "no"
16}