~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to raddb/modules/unix

  • 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
# Unix /etc/passwd style authentication
 
6
#
 
7
unix {
 
8
        #  As of 1.1.0, the Unix module no longer reads,
 
9
        #  or caches /etc/passwd, /etc/shadow, or /etc/group.
 
10
        #  If you wish to cache those files, see the passwd
 
11
        #  module.
 
12
        #
 
13
 
 
14
        #
 
15
        #  The location of the "wtmp" file.
 
16
        #  The only use for 'radlast'.  If you don't use
 
17
        #  'radlast', then you can comment out this item.
 
18
        #
 
19
        #  Note that the radwtmp file may get large!  You should
 
20
        #  rotate it (cp /dev/null radwtmp), or just not use it.
 
21
        #
 
22
        radwtmp = ${logdir}/radwtmp
 
23
}