Freeradius-Users
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- 10 participants
- 27046 discussions
sqlippool, allocate_find and duplicate address if NAS packets are received in the reverse order
by Matteo Sgalaberni 23 Sep '22
by Matteo Sgalaberni 23 Sep '22
23 Sep '22
Hi, I found on this patch a huge change on the sqlippool:
https://github.com/FreeRADIUS/freeradius-server/commit/38e475f424d4abb1b3ec…
I see that it's well documented on wiki. I have a doubt about the "allocate_existing".
I'm using the oldest query "allocate_find" that do in the same query "allocate_existing+allocate_find" and works well. I can probably understand why the developer who wrote this patch divided this, so it's simpler to disable the sticky ip.
I'm running in a problem with "sticky ip" (old query allocate_existing):
allocate_find = " \ SELECT framedipaddress \ FROM ${ ippool_table } \ WHERE pool_name = '%{control:${pool_name}}' \ AND ( \ expiry_time < 'now' :: timestamp ( 0 ) \ OR ( nasipaddress = '%{NAS-IP-Address}' AND pool_key = '${pool_key}' ) \ ) \ ORDER BY \ ( username <> '%{SQL-User-Name}' ), \ ( callingstationid <> '%{Calling-Station-Id}' ), \ expiry_time \ LIMIT 1 \ FOR UPDATE " Sometimes, in rare case when the customer have a very quick disconnection/reconnection happen that the NAS send the Access-Request before the stop Accounting-Request. So in that case happen:
1) Access_Request -> allocate_find (find the same ip to the same user) + allocate_update (assign same ip, renew lease)
2) Accounting-Request Stop -> allocate_free (clear ip)
Now, the IP is assigned, but on sqlippool is marked as free...and sometime in the future another user will obtain the same IP and I have a duplicate assignment.
Is this behaviour normal and "known"? I can't find this "warn" on wiki/documentation.
If this is normal and known I think that I need to kill the "stitky ip" capability to solve the issue in these way:
Way A) remove " nasipaddress = '%{NAS-IP-Address}' AND pool_key = '${pool_key}'" and ORDER BY \ (username <> '%{SQL-User-Name}') from allocate_find
or
Way B) using the new queries.conf of the last branch and commenting the "allocate_existing"
The IP in that case is not assigned again to the same user and I'm sure that the NAS packets order are not creating issues.
Thanks
Matteo
3
4
Fwd: Error binding to port for 0.0.0.0 port 1812 | address already used
by Steven Walters 23 Sep '22
by Steven Walters 23 Sep '22
23 Sep '22
Hi
We are planning to upgrade from freeradius version 3.0.1 to 3.0.13. I am
busy testing in the lab. After upgrade, radius don't want to start with the
following error:
"Failed binding to auth address * port 1812 bound to server
staticipaddress: Address already in use
/etc/raddb/sites-enabled/staticipaddress[59]: Error binding to port for
0.0.0.0 port 1812"
We are running multiple virtual servers on the same port 1812 and 1813. The
"ipaddr = *" set in all site configurations.
It seems something changed between versions so any advice will be
appreciated?
Regards
Steven
2
1
Hi all. I'm looking for some help to make a rather unusual config for a
radius backed DHCP server
I want the DHCP server to hand out addresses based on an 'id' that is in a
descending list of fields in the DHCP request. This is using DHCP Option
82 to add in Agent remote id and circuit id.
so, remote id, then circuit id, then mac address in that order. If there's
no remote id, then use circuit id and so on.
The goal here is that whatever device/port a user connects THROUGH will add
the remote or circuit ID to the request and then the DHCP server will setup
a dynamic lease matching that data. MAC address is a 'backup' basically.
Then that address is in there with a very long lease, say 1 year. If the
user swaps out their own device (home wifi router...) then it will request
DHCP *through* the intermediate device (a switch or bridge interface on
another device) it will get handed the same IP from that lease that's based
on the option 82 info. ie, customer/user gets a consistent IP address even
when swapping their device out.
It appears that all DHCP servers work under the assumption that if you want
to do something like this you'll radius back it against a database w/ CRM
etc. I don't really care about the database part of this initially.
Thoughts? is this something freeradius can be configured to handle without
adding a database backend?
Thanks.
2
4
Hello,
Can two check items be placed in the radgroupcheck table at the same time?
Best regards
------------------ 原始邮件 ------------------
发件人: "FreeRadius users mailing list" <mcn(a)freeradius.org>;
发送时间: 2022年9月21日(星期三) 晚上8:27
收件人: "freeradius-users"<freeradius-users(a)lists.freeradius.org>;
主题: Re: Doubts about MAC authentication
On 21/09/2022 13:09, 网络时代 via Freeradius-Users wrote:
> After reading the tutorial of mac authentication on the official website, for the last application scenario "Mac Auth authorization by SSID SQL", why should we create a separate table "SSIDMACAUTH"? Is it OK to put "Calling Station ID" and "Called Station SSID" in the radgroupcheck table to check?
You can check whatever tables you want. The examples there are just that
- examples. They will likely need to be be adjusted for your local
setup. The safest option so that other data is not touched is to use a
separate table, which is what the wiki shows.
--
Matthew
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
2
1
Hello,
System version: freeradius-server-3.0.21
After reading the tutorial of mac authentication on the official website, for the last application scenario "Mac Auth authorization by SSID SQL", why should we create a separate table "SSIDMACAUTH"? Is it OK to put "Calling Station ID" and "Called Station SSID" in the radgroupcheck table to check?
Looking forward to your professional guidance.
Best regards
2
1
We have released version 3.0.26 today.
This is a stable release for those still on version 3.0 and wish to
avoid new features going in to 3.2.x.
There have been a small number of new features in 3.0.26.
- 3.0.26 now supports OpenSSL 3. This was done to ensure that 3.0 can
continue to work on modern systems and has a longer lifespan. Similarly
with the addition of TLS 1.3.
- Some dictionaries have been added/updated.
- A new xlat added, concat, to concatenate attributes with a character.
- Other feature updates are largely configuration additions and
packaging improvements.
This release also fixes a number of bugs since the last release.
Full release notes are available on the web site, together with links to
FTP downloads:
https://freeradius.org/releases/
ftp://ftp.freeradius.org/pub/freeradius/
https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_0_26
Packages are available on the Network RADIUS site:
https://packages.networkradius.com/
Docker images have been pushed to Dockerhub.
(Note that the 'latest' tag currently points to version 3.0. This will
change to 3.2 at the next release. Please use the latest-3.0 tag to
follow 3.0.)
We recommend upgrading to version 3.2 for most deployments.
--
Matthew
1
0
19 Sep '22
Hi
I'm trying to setup Ubiquiti UniFi to authenticate users in AD, and the
ntlm_auth portion is causing me some issues.
As UniFi doesn't support AD natively, I'm using RADIUS between UniFi and
AD. My AD is a Samba 4 server,
Samba is configured & working and the freeradius server has been joined to
the domain.
root@radius:~# wbinfo -u
administrator
foo
guest
krbtgt
ntlm_auth on the command line works OK :
root@radius:~# ntlm_auth --request-nt-key --domain=BAR --username=foo
--password=xxx
NT_STATUS_OK: The operation completed successfully. (0x0)
I've followed a couple of guidelines specific for this setup (with UniFi)
but none of them appear to work, neither with winbind nor ntlm_auth as
method within freeradius.
I'm currently using this in my mods-available/mschap file :
ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key
--username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}}
--domain=%{mschap:NT-Domain} --challenge=%{%{mschap:Challenge}:-00}
--nt-response=%{%{mschap:NT-Response}:-00}"
with_ntdomain_hack = yes
When I run radtest from CLI I get this :
*root@radius*:*~*$ radtest -t mschap "BAR\foo" xxx localhost 0 testing123
Sent Access-Request Id 245 from 0.0.0.0:43248 to 127.0.0.1:1812 length 136
User-Name = "BAR\\foo"
MS-CHAP-Password = "xxx"
NAS-IP-Address = 192.168.10.8
NAS-Port = 0
Message-Authenticator = 0x00
Cleartext-Password = "xxx"
MS-CHAP-Challenge = 0xa822149a03011b15
MS-CHAP-Response =
0x00010000000000000000000000000000000000000000000000003ca8fa0c61ff26ce4d7aa85a43047ff78b4519f45d2c431d
Received Access-Reject Id 245 from 127.0.0.1:1812 to 127.0.0.1:43248 length
61
MS-CHAP-Error = "\000E=691 R=1 C=1acfee53ed2e2e7c V=2"
(0) -: Expected Access-Accept got Access-Reject
On the radius debug log I get this :
(0) Found Auth-Type = mschap
(0) # Executing group from file /etc/freeradius/3.0/sites-enabled/default
(0) authenticate {
(0) mschap: Client is using MS-CHAPv1 with NT-Password
(0) mschap: Executing: /usr/bin/ntlm_auth --request-nt-key
--username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}}
--domain=%{mschap:NT-Domain} --challenge=%{%{mschap:Challenge}:-00}
--nt-response=%{%{mschap:NT-Response}:-00}:
(0) mschap: EXPAND
--username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}}
(0) mschap: --> --username=BAR\\foo
(0) mschap: EXPAND --domain=%{mschap:NT-Domain}
(0) mschap: --> --domain=BAR
(0) mschap: mschap1: a8
(0) mschap: EXPAND --challenge=%{%{mschap:Challenge}:-00}
(0) mschap: --> --challenge=a822149a03011b15
(0) mschap: EXPAND --nt-response=%{%{mschap:NT-Response}:-00}
(0) mschap: -->
--nt-response=3ca8fa0c61ff26ce4d7aa85a43047ff78b4519f45d2c431d
(0) mschap: ERROR: Program returned code (1) and output 'The attempted
logon is invalid. This is either due to a bad username or authentication
information. (0xc000006d)'
(0) mschap: External script failed
(0) mschap: ERROR: External script says: The attempted logon is invalid.
This is either due to a bad username or authentication information.
(0xc000006d)
(0) mschap: ERROR: MS-CHAP2-Response is incorrect
(0) [mschap] = reject
(0) } # authenticate = reject
(0) Failed to authenticate the user
(0) Using Post-Auth-Type Reject
(0) # Executing group from file /etc/freeradius/3.0/sites-enabled/default
(0) Post-Auth-Type REJECT {
(0) attr_filter.access_reject: EXPAND %{User-Name}
(0) attr_filter.access_reject: --> BAR\\foo
(0) attr_filter.access_reject: Matched entry DEFAULT at line 11
(0) [attr_filter.access_reject] = updated
(0) [eap] = noop
(0) policy remove_reply_message_if_eap {
(0) if (&reply:EAP-Message && &reply:Reply-Message) {
(0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE
(0) else {
(0) [noop] = noop
(0) } # else = noop
(0) } # policy remove_reply_message_if_eap = noop
(0) } # Post-Auth-Type REJECT = updated
(0) Login incorrect (mschap: Program returned code (1) and output 'The
attempted logon is invalid. This is either due to a bad username or
authentication information. (0xc000006d)'): [BAR\foo/<via Auth-Type =
mschap>] (from client localhost port 0)
(0) Delaying response for 1.000000 seconds
Waking up in 0.2 seconds.
Waking up in 0.7 seconds.
(0) Sending delayed response
(0) Sent Access-Reject Id 245 from 127.0.0.1:1812 to 127.0.0.1:43248 length
61
(0) MS-CHAP-Error = "\000E=691 R=1 C=1acfee53ed2e2e7c V=2"
Waking up in 3.9 seconds.
(0) Cleaning up request packet ID 245 with timestamp +25 due to
cleanup_delay was reached
Ready to process requests
So my guess is that my ntlm_auth line is not correct, or I missed some
other parameter somewhere, but I've tried quite a few options so far, and
they seem to all fail.
Any suggestions ?
I did see some recommending using winbind instead of ntlm_auth, but I
wanted to control access via group membership and it seems that is not an
option with winbind.
If anyone has a working example of what I'm trying to do
(UniFi-->FreeRADIUS-->Samba DC) I'm all ears as the examples I found so far
are not working.
/Jesper
3
2
I am configuring a virtual server to listen for authentication and
accounting requests on TCP ports 2017 and 2018 respectively.
When the request comes for the same host on 2018 (accounting port) I am
seeing an error in radius log something like below. Please note all
accounting messages are being successfully processed by virtual server.
Mon Sep 19 16:24:23 2022 : Error: Failed inserting TCP socket into parent
list.
Mon Sep 19 16:24:23 2022 : Info: ... adding new socket acct from client (20
8.59.110.70, 45060) -> (*, 2018)
Mon Sep 19 16:24:23 2022 : Info: ... shutting down socket acct from client
(208.59.110.70, 45060) -> (*, 2018)
freeradius logs in debug mode.
Mon Sep 19 17:27:08 2022 : Debug: Server was built with:
Mon Sep 19 17:27:08 2022 : Debug: accounting : yes
Mon Sep 19 17:27:08 2022 : Debug: authentication : yes
Mon Sep 19 17:27:08 2022 : Debug: ascend-binary-attributes : yes
Mon Sep 19 17:27:08 2022 : Debug: coa : yes
Mon Sep 19 17:27:08 2022 : Debug: control-socket : yes
Mon Sep 19 17:27:08 2022 : Debug: detail : yes
Mon Sep 19 17:27:08 2022 : Debug: dhcp : yes
Mon Sep 19 17:27:08 2022 : Debug: dynamic-clients : yes
Mon Sep 19 17:27:08 2022 : Debug: osfc2 : no
Mon Sep 19 17:27:08 2022 : Debug: proxy : yes
Mon Sep 19 17:27:08 2022 : Debug: regex-pcre : no
Mon Sep 19 17:27:08 2022 : Debug: regex-posix : yes
Mon Sep 19 17:27:08 2022 : Debug: regex-posix-extended : yes
Mon Sep 19 17:27:08 2022 : Debug: session-management : yes
Mon Sep 19 17:27:08 2022 : Debug: stats : yes
Mon Sep 19 17:27:08 2022 : Debug: systemd : yes
Mon Sep 19 17:27:08 2022 : Debug: tcp : yes
Mon Sep 19 17:27:08 2022 : Debug: threads : yes
Mon Sep 19 17:27:08 2022 : Debug: tls : yes
Mon Sep 19 17:27:08 2022 : Debug: unlang : yes
Mon Sep 19 17:27:08 2022 : Debug: vmps : yes
Mon Sep 19 17:27:08 2022 : Debug: developer : no
Mon Sep 19 17:27:08 2022 : Debug: Server core libs:
Mon Sep 19 17:27:08 2022 : Debug: freeradius-server : 3.0.26
Mon Sep 19 17:27:08 2022 : Debug: talloc : 2.3.*
Mon Sep 19 17:27:08 2022 : Debug: ssl : 1.1.1f
release
Mon Sep 19 17:27:08 2022 : Debug: Endianness:
Mon Sep 19 17:27:08 2022 : Debug: little
Mon Sep 19 17:27:08 2022 : Debug: Compilation flags:
Mon Sep 19 17:27:08 2022 : Debug: cppflags : -Wdate-time
-D_FORTIFY_SOURCE=2
Mon Sep 19 17:27:08 2022 : Debug: cflags : -I. -Isrc -include
src/freeradius-devel/autoconf.h -include src/freeradius-devel/build.h
-include src/freeradius-devel/features.h -include
src/freeradius-devel/radpaths.h -fno-strict-aliasing -g -O2
-fdebug-prefix-map=/radsec/freeradius-server=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall
-std=c99 -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DOPENSSL_NO_KRB5 -DNDEBUG -DIS_MODULE=1
Mon Sep 19 17:27:08 2022 : Debug: ldflags : -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wl,-z,now
Mon Sep 19 17:27:08 2022 : Debug: libs : -lcrypto -lssl -ltalloc
-latomic -lcap -lnsl -lresolv -ldl -lpthread -lreadline
Mon Sep 19 17:27:08 2022 : Debug:
Mon Sep 19 17:27:08 2022 : Info: FreeRADIUS Version 3.0.26
Mon Sep 19 17:27:08 2022 : Info: Copyright (C) 1999-2021 The FreeRADIUS
server project and contributors
Mon Sep 19 17:27:08 2022 : Info: There is NO warranty; not even for
MERCHANTABILITY or FITNESS FOR A
Mon Sep 19 17:27:08 2022 : Info: PARTICULAR PURPOSE
Mon Sep 19 17:27:08 2022 : Info: You may redistribute copies of FreeRADIUS
under the terms of the
Mon Sep 19 17:27:08 2022 : Info: GNU General Public License
Mon Sep 19 17:27:08 2022 : Info: For more information about these matters,
see the file named COPYRIGHT
Mon Sep 19 17:27:08 2022 : Info: Starting - reading configuration files ...
Mon Sep 19 17:27:08 2022 : Debug: including dictionary file
/usr/share/freeradius/dictionary
Mon Sep 19 17:27:08 2022 : Debug: including dictionary file
/usr/share/freeradius/dictionary.dhcp
Mon Sep 19 17:27:08 2022 : Debug: including dictionary file
/usr/share/freeradius/dictionary.vqp
Mon Sep 19 17:27:08 2022 : Debug: including dictionary file
/etc/freeradius/dictionary
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/radiusd.conf
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/proxy.conf
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/clients.conf
Mon Sep 19 17:27:08 2022 : Debug: including files in directory
/etc/freeradius/mods-enabled/
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/replicate
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/unpack
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/exec
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/detail
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/pap
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/chap
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/ntlm_auth
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/radutmp
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/sradutmp
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/expr
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/utf8
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/expiration
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/unix
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/dynamic_clients
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/mschap
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/files
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/totp
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/logintime
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/passwd
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/echo
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/preprocess
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/soh
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/linelog
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/digest
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/mods-enabled/date
Mon Sep 19 17:27:08 2022 : Debug: including files in directory
/etc/freeradius/policy.d/
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/filter
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/eap
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/moonshot-targeted-ids
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/abfab-tr
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/debug
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/canonicalization
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/control
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/rfc7542
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/cui
Mon Sep 19 17:27:08 2022 : Debug: OPTIMIZING
(${policy.cui_require_operator_name} == yes) --> FALSE
Mon Sep 19 17:27:08 2022 : Debug: OPTIMIZING (no == yes) --> FALSE
Mon Sep 19 17:27:08 2022 : Debug: OPTIMIZING
(${policy.cui_require_operator_name} == yes) --> FALSE
Mon Sep 19 17:27:08 2022 : Debug: OPTIMIZING (no == yes) --> FALSE
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/dhcp
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/accounting
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/policy.d/operator-name
Mon Sep 19 17:27:08 2022 : Debug: including files in directory
/etc/freeradius/sites-enabled/
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/sites-enabled/tcpServer
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/clients.conf
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/sites-enabled/passpoint
Mon Sep 19 17:27:08 2022 : Debug: including configuration file
/etc/freeradius/clients.conf
Mon Sep 19 17:27:08 2022 : Debug: main {
Mon Sep 19 17:27:08 2022 : Debug: security {
Mon Sep 19 17:27:08 2022 : Debug: user = "freerad"
Mon Sep 19 17:27:08 2022 : Debug: group = "freerad"
Mon Sep 19 17:27:08 2022 : Debug: allow_core_dumps = yes
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[484]: The
item 'max_attributes' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[502]: The
item 'reject_delay' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[522]: The
item 'status_server' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Debug: name = "freeradius"
Mon Sep 19 17:27:08 2022 : Debug: prefix = "/usr"
Mon Sep 19 17:27:08 2022 : Debug: localstatedir = "/var"
Mon Sep 19 17:27:08 2022 : Debug: logdir = "/var/log/freeradius"
Mon Sep 19 17:27:08 2022 : Debug: run_dir = "/var/run/freeradius"
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[55]: The
item 'sysconfdir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[67]: The
item 'confdir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[70]: The
item 'cadir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[73]: The
item 'secretKey' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[74]: The
item 'greEndpointIp' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[80]: The
item 'db_dir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[83]: The
item 'eapCorrEnabled' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[86]: The
item 'accountingServer' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[87]: The
item 'accountingServerEnabled' is defined, but is unused by the
configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[120]: The
item 'libdir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[131]: The
item 'pidfile' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[152]: The
item 'correct_escapes' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[206]: The
item 'max_request_time' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[225]: The
item 'cleanup_delay' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[244]: The
item 'max_requests' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[262]: The
item 'hostname_lookups' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[268]: The
item 'regular_expressions' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[269]: The
item 'extended_expressions' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[272]: The
item 'delete_blocked_requests' is defined, but is unused by the
configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[394]: The
item 'checkrad' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[527]: The
item 'usercollide' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[530]: The
item 'lower_user' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[531]: The
item 'lower_pass' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[532]: The
item 'nospace_user' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[533]: The
item 'nospace_pass' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[552]: The
item 'proxy_requests' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Info: Core dumps are enabled
Mon Sep 19 17:27:08 2022 : Debug: main {
Mon Sep 19 17:27:08 2022 : Debug: name = "freeradius"
Mon Sep 19 17:27:08 2022 : Debug: prefix = "/usr"
Mon Sep 19 17:27:08 2022 : Debug: localstatedir = "/var"
Mon Sep 19 17:27:08 2022 : Debug: sbindir = "/usr/sbin"
Mon Sep 19 17:27:08 2022 : Debug: logdir = "/var/log/freeradius"
Mon Sep 19 17:27:08 2022 : Debug: run_dir = "/var/run/freeradius"
Mon Sep 19 17:27:08 2022 : Debug: libdir = "/usr/lib/freeradius"
Mon Sep 19 17:27:08 2022 : Debug: radacctdir =
"/var/log/freeradius/radacct"
Mon Sep 19 17:27:08 2022 : Debug: hostname_lookups = no
Mon Sep 19 17:27:08 2022 : Debug: max_request_time = 30
Mon Sep 19 17:27:08 2022 : Debug: cleanup_delay = 5
Mon Sep 19 17:27:08 2022 : Debug: max_requests = 16384
Mon Sep 19 17:27:08 2022 : Debug: postauth_client_lost = no
Mon Sep 19 17:27:08 2022 : Debug: pidfile =
"/var/run/freeradius/freeradius.pid"
Mon Sep 19 17:27:08 2022 : Debug: checkrad = "/usr/sbin/checkrad"
Mon Sep 19 17:27:08 2022 : Debug: debug_level = 0
Mon Sep 19 17:27:08 2022 : Debug: proxy_requests = yes
Mon Sep 19 17:27:08 2022 : Debug: log {
Mon Sep 19 17:27:08 2022 : Debug: stripped_names = no
Mon Sep 19 17:27:08 2022 : Debug: auth = yes
Mon Sep 19 17:27:08 2022 : Debug: auth_badpass = no
Mon Sep 19 17:27:08 2022 : Debug: auth_goodpass = no
Mon Sep 19 17:27:08 2022 : Debug: colourise = yes
Mon Sep 19 17:27:08 2022 : Debug: msg_denied = "You are already
logged in - access denied"
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[290]: The
item 'destination' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[307]: The
item 'file' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[353]: The
item 'syslog_facility' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Debug: resources {
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Debug: security {
Mon Sep 19 17:27:08 2022 : Debug: max_attributes = 200
Mon Sep 19 17:27:08 2022 : Debug: reject_delay = 1.000000
Mon Sep 19 17:27:08 2022 : Debug: status_server = yes
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[55]: The
item 'sysconfdir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[67]: The
item 'confdir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[70]: The
item 'cadir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[73]: The
item 'secretKey' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[74]: The
item 'greEndpointIp' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[80]: The
item 'db_dir' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[83]: The
item 'eapCorrEnabled' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[86]: The
item 'accountingServer' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[87]: The
item 'accountingServerEnabled' is defined, but is unused by the
configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[152]: The
item 'correct_escapes' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[268]: The
item 'regular_expressions' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[269]: The
item 'extended_expressions' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[272]: The
item 'delete_blocked_requests' is defined, but is unused by the
configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[527]: The
item 'usercollide' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[530]: The
item 'lower_user' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[531]: The
item 'lower_pass' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[532]: The
item 'nospace_user' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/radiusd.conf[533]: The
item 'nospace_pass' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Debug: radiusd: #### Loading Realms and Home
Servers ####
Mon Sep 19 17:27:08 2022 : Debug: proxy server {
Mon Sep 19 17:27:08 2022 : Debug: retry_delay = 5
Mon Sep 19 17:27:08 2022 : Debug: retry_count = 3
Mon Sep 19 17:27:08 2022 : Debug: default_fallback = no
Mon Sep 19 17:27:08 2022 : Debug: dead_time = 120
Mon Sep 19 17:27:08 2022 : Debug: wake_all_if_all_dead = no
Mon Sep 19 17:27:08 2022 : Warning: /etc/freeradius/proxy.conf[5]: The item
'post_proxy_authorize' is defined, but is unused by the configuration
Mon Sep 19 17:27:08 2022 : Debug: }
Mon Sep 19 17:27:08 2022 : Debug: home_server testHome {
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = testHome IPv4 address
[216.58.255.72]
Mon Sep 19 17:27:13 2022 : Debug: port = 2017
Mon Sep 19 17:27:13 2022 : Debug: type = "auth"
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: secret = "testsecret"
Mon Sep 19 17:27:13 2022 : Debug: response_window = 30.000000
Mon Sep 19 17:27:13 2022 : Debug: response_timeouts = 1
Mon Sep 19 17:27:13 2022 : Debug: max_outstanding = 65536
Mon Sep 19 17:27:13 2022 : Debug: zombie_period = 20
Mon Sep 19 17:27:13 2022 : Debug: status_check = "none"
Mon Sep 19 17:27:13 2022 : Debug: ping_interval = 30
Mon Sep 19 17:27:13 2022 : Debug: check_timeout = 4
Mon Sep 19 17:27:13 2022 : Debug: num_answers_to_alive = 3
Mon Sep 19 17:27:13 2022 : Debug: revive_interval = 60
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 16
Mon Sep 19 17:27:13 2022 : Debug: max_requests = 0
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 480
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: coa {
Mon Sep 19 17:27:13 2022 : Debug: irt = 2
Mon Sep 19 17:27:13 2022 : Debug: mrt = 16
Mon Sep 19 17:27:13 2022 : Debug: mrc = 5
Mon Sep 19 17:27:13 2022 : Debug: mrd = 30
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Warning: Ignoring "zombie_period = 20", forcing
to "zombie_period = 30"
Mon Sep 19 17:27:13 2022 : Debug: home_server testHome2 {
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = testHome2 IPv4 address
[216.58.255.69]
Mon Sep 19 17:27:13 2022 : Debug: port = 2017
Mon Sep 19 17:27:13 2022 : Debug: type = "auth"
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: secret = "testsecret"
Mon Sep 19 17:27:13 2022 : Debug: response_window = 30.000000
Mon Sep 19 17:27:13 2022 : Debug: response_timeouts = 1
Mon Sep 19 17:27:13 2022 : Debug: max_outstanding = 65536
Mon Sep 19 17:27:13 2022 : Debug: zombie_period = 20
Mon Sep 19 17:27:13 2022 : Debug: status_check = "none"
Mon Sep 19 17:27:13 2022 : Debug: ping_interval = 30
Mon Sep 19 17:27:13 2022 : Debug: check_timeout = 4
Mon Sep 19 17:27:13 2022 : Debug: num_answers_to_alive = 3
Mon Sep 19 17:27:13 2022 : Debug: revive_interval = 60
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 16
Mon Sep 19 17:27:13 2022 : Debug: max_requests = 0
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 480
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: coa {
Mon Sep 19 17:27:13 2022 : Debug: irt = 2
Mon Sep 19 17:27:13 2022 : Debug: mrt = 16
Mon Sep 19 17:27:13 2022 : Debug: mrc = 5
Mon Sep 19 17:27:13 2022 : Debug: mrd = 30
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Warning: Ignoring "zombie_period = 20", forcing
to "zombie_period = 30"
Mon Sep 19 17:27:13 2022 : Debug: home_server testHome3 {
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = testHome3 IPv4 address
[216.58.255.70]
Mon Sep 19 17:27:13 2022 : Debug: port = 2017
Mon Sep 19 17:27:13 2022 : Debug: type = "auth"
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: secret = "testsecret"
Mon Sep 19 17:27:13 2022 : Debug: response_window = 30.000000
Mon Sep 19 17:27:13 2022 : Debug: response_timeouts = 1
Mon Sep 19 17:27:13 2022 : Debug: max_outstanding = 65536
Mon Sep 19 17:27:13 2022 : Debug: zombie_period = 20
Mon Sep 19 17:27:13 2022 : Debug: status_check = "none"
Mon Sep 19 17:27:13 2022 : Debug: ping_interval = 30
Mon Sep 19 17:27:13 2022 : Debug: check_timeout = 4
Mon Sep 19 17:27:13 2022 : Debug: num_answers_to_alive = 3
Mon Sep 19 17:27:13 2022 : Debug: revive_interval = 60
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 16
Mon Sep 19 17:27:13 2022 : Debug: max_requests = 0
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 480
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: coa {
Mon Sep 19 17:27:13 2022 : Debug: irt = 2
Mon Sep 19 17:27:13 2022 : Debug: mrt = 16
Mon Sep 19 17:27:13 2022 : Debug: mrc = 5
Mon Sep 19 17:27:13 2022 : Debug: mrd = 30
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Warning: Ignoring "zombie_period = 20", forcing
to "zombie_period = 30"
Mon Sep 19 17:27:13 2022 : Debug: home_server_pool passpoint {
Mon Sep 19 17:27:13 2022 : Debug: type = keyed-balance
Mon Sep 19 17:27:13 2022 : Debug: home_server = testHome2
Mon Sep 19 17:27:13 2022 : Debug: home_server = testHome2
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: realm to_datacenter_passpoint_auth {
Mon Sep 19 17:27:13 2022 : Debug: auth_pool = passpoint
Mon Sep 19 17:27:13 2022 : Debug: nostrip
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: radiusd: #### Loading Clients ####
Mon Sep 19 17:27:13 2022 : Debug: client tcpClient {
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = 216.58.255.0/24
Mon Sep 19 17:27:13 2022 : Debug: require_message_authenticator = no
Mon Sep 19 17:27:13 2022 : Debug: secret = "testsecret"
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 16
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 30
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Adding client 216.58.255.0/24
(216.58.255.0) to prefix tree 24
Mon Sep 19 17:27:13 2022 : Info: Debug state unknown (cap_sys_ptrace
capability not set)
Mon Sep 19 17:27:13 2022 : Info: systemd watchdog is disabled
Mon Sep 19 17:27:13 2022 : Debug: # Creating Auth-Type = OK
Mon Sep 19 17:27:13 2022 : Debug: # Creating Auth-Type = EAP
Mon Sep 19 17:27:13 2022 : Debug: radiusd: #### Instantiating modules ####
Mon Sep 19 17:27:13 2022 : Debug: modules {
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_replicate with path:
/usr/lib/freeradius/rlm_replicate.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_replicate, checking if it's
valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_replicate
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "replicate" from file
/etc/freeradius/mods-enabled/replicate
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_unpack with path:
/usr/lib/freeradius/rlm_unpack.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_unpack, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_unpack
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "unpack" from file
/etc/freeradius/mods-enabled/unpack
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_exec with path:
/usr/lib/freeradius/rlm_exec.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_exec, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_exec
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "exec" from file
/etc/freeradius/mods-enabled/exec
Mon Sep 19 17:27:13 2022 : Debug: exec {
Mon Sep 19 17:27:13 2022 : Debug: wait = no
Mon Sep 19 17:27:13 2022 : Debug: input_pairs = "request"
Mon Sep 19 17:27:13 2022 : Debug: shell_escape = yes
Mon Sep 19 17:27:13 2022 : Debug: timeout = 10
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_detail with path:
/usr/lib/freeradius/rlm_detail.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_detail, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_detail
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "detail" from file
/etc/freeradius/mods-enabled/detail
Mon Sep 19 17:27:13 2022 : Debug: detail {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"
Mon Sep 19 17:27:13 2022 : Debug: header = "%t"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: locking = no
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: log_packet_header = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_pap with path:
/usr/lib/freeradius/rlm_pap.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_pap, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_pap
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "pap" from file
/etc/freeradius/mods-enabled/pap
Mon Sep 19 17:27:13 2022 : Debug: pap {
Mon Sep 19 17:27:13 2022 : Debug: normalise = yes
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_chap with path:
/usr/lib/freeradius/rlm_chap.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_chap, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_chap
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "chap" from file
/etc/freeradius/mods-enabled/chap
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "ntlm_auth" from file
/etc/freeradius/mods-enabled/ntlm_auth
Mon Sep 19 17:27:13 2022 : Debug: exec ntlm_auth {
Mon Sep 19 17:27:13 2022 : Debug: wait = yes
Mon Sep 19 17:27:13 2022 : Debug: program = "/path/to/ntlm_auth
--request-nt-key --domain=MYDOMAIN --username=%{mschap:User-Name}
--password=%{User-Password}"
Mon Sep 19 17:27:13 2022 : Debug: shell_escape = yes
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_radutmp with path:
/usr/lib/freeradius/rlm_radutmp.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_radutmp, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_radutmp
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "radutmp" from file
/etc/freeradius/mods-enabled/radutmp
Mon Sep 19 17:27:13 2022 : Debug: radutmp {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/radutmp"
Mon Sep 19 17:27:13 2022 : Debug: username = "%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: case_sensitive = yes
Mon Sep 19 17:27:13 2022 : Debug: check_with_nas = yes
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: caller_id = yes
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "sradutmp" from file
/etc/freeradius/mods-enabled/sradutmp
Mon Sep 19 17:27:13 2022 : Debug: radutmp sradutmp {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/sradutmp"
Mon Sep 19 17:27:13 2022 : Debug: username = "%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: case_sensitive = yes
Mon Sep 19 17:27:13 2022 : Debug: check_with_nas = yes
Mon Sep 19 17:27:13 2022 : Debug: permissions = 420
Mon Sep 19 17:27:13 2022 : Debug: caller_id = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_realm with path:
/usr/lib/freeradius/rlm_realm.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_realm, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_realm
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "IPASS" from file
/etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: realm IPASS {
Mon Sep 19 17:27:13 2022 : Debug: format = "prefix"
Mon Sep 19 17:27:13 2022 : Debug: delimiter = "/"
Mon Sep 19 17:27:13 2022 : Debug: ignore_default = no
Mon Sep 19 17:27:13 2022 : Debug: ignore_null = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "suffix" from file
/etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: realm suffix {
Mon Sep 19 17:27:13 2022 : Debug: format = "suffix"
Mon Sep 19 17:27:13 2022 : Debug: delimiter = "@"
Mon Sep 19 17:27:13 2022 : Debug: ignore_default = no
Mon Sep 19 17:27:13 2022 : Debug: ignore_null = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "bangpath" from file
/etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: realm bangpath {
Mon Sep 19 17:27:13 2022 : Debug: format = "prefix"
Mon Sep 19 17:27:13 2022 : Debug: delimiter = "!"
Mon Sep 19 17:27:13 2022 : Debug: ignore_default = no
Mon Sep 19 17:27:13 2022 : Debug: ignore_null = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "realmpercent" from
file /etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: realm realmpercent {
Mon Sep 19 17:27:13 2022 : Debug: format = "suffix"
Mon Sep 19 17:27:13 2022 : Debug: delimiter = "%"
Mon Sep 19 17:27:13 2022 : Debug: ignore_default = no
Mon Sep 19 17:27:13 2022 : Debug: ignore_null = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "ntdomain" from file
/etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: realm ntdomain {
Mon Sep 19 17:27:13 2022 : Debug: format = "prefix"
Mon Sep 19 17:27:13 2022 : Debug: delimiter = "\\"
Mon Sep 19 17:27:13 2022 : Debug: ignore_default = no
Mon Sep 19 17:27:13 2022 : Debug: ignore_null = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_expr with path:
/usr/lib/freeradius/rlm_expr.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_expr, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_expr
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "expr" from file
/etc/freeradius/mods-enabled/expr
Mon Sep 19 17:27:13 2022 : Debug: expr {
Mon Sep 19 17:27:13 2022 : Debug: safe_characters =
"@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:
/äéöüàâæçèéêëîïôœùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔŒÙÛÜŸ"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "auth_log" from file
/etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: detail auth_log {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d"
Mon Sep 19 17:27:13 2022 : Debug: header = "%t"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: locking = no
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: log_packet_header = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "reply_log" from file
/etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: detail reply_log {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d"
Mon Sep 19 17:27:13 2022 : Debug: header = "%t"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: locking = no
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: log_packet_header = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "pre_proxy_log" from
file /etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: detail pre_proxy_log {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d"
Mon Sep 19 17:27:13 2022 : Debug: header = "%t"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: locking = no
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: log_packet_header = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "post_proxy_log" from
file /etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: detail post_proxy_log {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d"
Mon Sep 19 17:27:13 2022 : Debug: header = "%t"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: locking = no
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: log_packet_header = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_attr_filter with path:
/usr/lib/freeradius/rlm_attr_filter.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_attr_filter, checking if it's
valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_attr_filter
Mon Sep 19 17:27:13 2022 : Debug: # Loading module
"attr_filter.post-proxy" from file /etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: attr_filter attr_filter.post-proxy {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/attr_filter/post-proxy"
Mon Sep 19 17:27:13 2022 : Debug: key = "%{Realm}"
Mon Sep 19 17:27:13 2022 : Debug: relaxed = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module
"attr_filter.pre-proxy" from file /etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: attr_filter attr_filter.pre-proxy {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/attr_filter/pre-proxy"
Mon Sep 19 17:27:13 2022 : Debug: key = "%{Realm}"
Mon Sep 19 17:27:13 2022 : Debug: relaxed = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module
"attr_filter.access_reject" from file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: attr_filter attr_filter.access_reject {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/attr_filter/access_reject"
Mon Sep 19 17:27:13 2022 : Debug: key = "%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: relaxed = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module
"attr_filter.access_challenge" from file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: attr_filter
attr_filter.access_challenge {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/attr_filter/access_challenge"
Mon Sep 19 17:27:13 2022 : Debug: key = "%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: relaxed = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module
"attr_filter.accounting_response" from file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: attr_filter
attr_filter.accounting_response {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/attr_filter/accounting_response"
Mon Sep 19 17:27:13 2022 : Debug: key = "%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: relaxed = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "attr_filter.coa" from
file /etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: attr_filter attr_filter.coa {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/attr_filter/coa"
Mon Sep 19 17:27:13 2022 : Debug: key = "%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: relaxed = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_utf8 with path:
/usr/lib/freeradius/rlm_utf8.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_utf8, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_utf8
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "utf8" from file
/etc/freeradius/mods-enabled/utf8
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_expiration with path:
/usr/lib/freeradius/rlm_expiration.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_expiration, checking if it's
valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_expiration
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "expiration" from file
/etc/freeradius/mods-enabled/expiration
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_unix with path:
/usr/lib/freeradius/rlm_unix.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_unix, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_unix
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "unix" from file
/etc/freeradius/mods-enabled/unix
Mon Sep 19 17:27:13 2022 : Debug: unix {
Mon Sep 19 17:27:13 2022 : Debug: radwtmp =
"/var/log/freeradius/radwtmp"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Creating attribute Unix-Group
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_dynamic_clients with path:
/usr/lib/freeradius/rlm_dynamic_clients.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_dynamic_clients, checking if
it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_dynamic_clients
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "dynamic_clients" from
file /etc/freeradius/mods-enabled/dynamic_clients
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_mschap with path:
/usr/lib/freeradius/rlm_mschap.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_mschap, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_mschap
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "mschap" from file
/etc/freeradius/mods-enabled/mschap
Mon Sep 19 17:27:13 2022 : Debug: mschap {
Mon Sep 19 17:27:13 2022 : Debug: use_mppe = yes
Mon Sep 19 17:27:13 2022 : Debug: require_encryption = no
Mon Sep 19 17:27:13 2022 : Debug: require_strong = no
Mon Sep 19 17:27:13 2022 : Debug: with_ntdomain_hack = yes
Mon Sep 19 17:27:13 2022 : Debug: passchange {
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: allow_retry = yes
Mon Sep 19 17:27:13 2022 : Debug:
winbind_retry_with_normalised_username = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_files with path:
/usr/lib/freeradius/rlm_files.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_files, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_files
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "files" from file
/etc/freeradius/mods-enabled/files
Mon Sep 19 17:27:13 2022 : Debug: files {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/etc/freeradius/mods-config/files/authorize"
Mon Sep 19 17:27:13 2022 : Debug: acctusersfile =
"/etc/freeradius/mods-config/files/accounting"
Mon Sep 19 17:27:13 2022 : Debug: preproxy_usersfile =
"/etc/freeradius/mods-config/files/pre-proxy"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_always with path:
/usr/lib/freeradius/rlm_always.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_always, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_always
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "reject" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always reject {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "reject"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "fail" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always fail {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "fail"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "ok" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always ok {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "ok"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "handled" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always handled {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "handled"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "invalid" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always invalid {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "invalid"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "userlock" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always userlock {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "userlock"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "notfound" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always notfound {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "notfound"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "noop" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always noop {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "noop"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "updated" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: always updated {
Mon Sep 19 17:27:13 2022 : Debug: rcode = "updated"
Mon Sep 19 17:27:13 2022 : Debug: simulcount = 0
Mon Sep 19 17:27:13 2022 : Debug: mpp = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_totp with path:
/usr/lib/freeradius/rlm_totp.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_totp, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_totp
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "totp" from file
/etc/freeradius/mods-enabled/totp
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_logintime with path:
/usr/lib/freeradius/rlm_logintime.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_logintime, checking if it's
valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_logintime
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "logintime" from file
/etc/freeradius/mods-enabled/logintime
Mon Sep 19 17:27:13 2022 : Debug: logintime {
Mon Sep 19 17:27:13 2022 : Debug: minimum_timeout = 60
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_passwd with path:
/usr/lib/freeradius/rlm_passwd.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_passwd, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_passwd
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "etc_passwd" from file
/etc/freeradius/mods-enabled/passwd
Mon Sep 19 17:27:13 2022 : Debug: passwd etc_passwd {
Mon Sep 19 17:27:13 2022 : Debug: filename = "/etc/passwd"
Mon Sep 19 17:27:13 2022 : Debug: format =
"*User-Name:Crypt-Password:"
Mon Sep 19 17:27:13 2022 : Debug: delimiter = ":"
Mon Sep 19 17:27:13 2022 : Debug: ignore_nislike = no
Mon Sep 19 17:27:13 2022 : Debug: ignore_empty = yes
Mon Sep 19 17:27:13 2022 : Debug: allow_multiple_keys = no
Mon Sep 19 17:27:13 2022 : Debug: hash_size = 100
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "echo" from file
/etc/freeradius/mods-enabled/echo
Mon Sep 19 17:27:13 2022 : Debug: exec echo {
Mon Sep 19 17:27:13 2022 : Debug: wait = yes
Mon Sep 19 17:27:13 2022 : Debug: program = "/bin/echo %{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: input_pairs = "request"
Mon Sep 19 17:27:13 2022 : Debug: output_pairs = "reply"
Mon Sep 19 17:27:13 2022 : Debug: shell_escape = yes
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_preprocess with path:
/usr/lib/freeradius/rlm_preprocess.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_preprocess, checking if it's
valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_preprocess
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "preprocess" from file
/etc/freeradius/mods-enabled/preprocess
Mon Sep 19 17:27:13 2022 : Debug: preprocess {
Mon Sep 19 17:27:13 2022 : Debug: huntgroups =
"/etc/freeradius/mods-config/preprocess/huntgroups"
Mon Sep 19 17:27:13 2022 : Debug: hints =
"/etc/freeradius/mods-config/preprocess/hints"
Mon Sep 19 17:27:13 2022 : Debug: with_ascend_hack = no
Mon Sep 19 17:27:13 2022 : Debug: ascend_channels_per_line = 23
Mon Sep 19 17:27:13 2022 : Debug: with_ntdomain_hack = no
Mon Sep 19 17:27:13 2022 : Debug: with_specialix_jetstream_hack = no
Mon Sep 19 17:27:13 2022 : Debug: with_cisco_vsa_hack = no
Mon Sep 19 17:27:13 2022 : Debug: with_alvarion_vsa_hack = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_soh with path:
/usr/lib/freeradius/rlm_soh.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_soh, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_soh
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "soh" from file
/etc/freeradius/mods-enabled/soh
Mon Sep 19 17:27:13 2022 : Debug: soh {
Mon Sep 19 17:27:13 2022 : Debug: dhcp = yes
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_linelog with path:
/usr/lib/freeradius/rlm_linelog.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_linelog, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_linelog
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "linelog" from file
/etc/freeradius/mods-enabled/linelog
Mon Sep 19 17:27:13 2022 : Debug: linelog {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/linelog"
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: syslog_severity = "info"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: format = "This is a log message for
%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: reference =
"messages.%{%{reply:Packet-Type}:-default}"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "log_accounting" from
file /etc/freeradius/mods-enabled/linelog
Mon Sep 19 17:27:13 2022 : Debug: linelog log_accounting {
Mon Sep 19 17:27:13 2022 : Debug: filename =
"/var/log/freeradius/linelog-accounting"
Mon Sep 19 17:27:13 2022 : Debug: escape_filenames = no
Mon Sep 19 17:27:13 2022 : Debug: syslog_severity = "info"
Mon Sep 19 17:27:13 2022 : Debug: permissions = 384
Mon Sep 19 17:27:13 2022 : Debug: format = ""
Mon Sep 19 17:27:13 2022 : Debug: reference =
"Accounting-Request.%{%{Acct-Status-Type}:-unknown}"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_digest with path:
/usr/lib/freeradius/rlm_digest.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_digest, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_digest
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "digest" from file
/etc/freeradius/mods-enabled/digest
Mon Sep 19 17:27:13 2022 : Debug: Loading rlm_date with path:
/usr/lib/freeradius/rlm_date.so
Mon Sep 19 17:27:13 2022 : Debug: Loaded rlm_date, checking if it's valid
Mon Sep 19 17:27:13 2022 : Debug: # Loaded module rlm_date
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "date" from file
/etc/freeradius/mods-enabled/date
Mon Sep 19 17:27:13 2022 : Debug: date {
Mon Sep 19 17:27:13 2022 : Debug: format = "%b %e %Y %H:%M:%S %Z"
Mon Sep 19 17:27:13 2022 : Debug: utc = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Loading module "wispr2date" from file
/etc/freeradius/mods-enabled/date
Mon Sep 19 17:27:13 2022 : Debug: date wispr2date {
Mon Sep 19 17:27:13 2022 : Debug: format = "%Y-%m-%dT%H:%M:%S"
Mon Sep 19 17:27:13 2022 : Debug: utc = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: instantiate {
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "detail" from
file /etc/freeradius/mods-enabled/detail
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "pap" from file
/etc/freeradius/mods-enabled/pap
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "IPASS" from
file /etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "suffix" from
file /etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "bangpath" from
file /etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "realmpercent"
from file /etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "ntdomain" from
file /etc/freeradius/mods-enabled/realm
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "auth_log" from
file /etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: rlm_detail (auth_log): 'User-Password'
suppressed, will not appear in detail output
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "reply_log" from
file /etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "pre_proxy_log"
from file /etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "post_proxy_log"
from file /etc/freeradius/mods-enabled/detail.log
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module
"attr_filter.post-proxy" from file /etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/attr_filter/post-proxy
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module
"attr_filter.pre-proxy" from file /etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/attr_filter/pre-proxy
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module
"attr_filter.access_reject" from file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/attr_filter/access_reject
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module
"attr_filter.access_challenge" from file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/attr_filter/access_challenge
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module
"attr_filter.accounting_response" from file
/etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/attr_filter/accounting_response
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module
"attr_filter.coa" from file /etc/freeradius/mods-enabled/attr_filter
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/attr_filter/coa
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "expiration"
from file /etc/freeradius/mods-enabled/expiration
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "mschap" from
file /etc/freeradius/mods-enabled/mschap
Mon Sep 19 17:27:13 2022 : Debug: rlm_mschap (mschap): using internal
authentication
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "files" from
file /etc/freeradius/mods-enabled/files
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/files/authorize
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/files/accounting
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/files/pre-proxy
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "reject" from
file /etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "fail" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "ok" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "handled" from
file /etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "invalid" from
file /etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "userlock" from
file /etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "notfound" from
file /etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "noop" from file
/etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "updated" from
file /etc/freeradius/mods-enabled/always
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "logintime" from
file /etc/freeradius/mods-enabled/logintime
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "etc_passwd"
from file /etc/freeradius/mods-enabled/passwd
Mon Sep 19 17:27:13 2022 : Debug: rlm_passwd: nfields: 3 keyfield
0(User-Name) listable: no
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "preprocess"
from file /etc/freeradius/mods-enabled/preprocess
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/preprocess/huntgroups
Mon Sep 19 17:27:13 2022 : Debug: reading pairlist file
/etc/freeradius/mods-config/preprocess/hints
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "linelog" from
file /etc/freeradius/mods-enabled/linelog
Mon Sep 19 17:27:13 2022 : Debug: # Instantiating module "log_accounting"
from file /etc/freeradius/mods-enabled/linelog
Mon Sep 19 17:27:13 2022 : Debug: } # modules
Mon Sep 19 17:27:13 2022 : Debug: radiusd: #### Loading Virtual Servers ####
Mon Sep 19 17:27:13 2022 : Debug: server { # from file
/etc/freeradius/radiusd.conf
Mon Sep 19 17:27:13 2022 : Debug: } # server
Mon Sep 19 17:27:13 2022 : Debug: server passpoint { # from file
/etc/freeradius/sites-enabled/passpoint
Mon Sep 19 17:27:13 2022 : Debug: authenticate {
Mon Sep 19 17:27:13 2022 : Debug: Compiling Auth-Type OK for attr Auth-Type
Mon Sep 19 17:27:13 2022 : Debug: group {
Mon Sep 19 17:27:13 2022 : Debug: ok
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Compiling Auth-Type Reject for attr
Auth-Type
Mon Sep 19 17:27:13 2022 : Debug: group {
Mon Sep 19 17:27:13 2022 : Debug: reject
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Compiling Auth-Type EAP for attr Auth-Type
Mon Sep 19 17:27:13 2022 : Debug: group {
Mon Sep 19 17:27:13 2022 : Debug: reject
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: } # authenticate
Mon Sep 19 17:27:13 2022 : Debug: authorize {
Mon Sep 19 17:27:13 2022 : Warning:
/etc/freeradius/sites-enabled/passpoint[76]: Please change attribute
reference to '&Load-Balance-Key := ...'
Mon Sep 19 17:27:13 2022 : Debug: update {
Mon Sep 19 17:27:13 2022 : Debug: &control:Load-Balance-Key :=
"%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: &control:Proxy-To-Realm :=
"to_datacenter_passpoint_auth"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: } # authorize
Mon Sep 19 17:27:13 2022 : Debug: accounting {
Mon Sep 19 17:27:13 2022 : Warning:
/etc/freeradius/sites-enabled/passpoint[96]: Please change attribute
reference to '&Load-Balance-Key := ...'
Mon Sep 19 17:27:13 2022 : Debug: update {
Mon Sep 19 17:27:13 2022 : Debug: &control:Load-Balance-Key :=
"%{User-Name}"
Mon Sep 19 17:27:13 2022 : Debug: &control:Proxy-To-Realm :=
"to_datacenter_passpoint_acct"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: } # accounting
Mon Sep 19 17:27:13 2022 : Debug: } # server passpoint
Mon Sep 19 17:27:13 2022 : Debug: thread pool {
Mon Sep 19 17:27:13 2022 : Debug: start_servers = 5
Mon Sep 19 17:27:13 2022 : Debug: max_servers = 256
Mon Sep 19 17:27:13 2022 : Debug: min_spare_servers = 3
Mon Sep 19 17:27:13 2022 : Debug: max_spare_servers = 10
Mon Sep 19 17:27:13 2022 : Debug: max_requests_per_server = 0
Mon Sep 19 17:27:13 2022 : Debug: cleanup_delay = 5
Mon Sep 19 17:27:13 2022 : Debug: max_queue_size = 65536
Mon Sep 19 17:27:13 2022 : Debug: auto_limit_acct = no
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Thread spawned new child 1. Total threads
in pool: 1
Mon Sep 19 17:27:13 2022 : Debug: Thread 1 waiting to be assigned a request
Mon Sep 19 17:27:13 2022 : Debug: Thread spawned new child 2. Total threads
in pool: 2
Mon Sep 19 17:27:13 2022 : Debug: Thread spawned new child 3. Total threads
in pool: 3
Mon Sep 19 17:27:13 2022 : Debug: Thread 3 waiting to be assigned a request
Mon Sep 19 17:27:13 2022 : Debug: Thread spawned new child 4. Total threads
in pool: 4
Mon Sep 19 17:27:13 2022 : Debug: Thread spawned new child 5. Total threads
in pool: 5
Mon Sep 19 17:27:13 2022 : Debug: Thread pool initialized
Mon Sep 19 17:27:13 2022 : Debug: Thread 4 waiting to be assigned a request
Mon Sep 19 17:27:13 2022 : Debug: Thread 5 waiting to be assigned a request
Mon Sep 19 17:27:13 2022 : Debug: Created signal pipe. Read end FD 5,
write end FD 6
Mon Sep 19 17:27:13 2022 : Debug: radiusd: #### Opening IP addresses and
Ports ####
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_auth with path:
/usr/lib/freeradius/proto_auth.so
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_auth failed:
/usr/lib/freeradius/proto_auth.so: cannot open shared object file: No such
file or directory - No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: Thread 2 waiting to be assigned a request
Mon Sep 19 17:27:13 2022 : Debug: Loading library using linker search
path(s)
Mon Sep 19 17:27:13 2022 : Debug: Defaults : /lib:/usr/lib
Mon Sep 19 17:27:13 2022 : Debug: Failed with error: proto_auth.so: cannot
open shared object file: No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: listen {
Mon Sep 19 17:27:13 2022 : Debug: type = "auth"
Mon Sep 19 17:27:13 2022 : Debug: virtual_server = "passpoint"
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = *
Mon Sep 19 17:27:13 2022 : Debug: port = 2017
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 0
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 0
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: clients = "tcpclients"
Mon Sep 19 17:27:13 2022 : Debug: client tcpClient {
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = 216.58.255.0/24
Mon Sep 19 17:27:13 2022 : Debug: require_message_authenticator = no
Mon Sep 19 17:27:13 2022 : Debug: secret = "testsecret"
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 16
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 30
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Adding client 216.58.255.0/24
(216.58.255.0) to prefix tree 24
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_acct with path:
/usr/lib/freeradius/proto_acct.so
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_acct failed:
/usr/lib/freeradius/proto_acct.so: cannot open shared object file: No such
file or directory - No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: Loading library using linker search
path(s)
Mon Sep 19 17:27:13 2022 : Debug: Defaults : /lib:/usr/lib
Mon Sep 19 17:27:13 2022 : Debug: Failed with error: proto_acct.so: cannot
open shared object file: No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: listen {
Mon Sep 19 17:27:13 2022 : Debug: type = "acct"
Mon Sep 19 17:27:13 2022 : Debug: virtual_server = "passpoint"
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = *
Mon Sep 19 17:27:13 2022 : Debug: port = 2018
Mon Sep 19 17:27:13 2022 : Debug: proto = "tcp"
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 0
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 0
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: clients = "tcpclients"
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_auth with path:
/usr/lib/freeradius/proto_auth.so
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_auth failed:
/usr/lib/freeradius/proto_auth.so: cannot open shared object file: No such
file or directory - No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: Loading library using linker search
path(s)
Mon Sep 19 17:27:13 2022 : Debug: Defaults : /lib:/usr/lib
Mon Sep 19 17:27:13 2022 : Debug: Failed with error: proto_auth.so: cannot
open shared object file: No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: listen {
Mon Sep 19 17:27:13 2022 : Debug: type = "auth"
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = *
Mon Sep 19 17:27:13 2022 : Debug: port = 1817
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 0
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 0
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_acct with path:
/usr/lib/freeradius/proto_acct.so
Mon Sep 19 17:27:13 2022 : Debug: Loading proto_acct failed:
/usr/lib/freeradius/proto_acct.so: cannot open shared object file: No such
file or directory - No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: Loading library using linker search
path(s)
Mon Sep 19 17:27:13 2022 : Debug: Defaults : /lib:/usr/lib
Mon Sep 19 17:27:13 2022 : Debug: Failed with error: proto_acct.so: cannot
open shared object file: No such file or directory
Mon Sep 19 17:27:13 2022 : Debug: listen {
Mon Sep 19 17:27:13 2022 : Debug: type = "acct"
Mon Sep 19 17:27:13 2022 : Debug: ipaddr = *
Mon Sep 19 17:27:13 2022 : Debug: port = 1818
Mon Sep 19 17:27:13 2022 : Debug: limit {
Mon Sep 19 17:27:13 2022 : Debug: max_connections = 16
Mon Sep 19 17:27:13 2022 : Debug: lifetime = 0
Mon Sep 19 17:27:13 2022 : Debug: idle_timeout = 30
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: }
Mon Sep 19 17:27:13 2022 : Debug: Listening on auth proto tcp address *
port 2017 bound to server passpoint
Mon Sep 19 17:27:13 2022 : Debug: Listening on acct proto tcp address *
port 2018 bound to server passpoint
Mon Sep 19 17:27:13 2022 : Debug: Listening on auth address * port 1817
bound to server passpoint
Mon Sep 19 17:27:13 2022 : Debug: Listening on acct address * port 1818
bound to server passpoint
Mon Sep 19 17:27:17 2022 : Debug: ... new connection request on TCP socket
Mon Sep 19 17:27:17 2022 : Debug: Listening on acct from client
(216.58.255.50, 42140) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:17 2022 : Debug: Waking up in 0.3 seconds.
Mon Sep 19 17:27:17 2022 : Debug: Client has closed connection
Mon Sep 19 17:27:17 2022 : Info: ... shutting down socket acct from client
(216.58.255.50, 42140) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:17 2022 : Debug: Waking up in 2.9 seconds.
Mon Sep 19 17:27:20 2022 : Debug: ... cleaning up socket acct from client
(216.58.255.50, 42140) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:25 2022 : Debug: ... new connection request on TCP socket
Mon Sep 19 17:27:25 2022 : Error: Failed inserting TCP socket into parent
list.
Mon Sep 19 17:27:25 2022 : Debug: Listening on acct from client
(216.58.255.50, 37328) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:25 2022 : Debug: Waking up in 0.2 seconds.
Mon Sep 19 17:27:25 2022 : Debug: Client has closed connection
Mon Sep 19 17:27:25 2022 : Info: ... shutting down socket acct from client
(216.58.255.50, 37328) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:25 2022 : Debug: Waking up in 2.9 seconds.
Mon Sep 19 17:27:28 2022 : Debug: ... cleaning up socket acct from client
(216.58.255.50, 37328) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:31 2022 : Debug: ... new connection request on TCP socket
Mon Sep 19 17:27:31 2022 : Error: Failed inserting TCP socket into parent
list.
Mon Sep 19 17:27:31 2022 : Debug: Listening on acct from client
(216.58.255.50, 54860) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:31 2022 : Debug: Waking up in 0.7 seconds.
Mon Sep 19 17:27:31 2022 : Debug: Client has closed connection
Mon Sep 19 17:27:31 2022 : Info: ... shutting down socket acct from client
(216.58.255.50, 54860) -> (*, 2018, virtual-server=passpoint)
Mon Sep 19 17:27:31 2022 : Debug: Waking up in 2.9 seconds.
Mon Sep 19 17:27:34 2022 : Debug: ... cleaning up socket acct from client
(216.58.255.50, 54860) -> (*, 2018, virtual-server=passpoint)
Regards,
Abhilash
2
1
Hello -
We are running freeradius on EL7/EL8 machines:
freeradius-3.0.13-15.el7.x86_64
freeradius-3.0.20-12.module_el8.6.0+2865+fd6928c8.x86_64
and have just enabled CRL checking with `check_crl = yes` in mods-enabled/eap.
We also have a script to update the CRL files - but radiusd seems to require a
restart in order to load the new CRL. Is this expected? It seems rather
problematic.
Our certs directory looks like:
lrwxrwxrwx. 1 root root 15 Sep 13 05:05 241bed0c.0 -> ad.nwra.com.crt
lrwxrwxrwx. 1 root root 22 Sep 13 05:05 241bed0c.r0 -> ad-AD-SEATTLE01-CA.crl
lrwxrwxrwx. 1 root root 10 Sep 13 05:05 599be2cf.0 -> ipa_ca.crt
lrwxrwxrwx. 1 root root 7 Sep 13 05:05 599be2cf.r0 -> ipa.crl
-rw-r--r--. 1 root radiusd 4850 Sep 19 08:20 ad-AD-SEATTLE01-CA.crl
-rw-r-----. 1 root radiusd 2024 Sep 13 05:04 ad.nwra.com.crt
-rw-r-----. 1 root radiusd 1276 Sep 13 05:04 ipa_ca.crt
-rw-r--r--. 1 root radiusd 1507 Sep 19 08:20 ipa.crl
Thanks,
Orion
--
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 https://www.nwra.com/
2
1
Hi everyone
I have a simple porgramming question: I want some program block only
executed on a certain debug level, like:
if (loglevel == LEVEL_DEBUG2) {
calculate( &something );
DEBUG2(..., something);
}
Best reagrds,
Till
1
1