prefix = /usr/local exec_prefix = ${prefix} sysconfdir = ${prefix}/etc localstatedir = /var sbindir = ${exec_prefix}/sbin logdir = /var/log raddbdir = ${sysconfdir}/raddb radacctdir = ${logdir}/radacct name = radiusd confdir = ${raddbdir} run_dir = ${localstatedir}/run/${name} db_dir = ${raddbdir} libdir = /usr/local/lib/freeradius-2.1.10 pidfile = ${run_dir}/${name}.pid user = freeradius group = freeradius max_request_time = 30 cleanup_delay = 5 max_requests = 1024 listen { type = auth ipaddr = * port = 0 } #listen { # ipaddr = * # port = 0 # type = acct #} hostname_lookups = no allow_core_dumps = yes 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 = yes } $INCLUDE ${raddbdir}/clients.conf $INCLUDE ${raddbdir}/sites-enabled/default thread pool { start_servers = 5 max_servers = 32 min_spare_servers = 3 max_spare_servers = 10 max_requests_per_server = 0 } modules { $INCLUDE ${raddbdir}/eap.conf $INCLUDE ${raddbdir}/modules/preprocess $INCLUDE ${raddbdir}/modules/mschap $INCLUDE ${raddbdir}/modules/chap $INCLUDE ${raddbdir}/modules/digest $INCLUDE ${raddbdir}/modules/files $INCLUDE ${raddbdir}/modules/expiration $INCLUDE ${raddbdir}/modules/logintime $INCLUDE ${raddbdir}/modules/pap $INCLUDE ${raddbdir}/modules/unix $INCLUDE ${raddbdir}/modules/acct_unique $INCLUDE ${raddbdir}/modules/detail $INCLUDE ${raddbdir}/modules/radutmp $INCLUDE ${raddbdir}/modules/exec $INCLUDE ${raddbdir}/modules/realm } proxy_requests = yes $INCLUDE ${raddbdir}/proxy.conf