Project

General

Profile

Actions

Bug #16684

closed

pfSense 25.11.1 doesn't display radiusd user authentication event notifications

Added by AMD AMD 17 days ago. Updated 17 days ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Logging
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
Affected Architecture:
amd64

Description

Tested on

25.11.1-RELEASE (amd64)
built on Tue Jan 27 22:33:00 EET 2026
FreeBSD 16.0-CURRENT

After upgrading from version 25.11 to version 25.11.1, I noticed that FreeRADIUS log messages are no longer displayed in the web interface, under Status → System Logs → System → General.

=======
Example of a message that was displayed in version 25.11 for a successful user authentication:

Feb 7 00:03:19 radiusd 70878 (10) Login OK: [***] (from client ** port 1 cli ****-**)
Feb 7 00:03:19 radiusd 70878 (9) Login OK: [***] (from client ** port 0 via TLS tunnel)

========

Freeradius 3 Version:3.2.8
Freeradius 3 Config:

/usr/local/etc/raddb/radiusd.conf
prefix = /usr/local
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = /var
sbindir = ${exec_prefix}/sbin
logdir = ${localstatedir}/log
raddbdir = ${sysconfdir}/raddb
radacctdir = ${logdir}/radacct
name = radiusd
confdir = ${raddbdir}
modconfdir = ${confdir}/mods-config
certdir = ${confdir}/certs
cadir = ${confdir}/certs
run_dir = ${localstatedir}/run
db_dir = ${raddbdir}
libdir = /usr/local/lib/freeradius-3.2.8
pidfile = ${run_dir}/${name}.pid
max_request_time = 30
cleanup_delay = 5
max_requests = 1024
hostname_lookups = no
regular_expressions = yes
extended_expressions = yes

log {
destination = syslog
colourise = yes
file = ${logdir}/radius.log
syslog_facility = daemon
stripped_names = no
auth = yes
auth_badpass = yes
auth_goodpass = no
msg_goodpass = ""
msg_badpass = "%{User-Name}"
msg_denied = "You are already logged in - access denied"
}

checkrad = ${sbindir}/checkrad
security {
allow_core_dumps = no
max_attributes = 200
reject_delay = 1
status_server = no # Disable this check since it may not be accurate due to how FreeBSD patches OpenSSL
allow_vulnerable_openssl = yes
}

$INCLUDE clients.conf
thread pool {
start_servers = 10
max_servers = 32
min_spare_servers = 3
max_spare_servers = 10
max_queue_size = 65536
max_requests_per_server = 0
auto_limit_acct = no
}

modules {
$INCLUDE ${confdir}/mods-enabled/
}

instantiate {
exec
expr
expiration
logintime ### Dis-/Enable sql instatiate
#sql
daily
weekly
monthly
forever
}
policy {
$INCLUDE policy.d/
}
$INCLUDE sites-enabled/

Actions

Also available in: Atom PDF