forked from infra/ansible
17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
|
# -*- text -*-
|
||
|
#
|
||
|
# $Id: a7700bac6aaa93940c784f1b6df08b61eb77a1a3 $
|
||
|
|
||
|
# "Safe" radutmp - does not contain caller ID, so it can be
|
||
|
# world-readable, and radwho can work for normal users, without
|
||
|
# exposing any information that isn't already exposed by who(1).
|
||
|
#
|
||
|
# This is another 'instance' of the radutmp module, but it is given
|
||
|
# then name "sradutmp" to identify it later in the "accounting"
|
||
|
# section.
|
||
|
radutmp sradutmp {
|
||
|
filename = ${logdir}/sradutmp
|
||
|
perm = 0644
|
||
|
callerid = "no"
|
||
|
}
|