Bug #12126 » radiusd.conf
| 1 |
prefix = /usr/local |
|---|---|
| 2 |
exec_prefix = ${prefix} |
| 3 |
sysconfdir = ${prefix}/etc |
| 4 |
localstatedir = /var |
| 5 |
sbindir = ${exec_prefix}/sbin |
| 6 |
logdir = ${localstatedir}/log |
| 7 |
raddbdir = ${sysconfdir}/raddb |
| 8 |
radacctdir = ${logdir}/radacct |
| 9 |
name = radiusd |
| 10 |
confdir = ${raddbdir} |
| 11 |
modconfdir = ${confdir}/mods-config |
| 12 |
certdir = ${confdir}/certs |
| 13 |
cadir = ${confdir}/certs |
| 14 |
run_dir = ${localstatedir}/run |
| 15 |
db_dir = ${raddbdir} |
| 16 |
libdir = /usr/local/lib/freeradius-3.0.22 |
| 17 |
pidfile = ${run_dir}/${name}.pid |
| 18 |
max_request_time = 30 |
| 19 |
cleanup_delay = 5 |
| 20 |
max_requests = 1024 |
| 21 |
hostname_lookups = no |
| 22 |
regular_expressions = yes |
| 23 |
extended_expressions = yes |
| 24 |
|
| 25 |
log {
|
| 26 |
destination = syslog |
| 27 |
colourise = yes |
| 28 |
file = ${logdir}/radius.log |
| 29 |
syslog_facility = daemon |
| 30 |
stripped_names = no |
| 31 |
auth = yes |
| 32 |
auth_badpass = no |
| 33 |
auth_goodpass = no |
| 34 |
msg_goodpass = "" |
| 35 |
msg_badpass = "" |
| 36 |
msg_denied = "You are already logged in - access denied" |
| 37 |
} |
| 38 |
|
| 39 |
checkrad = ${sbindir}/checkrad |
| 40 |
security {
|
| 41 |
allow_core_dumps = no |
| 42 |
max_attributes = 200 |
| 43 |
reject_delay = 1 |
| 44 |
status_server = no |
| 45 |
# Disable this check since it may not be accurate due to how FreeBSD patches OpenSSL
|
| 46 |
allow_vulnerable_openssl = yes |
| 47 |
} |
| 48 |
|
| 49 |
$INCLUDE clients.conf |
| 50 |
thread pool { |
| 51 |
start_servers = 5 |
| 52 |
max_servers = 32 |
| 53 |
min_spare_servers = 3 |
| 54 |
max_spare_servers = 10 |
| 55 |
max_queue_size = 65536 |
| 56 |
max_requests_per_server = 0 |
| 57 |
auto_limit_acct = no |
| 58 |
} |
| 59 |
|
| 60 |
modules {
|
| 61 |
$INCLUDE ${confdir}/mods-enabled/ |
| 62 |
} |
| 63 |
|
| 64 |
instantiate {
|
| 65 |
exec
|
| 66 |
expr
|
| 67 |
expiration
|
| 68 |
logintime
|
| 69 |
### Dis-/Enable sql instatiate
|
| 70 |
|
| 71 |
redundant sql { |
| 72 |
sql1
|
| 73 |
### sql2 DISABLED ###
|
| 74 |
} |
| 75 |
|
| 76 |
} |
| 77 |
policy {
|
| 78 |
$INCLUDE policy.d/ |
| 79 |
} |
| 80 |
$INCLUDE sites-enabled/ |
- « Previous
- 1
- 2
- Next »