Subversion Repositories ALCASAR

Rev

Rev 377 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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