0,0 → 1,81 |
prefix = /usr |
exec_prefix = /usr |
sysconfdir = /etc |
localstatedir = /var |
sbindir = /usr/sbin |
logdir = /var/log/radius |
raddbdir = /etc/raddb |
radacctdir = /var/log/radius/radacct |
name = radiusd |
confdir = ${raddbdir} |
run_dir = ${localstatedir}/run/${name} |
db_dir = ${raddbdir} |
libdir = /usr/lib/freeradius |
pidfile = ${run_dir}/${name}.pid |
user = radius |
group = radius |
max_request_time = 30 |
cleanup_delay = 5 |
max_requests = 1024 |
|
listen { |
type = auth |
ipaddr = 127.0.0.1 |
port = 0 |
} |
|
listen { |
ipaddr = 127.0.0.1 |
port = 0 |
type = acct |
} |
|
hostname_lookups = no |
allow_core_dumps = no |
regular_expressions = yes |
extended_expressions = yes |
|
log { |
destination = files |
file = ${logdir}/radius.log |
syslog_facility = daemon |
stripped_names = no |
auth = no |
auth_badpass = no |
auth_goodpass = no |
} |
|
checkrad = ${sbindir}/checkrad |
|
security { |
max_attributes = 200 |
reject_delay = 1 |
status_server = no |
} |
|
proxy_requests = no |
$INCLUDE clients.conf |
|
thread pool { |
start_servers = 5 |
max_servers = 32 |
min_spare_servers = 3 |
max_spare_servers = 10 |
max_requests_per_server = 0 |
} |
|
modules { |
$INCLUDE ${confdir}/modules/ |
$INCLUDE eap.conf |
$INCLUDE sql.conf |
$INCLUDE sql/mysql/counter.conf |
} |
|
instantiate { |
exec |
expr |
expiration |
logintime |
} |
|
$INCLUDE sites-enabled/ |