~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-proposed

« back to all changes in this revision

Viewing changes to raddb/modules/sradutmp

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}