fixup comment on unix opening bracket
[freeradius.git] / raddb / mods-available / unix
1 # -*- text -*-
2 #
3 #  $Id$
4
5 # Unix /etc/passwd style authentication
6 #
7 #  This module calls the system functions to get the "known good"
8 #  password.  This password is usually in the "crypt" form, and is
9 #  incompatible with CHAP, MS-CHAP, PEAP, etc.
10 #
11 #  If passwords are in /etc/shadow, you will need to set the "group"
12 #  configuration in radiusd.conf.  Look for "shadow", and follow the
13 #  instructions there.
14 #
15 unix {
16         #
17         #  The location of the "wtmp" file.
18         #  The only use for 'radlast'.  If you don't use
19         #  'radlast', then you can comment out this item.
20         #
21         #  Note that the radwtmp file may get large!  You should
22         #  rotate it (cp /dev/null radwtmp), or just not use it.
23         #
24         radwtmp = ${logdir}/radwtmp
25 }