rlm_eap: add eap_chbind.c to build
[freeradius.git] / raddb / modules / unix
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 }