Subversion Repositories ALCASAR

Rev

Rev 377 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
377 franck 1
prefix = /usr
2
exec_prefix = /usr
3
sysconfdir = /etc
4
localstatedir = /var
5
sbindir = /usr/sbin
6
logdir = /var/log/radius
7
raddbdir = /etc/raddb
8
radacctdir = /var/log/radius/radacct
9
name = radiusd
10
confdir = ${raddbdir}
11
run_dir = ${localstatedir}/run/${name}
12
db_dir = ${raddbdir}
13
libdir = /usr/lib/freeradius
14
pidfile = ${run_dir}/${name}.pid
15
user = radius
16
group = radius
17
max_request_time = 30
18
cleanup_delay = 5
19
max_requests = 1024
20
 
21
listen {
22
	type = auth
23
	ipaddr = 127.0.0.1
24
	port = 0
25
}
26
 
27
listen {
28
	ipaddr = 127.0.0.1
29
	port = 0
30
	type = acct
31
}
32
 
33
hostname_lookups = no
34
allow_core_dumps = no
35
regular_expressions	= yes
36
extended_expressions	= yes
37
 
38
log {
39
	destination = files
40
	file = ${logdir}/radius.log
41
	syslog_facility = daemon
42
	stripped_names = no
43
	auth = no
44
	auth_badpass = no
45
	auth_goodpass = no
46
}
47
 
48
checkrad = ${sbindir}/checkrad
49
 
50
security {
51
	max_attributes = 200
52
	reject_delay = 1
53
	status_server = no
54
}
55
 
56
proxy_requests = no
57
$INCLUDE clients.conf
58
 
59
thread pool {
60
	start_servers = 5
61
	max_servers = 32
62
	min_spare_servers = 3
63
	max_spare_servers = 10
64
	max_requests_per_server = 0
65
}
66
 
67
modules {
68
	$INCLUDE ${confdir}/modules/
69
	$INCLUDE eap.conf
70
	$INCLUDE sql.conf
71
	$INCLUDE sql/mysql/counter.conf
72
}
73
 
74
instantiate {
75
	exec
76
	expr
77
	expiration
78
	logintime
79
}
80
 
81
$INCLUDE sites-enabled/