blob: a5798d582a5e11f26a99b0dc9238519b7e2ad71c [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: 5165139aaf39d533581161871542b48a6e3e8c42 $
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#
15unix {
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}