Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
34 - 3
#  $Id: 5165139aaf39d533581161871542b48a6e3e8c42 $
4 - 4
 
5
# Unix /etc/passwd style authentication
6
#
34 - 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
#
4 - 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
}