Freeradius - eapol testing failure

rbbhill at gmail.com rbbhill at gmail.com
Mon Apr 15 01:18:04 CEST 2019


Hi all, thanks for your help in advance. I have spent the last week trying
to solve this issue, I have read and read all information I can find. I have
set up a raspberry pi 3, with freeradius 3.0 and openssl. For the freeradius
I have followed the guides by each detail in full, the only exception is
replacing etc/raddb with etc/freeradius/3.0. The freeradius server is set up
and running and I have completed testing with local host using radtest and
eapol. Test results:


PAP
Localhost = Ok, passes - used radtest bob hello localhost 0 testing123

EAP (using EAPOL)
PEAPv0_EAP-MSCHAPv2 = Ok, Passes
EAP-TTLS_EAP-MSCHAPv2 = Ok, Passes

Good so far, next I edit EAPOL test scripts to uncomment so as to use the
test certs for testing. The only thing I changed here was
/etc/raddb/certs/ca.der to /etc/freeradius/3.0/certs/ca.der so as to point
test utility to the correct directory. 

EAP (using EAPOL with cert check uncommented)
PEAPv0_EAP-MSCHAPv2 = Fails, TLS Alert read:fatal:unknown CA
EAP-TTLS_EAP-MSCHAPv2 = Fails, TLS Alert read:fatal:unknown CA

I followed deployingradius, and used make to build certs, they are all
populated in the directory, but tests repeatedly fail. This same error comes
up repeatedly across peap and ttls using cert:

Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: TLS Alert read:fatal:unknown
CA
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: TLS_accept: Need to read
more data: SSLv3/TLS write server done
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: Failed in __FUNCTION__
(SSL_read): ../ssl/record/rec_layer_s3.c[1407]:error:14094418:SSL
routines:ssl3_read_bytes:tlsv1 alert unknown ca
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: System call (I/O) error (-1)
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: TLS receive handshake failed
during operation
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: [eaptls process] = fail
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap: Failed continuing EAP TTLS (21)
session.  EAP sub-module failed

I am very new to radius, and I am trying to setup the server to test with
some headless devices, and they need to be able to support PEAP, TLS, and
TTLS with certs. I went as far as setting a completely identical server on
another Pi and tried with production certificates, with same error. The only
thing I notice different is that when I access the network with my iphone,
the public cert it sends my iphone is completely different than any of the
certs in /etc/freeradius/3.0/certs/. 

Verbose log:
Sun Apr 14 16:55:58 2019 : Info: Ready to process requests
Sun Apr 14 16:56:24 2019 : Debug: (0) Received Access-Request Id 0 from
127.0.0.1:44837 to 127.0.0.1:1812 length 132
Sun Apr 14 16:56:24 2019 : Debug: (0)   User-Name = "anonymous"
Sun Apr 14 16:56:24 2019 : Debug: (0)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:24 2019 : Debug: (0)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:24 2019 : Debug: (0)   Framed-MTU = 1400
Sun Apr 14 16:56:24 2019 : Debug: (0)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:24 2019 : Debug: (0)   Service-Type = Framed-User
Sun Apr 14 16:56:24 2019 : Debug: (0)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:24 2019 : Debug: (0)   EAP-Message =
0x0200000e01616e6f6e796d6f7573
Sun Apr 14 16:56:24 2019 : Debug: (0)   Message-Authenticator =
0xead9e659e3e79e40d782c2383711cff4
Sun Apr 14 16:56:24 2019 : Debug: (0) session-state: No State attribute
Sun Apr 14 16:56:24 2019 : Debug: (0) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (0)   authorize {
Sun Apr 14 16:56:24 2019 : Debug: (0)     policy filter_username {
Sun Apr 14 16:56:24 2019 : Debug: (0)       if (&User-Name) {
Sun Apr 14 16:56:24 2019 : Debug: (0)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:24 2019 : Debug: (0)       if (&User-Name)  {
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (0)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (0)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (0)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (0)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:24 2019 : Debug: (0)     } # policy filter_username =
notfound
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [preprocess] = ok
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [chap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [mschap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [digest] = noop
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (0) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:24 2019 : Debug: (0) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:24 2019 : Debug: (0) suffix: No such realm "NULL"
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [suffix] = noop
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (0) eap: Peer sent EAP Response (code 2)
ID 0 length 14
Sun Apr 14 16:56:24 2019 : Debug: (0) eap: EAP-Identity reply, returning
'ok' so we can short-circuit the rest of authorize
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [eap] = ok
Sun Apr 14 16:56:24 2019 : Debug: (0)   } # authorize = ok
Sun Apr 14 16:56:24 2019 : Debug: (0) Found Auth-Type = eap
Sun Apr 14 16:56:24 2019 : Debug: (0) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (0)   authenticate {
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (0) eap: Peer sent packet with method EAP
Identity (1)
Sun Apr 14 16:56:24 2019 : Debug: (0) eap: Calling submodule eap_peap to
process data
Sun Apr 14 16:56:24 2019 : Debug: (0) eap_peap: Initiating new EAP-TLS
session
Sun Apr 14 16:56:24 2019 : Debug: (0) eap_peap: [eaptls start] = request
Sun Apr 14 16:56:24 2019 : Debug: (0) eap: Sending EAP Request (code 1) ID 1
length 6
Sun Apr 14 16:56:24 2019 : Debug: (0) eap: EAP session adding &reply:State =
0x4c3c07a54c3d1ed6
Sun Apr 14 16:56:24 2019 : Debug: (0)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (0)     [eap] = handled
Sun Apr 14 16:56:24 2019 : Debug: (0)   } # authenticate = handled
Sun Apr 14 16:56:24 2019 : Debug: (0) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:24 2019 : Debug: (0) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:24 2019 : Debug: (0) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (0) session-state: Nothing to cache
Sun Apr 14 16:56:24 2019 : Debug: (0) Sent Access-Challenge Id 0 from
127.0.0.1:1812 to 127.0.0.1:44837 length 0
Sun Apr 14 16:56:24 2019 : Debug: (0)   EAP-Message = 0x010100061920
Sun Apr 14 16:56:24 2019 : Debug: (0)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:24 2019 : Debug: (0)   State =
0x4c3c07a54c3d1ed6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (0) Finished request
Sun Apr 14 16:56:24 2019 : Debug: Waking up in 4.9 seconds.
Sun Apr 14 16:56:24 2019 : Debug: (1) Received Access-Request Id 1 from
127.0.0.1:44837 to 127.0.0.1:1812 length 142
Sun Apr 14 16:56:24 2019 : Debug: (1)   User-Name = "anonymous"
Sun Apr 14 16:56:24 2019 : Debug: (1)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:24 2019 : Debug: (1)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:24 2019 : Debug: (1)   Framed-MTU = 1400
Sun Apr 14 16:56:24 2019 : Debug: (1)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:24 2019 : Debug: (1)   Service-Type = Framed-User
Sun Apr 14 16:56:24 2019 : Debug: (1)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:24 2019 : Debug: (1)   EAP-Message = 0x020100060315
Sun Apr 14 16:56:24 2019 : Debug: (1)   State =
0x4c3c07a54c3d1ed6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (1)   Message-Authenticator =
0x5386ab818c5886c5d02bdd9f60e6dfcc
Sun Apr 14 16:56:24 2019 : Debug: (1) session-state: No cached attributes
Sun Apr 14 16:56:24 2019 : Debug: (1) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (1)   authorize {
Sun Apr 14 16:56:24 2019 : Debug: (1)     policy filter_username {
Sun Apr 14 16:56:24 2019 : Debug: (1)       if (&User-Name) {
Sun Apr 14 16:56:24 2019 : Debug: (1)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:24 2019 : Debug: (1)       if (&User-Name)  {
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (1)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (1)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (1)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (1)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:24 2019 : Debug: (1)     } # policy filter_username =
notfound
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [preprocess] = ok
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [chap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [mschap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [digest] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (1) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:24 2019 : Debug: (1) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:24 2019 : Debug: (1) suffix: No such realm "NULL"
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [suffix] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Peer sent EAP Response (code 2)
ID 1 length 6
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: No EAP Start, assuming it's an
on-going EAP conversation
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [eap] = updated
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
files (rlm_files)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from files (rlm_files)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [files] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
expiration (rlm_expiration)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from expiration (rlm_expiration)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [expiration] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling
logintime (rlm_logintime)
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from logintime (rlm_logintime)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [logintime] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: calling pap
(rlm_pap)
Sun Apr 14 16:56:24 2019 : WARNING: (1) pap: No "known good" password found
for the user.  Not setting Auth-Type
Sun Apr 14 16:56:24 2019 : WARNING: (1) pap: Authentication will fail unless
a "known good" password is available
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authorize]: returned
from pap (rlm_pap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [pap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (1)   } # authorize = updated
Sun Apr 14 16:56:24 2019 : Debug: (1) Found Auth-Type = eap
Sun Apr 14 16:56:24 2019 : Debug: (1) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (1)   authenticate {
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Expiring EAP session with state
0x4c3c07a54c3d1ed6
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Finished EAP session with state
0x4c3c07a54c3d1ed6
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Previous EAP request found for
state 0x4c3c07a54c3d1ed6, released from the list
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Peer sent packet with method EAP
NAK (3)
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Found mutually acceptable type
TTLS (21)
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:24 2019 : Debug: (1) eap_ttls: Initiating new EAP-TLS
session
Sun Apr 14 16:56:24 2019 : Debug: (1) eap_ttls: [eaptls start] = request
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: Sending EAP Request (code 1) ID 2
length 6
Sun Apr 14 16:56:24 2019 : Debug: (1) eap: EAP session adding &reply:State =
0x4c3c07a54d3e12d6
Sun Apr 14 16:56:24 2019 : Debug: (1)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (1)     [eap] = handled
Sun Apr 14 16:56:24 2019 : Debug: (1)   } # authenticate = handled
Sun Apr 14 16:56:24 2019 : Debug: (1) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:24 2019 : Debug: (1) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:24 2019 : Debug: (1) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (1) session-state: Nothing to cache
Sun Apr 14 16:56:24 2019 : Debug: (1) Sent Access-Challenge Id 1 from
127.0.0.1:1812 to 127.0.0.1:44837 length 0
Sun Apr 14 16:56:24 2019 : Debug: (1)   EAP-Message = 0x010200061520
Sun Apr 14 16:56:24 2019 : Debug: (1)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:24 2019 : Debug: (1)   State =
0x4c3c07a54d3e12d6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (1) Finished request
Sun Apr 14 16:56:24 2019 : Debug: Waking up in 4.9 seconds.
Sun Apr 14 16:56:24 2019 : Debug: (2) Received Access-Request Id 2 from
127.0.0.1:44837 to 127.0.0.1:1812 length 314
Sun Apr 14 16:56:24 2019 : Debug: (2)   User-Name = "anonymous"
Sun Apr 14 16:56:24 2019 : Debug: (2)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:24 2019 : Debug: (2)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:24 2019 : Debug: (2)   Framed-MTU = 1400
Sun Apr 14 16:56:24 2019 : Debug: (2)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:24 2019 : Debug: (2)   Service-Type = Framed-User
Sun Apr 14 16:56:24 2019 : Debug: (2)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:24 2019 : Debug: (2)   EAP-Message =
0x020200b2150016030100a7010000a303030fc026b5175fb0e4cda8fe23ff8fa6e73ba494c4
669c89a2e0635f57b23e5714000038c02cc030009fcca9cca8ccaac02bc02f009ec024c02800
6bc023c0270067c00ac0140039c009c0130033009d009c003d003c0035002f00ff0100004200
0b0004030001
Sun Apr 14 16:56:24 2019 : Debug: (2)   State =
0x4c3c07a54d3e12d6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (2)   Message-Authenticator =
0x1c8acab50d8a7d872c7bceb067dd3ef6
Sun Apr 14 16:56:24 2019 : Debug: (2) session-state: No cached attributes
Sun Apr 14 16:56:24 2019 : Debug: (2) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (2)   authorize {
Sun Apr 14 16:56:24 2019 : Debug: (2)     policy filter_username {
Sun Apr 14 16:56:24 2019 : Debug: (2)       if (&User-Name) {
Sun Apr 14 16:56:24 2019 : Debug: (2)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:24 2019 : Debug: (2)       if (&User-Name)  {
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (2)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (2)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (2)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (2)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:24 2019 : Debug: (2)     } # policy filter_username =
notfound
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [preprocess] = ok
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [chap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [mschap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [digest] = noop
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (2) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:24 2019 : Debug: (2) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:24 2019 : Debug: (2) suffix: No such realm "NULL"
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [suffix] = noop
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Peer sent EAP Response (code 2)
ID 2 length 178
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Continuing tunnel setup
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [eap] = ok
Sun Apr 14 16:56:24 2019 : Debug: (2)   } # authorize = ok
Sun Apr 14 16:56:24 2019 : Debug: (2) Found Auth-Type = eap
Sun Apr 14 16:56:24 2019 : Debug: (2) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (2)   authenticate {
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Expiring EAP session with state
0x4c3c07a54d3e12d6
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Finished EAP session with state
0x4c3c07a54d3e12d6
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Previous EAP request found for
state 0x4c3c07a54d3e12d6, released from the list
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Peer sent packet with method EAP
TTLS (21)
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: Authenticate
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: Continuing EAP-TLS
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: Peer sent flags ---
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: [eaptls verify] = ok
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: Done initial handshake
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: (other): before SSL
initialization
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: before SSL
initialization
Sun Apr 14 16:56:24 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: before SSL
initialization
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: <<< recv TLS 1.2  [length
00a7]
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: SSLv3/TLS read
client hello
Sun Apr 14 16:56:24 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: >>> send TLS 1.2  [length
003d]
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: SSLv3/TLS write
server hello
Sun Apr 14 16:56:24 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: >>> send TLS 1.2  [length
02d9]
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: SSLv3/TLS write
certificate
Sun Apr 14 16:56:24 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: >>> send TLS 1.2  [length
014d]
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: SSLv3/TLS write
key exchange
Sun Apr 14 16:56:24 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: >>> send TLS 1.2  [length
0004]
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: SSLv3/TLS write
server done
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: TLS_accept: Need to read
more data: SSLv3/TLS write server done
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: In SSL Handshake Phase
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: In SSL Accept mode
Sun Apr 14 16:56:24 2019 : Debug: (2) eap_ttls: [eaptls process] = handled
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: Sending EAP Request (code 1) ID 3
length 1004
Sun Apr 14 16:56:24 2019 : Debug: (2) eap: EAP session adding &reply:State =
0x4c3c07a54e3f12d6
Sun Apr 14 16:56:24 2019 : Debug: (2)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (2)     [eap] = handled
Sun Apr 14 16:56:24 2019 : Debug: (2)   } # authenticate = handled
Sun Apr 14 16:56:24 2019 : Debug: (2) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:24 2019 : Debug: (2) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:24 2019 : Debug: (2) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (2) session-state: Nothing to cache
Sun Apr 14 16:56:24 2019 : Debug: (2) Sent Access-Challenge Id 2 from
127.0.0.1:1812 to 127.0.0.1:44837 length 0
Sun Apr 14 16:56:24 2019 : Debug: (2)   EAP-Message =
0x010303ec15c00000047b160303003d02000039030322f387796fa76cd3f629c70febc33563
5168e8e9a25f35594d2ef02cc43b108400c030000011ff01000100000b000403000102001700
0016030302d90b0002d50002d20002cf308202cb308201b3a003020102020900a1ccb3d7090c
ca2e300d0609
Sun Apr 14 16:56:24 2019 : Debug: (2)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:24 2019 : Debug: (2)   State =
0x4c3c07a54e3f12d6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (2) Finished request
Sun Apr 14 16:56:24 2019 : Debug: Waking up in 4.7 seconds.
Sun Apr 14 16:56:24 2019 : Debug: (3) Received Access-Request Id 3 from
127.0.0.1:44837 to 127.0.0.1:1812 length 142
Sun Apr 14 16:56:24 2019 : Debug: (3)   User-Name = "anonymous"
Sun Apr 14 16:56:24 2019 : Debug: (3)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:24 2019 : Debug: (3)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:24 2019 : Debug: (3)   Framed-MTU = 1400
Sun Apr 14 16:56:24 2019 : Debug: (3)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:24 2019 : Debug: (3)   Service-Type = Framed-User
Sun Apr 14 16:56:24 2019 : Debug: (3)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:24 2019 : Debug: (3)   EAP-Message = 0x020300061500
Sun Apr 14 16:56:24 2019 : Debug: (3)   State =
0x4c3c07a54e3f12d6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (3)   Message-Authenticator =
0xb32d0f7bc337b37f48ca11e11069aea7
Sun Apr 14 16:56:24 2019 : Debug: (3) session-state: No cached attributes
Sun Apr 14 16:56:24 2019 : Debug: (3) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (3)   authorize {
Sun Apr 14 16:56:24 2019 : Debug: (3)     policy filter_username {
Sun Apr 14 16:56:24 2019 : Debug: (3)       if (&User-Name) {
Sun Apr 14 16:56:24 2019 : Debug: (3)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:24 2019 : Debug: (3)       if (&User-Name)  {
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (3)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (3)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (3)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (3)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:24 2019 : Debug: (3)     } # policy filter_username =
notfound
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [preprocess] = ok
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [chap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [mschap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [digest] = noop
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (3) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:24 2019 : Debug: (3) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:24 2019 : Debug: (3) suffix: No such realm "NULL"
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [suffix] = noop
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Peer sent EAP Response (code 2)
ID 3 length 6
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Continuing tunnel setup
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [eap] = ok
Sun Apr 14 16:56:24 2019 : Debug: (3)   } # authorize = ok
Sun Apr 14 16:56:24 2019 : Debug: (3) Found Auth-Type = eap
Sun Apr 14 16:56:24 2019 : Debug: (3) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (3)   authenticate {
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Expiring EAP session with state
0x4c3c07a54e3f12d6
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Finished EAP session with state
0x4c3c07a54e3f12d6
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Previous EAP request found for
state 0x4c3c07a54e3f12d6, released from the list
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Peer sent packet with method EAP
TTLS (21)
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:24 2019 : Debug: (3) eap_ttls: Authenticate
Sun Apr 14 16:56:24 2019 : Debug: (3) eap_ttls: Continuing EAP-TLS
Sun Apr 14 16:56:24 2019 : Debug: (3) eap_ttls: Peer sent flags ---
Sun Apr 14 16:56:24 2019 : Debug: (3) eap_ttls: Peer ACKed our handshake
fragment
Sun Apr 14 16:56:24 2019 : Debug: (3) eap_ttls: [eaptls verify] = request
Sun Apr 14 16:56:24 2019 : Debug: (3) eap_ttls: [eaptls process] = handled
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: Sending EAP Request (code 1) ID 4
length 163
Sun Apr 14 16:56:24 2019 : Debug: (3) eap: EAP session adding &reply:State =
0x4c3c07a54f3812d6
Sun Apr 14 16:56:24 2019 : Debug: (3)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (3)     [eap] = handled
Sun Apr 14 16:56:24 2019 : Debug: (3)   } # authenticate = handled
Sun Apr 14 16:56:24 2019 : Debug: (3) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:24 2019 : Debug: (3) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:24 2019 : Debug: (3) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (3) session-state: Nothing to cache
Sun Apr 14 16:56:24 2019 : Debug: (3) Sent Access-Challenge Id 3 from
127.0.0.1:1812 to 127.0.0.1:44837 length 0
Sun Apr 14 16:56:24 2019 : Debug: (3)   EAP-Message =
0x010400a315800000047b5c7b1b4e3291b8cee42f5c9200c2c1f08bd77a1b57eb89bef4ed8e
55c8fe597999d72fa937bc0e5c17f7835535a00e5745b4dcc68e53e2ed5661f4b0119b65d92b
2c38a1977290607e2e0a90197d2c08bbe43355447570454ad4df15887f0e456fa7e8f2834c70
5841c434ca49
Sun Apr 14 16:56:24 2019 : Debug: (3)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:24 2019 : Debug: (3)   State =
0x4c3c07a54f3812d6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (3) Finished request
Sun Apr 14 16:56:24 2019 : Debug: Waking up in 4.6 seconds.
Sun Apr 14 16:56:24 2019 : Debug: (4) Received Access-Request Id 4 from
127.0.0.1:44837 to 127.0.0.1:1812 length 149
Sun Apr 14 16:56:24 2019 : Debug: (4)   User-Name = "anonymous"
Sun Apr 14 16:56:24 2019 : Debug: (4)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:24 2019 : Debug: (4)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:24 2019 : Debug: (4)   Framed-MTU = 1400
Sun Apr 14 16:56:24 2019 : Debug: (4)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:24 2019 : Debug: (4)   Service-Type = Framed-User
Sun Apr 14 16:56:24 2019 : Debug: (4)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:24 2019 : Debug: (4)   EAP-Message =
0x0204000d150015030300020230
Sun Apr 14 16:56:24 2019 : Debug: (4)   State =
0x4c3c07a54f3812d6dc41103157c60ec3
Sun Apr 14 16:56:24 2019 : Debug: (4)   Message-Authenticator =
0x041e1ee45dad308103990e414cac95b0
Sun Apr 14 16:56:24 2019 : Debug: (4) session-state: No cached attributes
Sun Apr 14 16:56:24 2019 : Debug: (4) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (4)   authorize {
Sun Apr 14 16:56:24 2019 : Debug: (4)     policy filter_username {
Sun Apr 14 16:56:24 2019 : Debug: (4)       if (&User-Name) {
Sun Apr 14 16:56:24 2019 : Debug: (4)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:24 2019 : Debug: (4)       if (&User-Name)  {
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (4)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:24 2019 : Debug: No matches
Sun Apr 14 16:56:24 2019 : Debug: (4)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:24 2019 : Debug: (4)     } # policy filter_username =
notfound
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [preprocess] = ok
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [chap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [mschap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [digest] = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (4) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:24 2019 : Debug: (4) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:24 2019 : Debug: (4) suffix: No such realm "NULL"
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [suffix] = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Peer sent EAP Response (code 2)
ID 4 length 13
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Continuing tunnel setup
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [eap] = ok
Sun Apr 14 16:56:24 2019 : Debug: (4)   } # authorize = ok
Sun Apr 14 16:56:24 2019 : Debug: (4) Found Auth-Type = eap
Sun Apr 14 16:56:24 2019 : Debug: (4) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (4)   authenticate {
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Expiring EAP session with state
0x4c3c07a54f3812d6
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Finished EAP session with state
0x4c3c07a54f3812d6
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Previous EAP request found for
state 0x4c3c07a54f3812d6, released from the list
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Peer sent packet with method EAP
TTLS (21)
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: Authenticate
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: Continuing EAP-TLS
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: Peer sent flags ---
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: [eaptls verify] = ok
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: Done initial handshake
Sun Apr 14 16:56:24 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: <<< recv TLS 1.2  [length
0002]
Sun Apr 14 16:56:24 2019 : ERROR: (4) eap_ttls: TLS Alert read:fatal:unknown
CA
Sun Apr 14 16:56:24 2019 : Debug: (4) eap_ttls: TLS_accept: Need to read
more data: SSLv3/TLS write server done
Sun Apr 14 16:56:24 2019 : ERROR: (4) eap_ttls: Failed in __FUNCTION__
(SSL_read): ../ssl/record/rec_layer_s3.c[1407]:error:14094418:SSL
routines:ssl3_read_bytes:tlsv1 alert unknown ca
Sun Apr 14 16:56:24 2019 : ERROR: (4) eap_ttls: System call (I/O) error (-1)
Sun Apr 14 16:56:24 2019 : ERROR: (4) eap_ttls: TLS receive handshake failed
during operation
Sun Apr 14 16:56:24 2019 : ERROR: (4) eap_ttls: [eaptls process] = fail
Sun Apr 14 16:56:24 2019 : ERROR: (4) eap: Failed continuing EAP TTLS (21)
session.  EAP sub-module failed
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Sending EAP Failure (code 4) ID 4
length 4
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Failed in EAP select
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [eap] = invalid
Sun Apr 14 16:56:24 2019 : Debug: (4)   } # authenticate = invalid
Sun Apr 14 16:56:24 2019 : Debug: (4) Failed to authenticate the user
Sun Apr 14 16:56:24 2019 : Debug: (4) Using Post-Auth-Type Reject
Sun Apr 14 16:56:24 2019 : Debug: (4) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:24 2019 : Debug: (4)   Post-Auth-Type REJECT {
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[post-auth]: calling
attr_filter.access_reject (rlm_attr_filter)
Sun Apr 14 16:56:24 2019 : Debug: %{User-Name}
Sun Apr 14 16:56:24 2019 : Debug: Parsed xlat tree:
Sun Apr 14 16:56:24 2019 : Debug: attribute --> User-Name
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject: EXPAND
%{User-Name}
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject:    -->
anonymous
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject: Matched
entry DEFAULT at line 11
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject: EAP-Message
= 0x04040004 allowed by EAP-Message =* 0x
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject: Attribute
"EAP-Message" allowed by 1 rules, disallowed by 0 rules
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject:
Message-Authenticator = 0x00000000000000000000000000000000 allowed by
Message-Authenticator =* 0x
Sun Apr 14 16:56:24 2019 : Debug: (4) attr_filter.access_reject: Attribute
"Message-Authenticator" allowed by 1 rules, disallowed by 0 rules
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[post-auth]: returned
from attr_filter.access_reject (rlm_attr_filter)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [attr_filter.access_reject] =
updated
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[post-auth]: calling eap
(rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (4) eap: Reply already contained an
EAP-Message, not inserting EAP-Failure
Sun Apr 14 16:56:24 2019 : Debug: (4)     modsingle[post-auth]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:24 2019 : Debug: (4)     [eap] = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)     policy remove_reply_message_if_eap
{
Sun Apr 14 16:56:24 2019 : Debug: (4)       if (&reply:EAP-Message &&
&reply:Reply-Message) {
Sun Apr 14 16:56:24 2019 : Debug: (4)       if (&reply:EAP-Message &&
&reply:Reply-Message)  -> FALSE
Sun Apr 14 16:56:24 2019 : Debug: (4)       else {
Sun Apr 14 16:56:24 2019 : Debug: (4)         modsingle[post-auth]: calling
noop (rlm_always)
Sun Apr 14 16:56:24 2019 : Debug: (4)         modsingle[post-auth]: returned
from noop (rlm_always)
Sun Apr 14 16:56:24 2019 : Debug: (4)         [noop] = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)       } # else = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)     } # policy
remove_reply_message_if_eap = noop
Sun Apr 14 16:56:24 2019 : Debug: (4)   } # Post-Auth-Type REJECT = updated
Sun Apr 14 16:56:24 2019 : Debug: (4) Delaying response for 1.000000 seconds
Sun Apr 14 16:56:24 2019 : Debug: Waking up in 0.2 seconds.
Sun Apr 14 16:56:24 2019 : Debug: Waking up in 0.7 seconds.
Sun Apr 14 16:56:25 2019 : Debug: (4) Sending delayed response
Sun Apr 14 16:56:25 2019 : Debug: (4) Sent Access-Reject Id 4 from
127.0.0.1:1812 to 127.0.0.1:44837 length 44
Sun Apr 14 16:56:25 2019 : Debug: (4)   EAP-Message = 0x04040004
Sun Apr 14 16:56:25 2019 : Debug: (4)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:25 2019 : Debug: Waking up in 3.5 seconds.
Sun Apr 14 16:56:29 2019 : Debug: (0) Cleaning up request packet ID 0 with
timestamp +26
Sun Apr 14 16:56:29 2019 : Debug: (1) Cleaning up request packet ID 1 with
timestamp +26
Sun Apr 14 16:56:29 2019 : Debug: Waking up in 0.2 seconds.
Sun Apr 14 16:56:29 2019 : Debug: (2) Cleaning up request packet ID 2 with
timestamp +26
Sun Apr 14 16:56:29 2019 : Debug: (3) Cleaning up request packet ID 3 with
timestamp +26
Sun Apr 14 16:56:29 2019 : Debug: (4) Cleaning up request packet ID 4 with
timestamp +26
Sun Apr 14 16:56:29 2019 : Info: Ready to process requests
Sun Apr 14 16:56:49 2019 : Debug: (5) Received Access-Request Id 0 from
127.0.0.1:42044 to 127.0.0.1:1812 length 132
Sun Apr 14 16:56:49 2019 : Debug: (5)   User-Name = "anonymous"
Sun Apr 14 16:56:49 2019 : Debug: (5)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:49 2019 : Debug: (5)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:49 2019 : Debug: (5)   Framed-MTU = 1400
Sun Apr 14 16:56:49 2019 : Debug: (5)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:49 2019 : Debug: (5)   Service-Type = Framed-User
Sun Apr 14 16:56:49 2019 : Debug: (5)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:49 2019 : Debug: (5)   EAP-Message =
0x0200000e01616e6f6e796d6f7573
Sun Apr 14 16:56:49 2019 : Debug: (5)   Message-Authenticator =
0xcdb329fb62c058d3925ee90597ab4808
Sun Apr 14 16:56:49 2019 : Debug: (5) session-state: No State attribute
Sun Apr 14 16:56:49 2019 : Debug: (5) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (5)   authorize {
Sun Apr 14 16:56:49 2019 : Debug: (5)     policy filter_username {
Sun Apr 14 16:56:49 2019 : Debug: (5)       if (&User-Name) {
Sun Apr 14 16:56:49 2019 : Debug: (5)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:49 2019 : Debug: (5)       if (&User-Name)  {
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (5)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (5)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (5)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (5)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:49 2019 : Debug: (5)     } # policy filter_username =
notfound
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [preprocess] = ok
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [chap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [mschap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [digest] = noop
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (5) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:49 2019 : Debug: (5) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:49 2019 : Debug: (5) suffix: No such realm "NULL"
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [suffix] = noop
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (5) eap: Peer sent EAP Response (code 2)
ID 0 length 14
Sun Apr 14 16:56:49 2019 : Debug: (5) eap: EAP-Identity reply, returning
'ok' so we can short-circuit the rest of authorize
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [eap] = ok
Sun Apr 14 16:56:49 2019 : Debug: (5)   } # authorize = ok
Sun Apr 14 16:56:49 2019 : Debug: (5) Found Auth-Type = eap
Sun Apr 14 16:56:49 2019 : Debug: (5) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (5)   authenticate {
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (5) eap: Peer sent packet with method EAP
Identity (1)
Sun Apr 14 16:56:49 2019 : Debug: (5) eap: Calling submodule eap_peap to
process data
Sun Apr 14 16:56:49 2019 : Debug: (5) eap_peap: Initiating new EAP-TLS
session
Sun Apr 14 16:56:49 2019 : Debug: (5) eap_peap: [eaptls start] = request
Sun Apr 14 16:56:49 2019 : Debug: (5) eap: Sending EAP Request (code 1) ID 1
length 6
Sun Apr 14 16:56:49 2019 : Debug: (5) eap: EAP session adding &reply:State =
0xe81868d9e819712b
Sun Apr 14 16:56:49 2019 : Debug: (5)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (5)     [eap] = handled
Sun Apr 14 16:56:49 2019 : Debug: (5)   } # authenticate = handled
Sun Apr 14 16:56:49 2019 : Debug: (5) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:49 2019 : Debug: (5) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:49 2019 : Debug: (5) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (5) session-state: Nothing to cache
Sun Apr 14 16:56:49 2019 : Debug: (5) Sent Access-Challenge Id 0 from
127.0.0.1:1812 to 127.0.0.1:42044 length 0
Sun Apr 14 16:56:49 2019 : Debug: (5)   EAP-Message = 0x010100061920
Sun Apr 14 16:56:49 2019 : Debug: (5)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:49 2019 : Debug: (5)   State =
0xe81868d9e819712b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (5) Finished request
Sun Apr 14 16:56:49 2019 : Debug: Waking up in 4.9 seconds.
Sun Apr 14 16:56:49 2019 : Debug: (6) Received Access-Request Id 1 from
127.0.0.1:42044 to 127.0.0.1:1812 length 142
Sun Apr 14 16:56:49 2019 : Debug: (6)   User-Name = "anonymous"
Sun Apr 14 16:56:49 2019 : Debug: (6)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:49 2019 : Debug: (6)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:49 2019 : Debug: (6)   Framed-MTU = 1400
Sun Apr 14 16:56:49 2019 : Debug: (6)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:49 2019 : Debug: (6)   Service-Type = Framed-User
Sun Apr 14 16:56:49 2019 : Debug: (6)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:49 2019 : Debug: (6)   EAP-Message = 0x020100060315
Sun Apr 14 16:56:49 2019 : Debug: (6)   State =
0xe81868d9e819712b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (6)   Message-Authenticator =
0x808aa1a913dc01d6a2705cd81b8a753e
Sun Apr 14 16:56:49 2019 : Debug: (6) session-state: No cached attributes
Sun Apr 14 16:56:49 2019 : Debug: (6) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (6)   authorize {
Sun Apr 14 16:56:49 2019 : Debug: (6)     policy filter_username {
Sun Apr 14 16:56:49 2019 : Debug: (6)       if (&User-Name) {
Sun Apr 14 16:56:49 2019 : Debug: (6)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:49 2019 : Debug: (6)       if (&User-Name)  {
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (6)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (6)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (6)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (6)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:49 2019 : Debug: (6)     } # policy filter_username =
notfound
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [preprocess] = ok
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [chap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [mschap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [digest] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (6) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:49 2019 : Debug: (6) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:49 2019 : Debug: (6) suffix: No such realm "NULL"
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [suffix] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Peer sent EAP Response (code 2)
ID 1 length 6
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: No EAP Start, assuming it's an
on-going EAP conversation
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [eap] = updated
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
files (rlm_files)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from files (rlm_files)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [files] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
expiration (rlm_expiration)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from expiration (rlm_expiration)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [expiration] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling
logintime (rlm_logintime)
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from logintime (rlm_logintime)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [logintime] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: calling pap
(rlm_pap)
Sun Apr 14 16:56:49 2019 : WARNING: (6) pap: No "known good" password found
for the user.  Not setting Auth-Type
Sun Apr 14 16:56:49 2019 : WARNING: (6) pap: Authentication will fail unless
a "known good" password is available
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authorize]: returned
from pap (rlm_pap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [pap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (6)   } # authorize = updated
Sun Apr 14 16:56:49 2019 : Debug: (6) Found Auth-Type = eap
Sun Apr 14 16:56:49 2019 : Debug: (6) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (6)   authenticate {
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Expiring EAP session with state
0xe81868d9e819712b
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Finished EAP session with state
0xe81868d9e819712b
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Previous EAP request found for
state 0xe81868d9e819712b, released from the list
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Peer sent packet with method EAP
NAK (3)
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Found mutually acceptable type
TTLS (21)
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:49 2019 : Debug: (6) eap_ttls: Initiating new EAP-TLS
session
Sun Apr 14 16:56:49 2019 : Debug: (6) eap_ttls: [eaptls start] = request
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: Sending EAP Request (code 1) ID 2
length 6
Sun Apr 14 16:56:49 2019 : Debug: (6) eap: EAP session adding &reply:State =
0xe81868d9e91a7d2b
Sun Apr 14 16:56:49 2019 : Debug: (6)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (6)     [eap] = handled
Sun Apr 14 16:56:49 2019 : Debug: (6)   } # authenticate = handled
Sun Apr 14 16:56:49 2019 : Debug: (6) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:49 2019 : Debug: (6) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:49 2019 : Debug: (6) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (6) session-state: Nothing to cache
Sun Apr 14 16:56:49 2019 : Debug: (6) Sent Access-Challenge Id 1 from
127.0.0.1:1812 to 127.0.0.1:42044 length 0
Sun Apr 14 16:56:49 2019 : Debug: (6)   EAP-Message = 0x010200061520
Sun Apr 14 16:56:49 2019 : Debug: (6)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:49 2019 : Debug: (6)   State =
0xe81868d9e91a7d2b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (6) Finished request
Sun Apr 14 16:56:49 2019 : Debug: Waking up in 4.9 seconds.
Sun Apr 14 16:56:49 2019 : Debug: (7) Received Access-Request Id 2 from
127.0.0.1:42044 to 127.0.0.1:1812 length 314
Sun Apr 14 16:56:49 2019 : Debug: (7)   User-Name = "anonymous"
Sun Apr 14 16:56:49 2019 : Debug: (7)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:49 2019 : Debug: (7)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:49 2019 : Debug: (7)   Framed-MTU = 1400
Sun Apr 14 16:56:49 2019 : Debug: (7)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:49 2019 : Debug: (7)   Service-Type = Framed-User
Sun Apr 14 16:56:49 2019 : Debug: (7)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:49 2019 : Debug: (7)   EAP-Message =
0x020200b2150016030100a7010000a303031fa43708c095a0c74d0cd10ac0f0d390b044376c
3a992d1ebd02f015527f953f000038c02cc030009fcca9cca8ccaac02bc02f009ec024c02800
6bc023c0270067c00ac0140039c009c0130033009d009c003d003c0035002f00ff0100004200
0b0004030001
Sun Apr 14 16:56:49 2019 : Debug: (7)   State =
0xe81868d9e91a7d2b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (7)   Message-Authenticator =
0x46eaa1291c9699ddcd59030ed4de9c1c
Sun Apr 14 16:56:49 2019 : Debug: (7) session-state: No cached attributes
Sun Apr 14 16:56:49 2019 : Debug: (7) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (7)   authorize {
Sun Apr 14 16:56:49 2019 : Debug: (7)     policy filter_username {
Sun Apr 14 16:56:49 2019 : Debug: (7)       if (&User-Name) {
Sun Apr 14 16:56:49 2019 : Debug: (7)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:49 2019 : Debug: (7)       if (&User-Name)  {
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (7)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (7)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (7)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (7)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:49 2019 : Debug: (7)     } # policy filter_username =
notfound
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [preprocess] = ok
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [chap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [mschap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [digest] = noop
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (7) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:49 2019 : Debug: (7) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:49 2019 : Debug: (7) suffix: No such realm "NULL"
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [suffix] = noop
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Peer sent EAP Response (code 2)
ID 2 length 178
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Continuing tunnel setup
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [eap] = ok
Sun Apr 14 16:56:49 2019 : Debug: (7)   } # authorize = ok
Sun Apr 14 16:56:49 2019 : Debug: (7) Found Auth-Type = eap
Sun Apr 14 16:56:49 2019 : Debug: (7) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (7)   authenticate {
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Expiring EAP session with state
0xe81868d9e91a7d2b
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Finished EAP session with state
0xe81868d9e91a7d2b
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Previous EAP request found for
state 0xe81868d9e91a7d2b, released from the list
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Peer sent packet with method EAP
TTLS (21)
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: Authenticate
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: Continuing EAP-TLS
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: Peer sent flags ---
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: [eaptls verify] = ok
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: Done initial handshake
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: (other): before SSL
initialization
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: before SSL
initialization
Sun Apr 14 16:56:49 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: before SSL
initialization
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: <<< recv TLS 1.2  [length
00a7]
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: SSLv3/TLS read
client hello
Sun Apr 14 16:56:49 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: >>> send TLS 1.2  [length
003d]
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: SSLv3/TLS write
server hello
Sun Apr 14 16:56:49 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: >>> send TLS 1.2  [length
02d9]
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: SSLv3/TLS write
certificate
Sun Apr 14 16:56:49 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: >>> send TLS 1.2  [length
014d]
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: SSLv3/TLS write
key exchange
Sun Apr 14 16:56:49 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: >>> send TLS 1.2  [length
0004]
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: SSLv3/TLS write
server done
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: TLS_accept: Need to read
more data: SSLv3/TLS write server done
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: In SSL Handshake Phase
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: In SSL Accept mode
Sun Apr 14 16:56:49 2019 : Debug: (7) eap_ttls: [eaptls process] = handled
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: Sending EAP Request (code 1) ID 3
length 1004
Sun Apr 14 16:56:49 2019 : Debug: (7) eap: EAP session adding &reply:State =
0xe81868d9ea1b7d2b
Sun Apr 14 16:56:49 2019 : Debug: (7)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (7)     [eap] = handled
Sun Apr 14 16:56:49 2019 : Debug: (7)   } # authenticate = handled
Sun Apr 14 16:56:49 2019 : Debug: (7) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:49 2019 : Debug: (7) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:49 2019 : Debug: (7) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (7) session-state: Nothing to cache
Sun Apr 14 16:56:49 2019 : Debug: (7) Sent Access-Challenge Id 2 from
127.0.0.1:1812 to 127.0.0.1:42044 length 0
Sun Apr 14 16:56:49 2019 : Debug: (7)   EAP-Message =
0x010303ec15c00000047b160303003d020000390303e5b005f35c1056db800f2287607e956b
7b46fa104408e31d7209245316f4fa7600c030000011ff01000100000b000403000102001700
0016030302d90b0002d50002d20002cf308202cb308201b3a003020102020900a1ccb3d7090c
ca2e300d0609
Sun Apr 14 16:56:49 2019 : Debug: (7)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:49 2019 : Debug: (7)   State =
0xe81868d9ea1b7d2b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (7) Finished request
Sun Apr 14 16:56:49 2019 : Debug: Waking up in 4.7 seconds.
Sun Apr 14 16:56:49 2019 : Debug: (8) Received Access-Request Id 3 from
127.0.0.1:42044 to 127.0.0.1:1812 length 142
Sun Apr 14 16:56:49 2019 : Debug: (8)   User-Name = "anonymous"
Sun Apr 14 16:56:49 2019 : Debug: (8)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:49 2019 : Debug: (8)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:49 2019 : Debug: (8)   Framed-MTU = 1400
Sun Apr 14 16:56:49 2019 : Debug: (8)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:49 2019 : Debug: (8)   Service-Type = Framed-User
Sun Apr 14 16:56:49 2019 : Debug: (8)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:49 2019 : Debug: (8)   EAP-Message = 0x020300061500
Sun Apr 14 16:56:49 2019 : Debug: (8)   State =
0xe81868d9ea1b7d2b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (8)   Message-Authenticator =
0xc4ca5aa177111ff87d36d8b714339d25
Sun Apr 14 16:56:49 2019 : Debug: (8) session-state: No cached attributes
Sun Apr 14 16:56:49 2019 : Debug: (8) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (8)   authorize {
Sun Apr 14 16:56:49 2019 : Debug: (8)     policy filter_username {
Sun Apr 14 16:56:49 2019 : Debug: (8)       if (&User-Name) {
Sun Apr 14 16:56:49 2019 : Debug: (8)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:49 2019 : Debug: (8)       if (&User-Name)  {
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (8)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (8)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (8)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (8)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:49 2019 : Debug: (8)     } # policy filter_username =
notfound
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [preprocess] = ok
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [chap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [mschap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [digest] = noop
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (8) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:49 2019 : Debug: (8) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:49 2019 : Debug: (8) suffix: No such realm "NULL"
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [suffix] = noop
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Peer sent EAP Response (code 2)
ID 3 length 6
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Continuing tunnel setup
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [eap] = ok
Sun Apr 14 16:56:49 2019 : Debug: (8)   } # authorize = ok
Sun Apr 14 16:56:49 2019 : Debug: (8) Found Auth-Type = eap
Sun Apr 14 16:56:49 2019 : Debug: (8) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (8)   authenticate {
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Expiring EAP session with state
0xe81868d9ea1b7d2b
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Finished EAP session with state
0xe81868d9ea1b7d2b
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Previous EAP request found for
state 0xe81868d9ea1b7d2b, released from the list
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Peer sent packet with method EAP
TTLS (21)
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:49 2019 : Debug: (8) eap_ttls: Authenticate
Sun Apr 14 16:56:49 2019 : Debug: (8) eap_ttls: Continuing EAP-TLS
Sun Apr 14 16:56:49 2019 : Debug: (8) eap_ttls: Peer sent flags ---
Sun Apr 14 16:56:49 2019 : Debug: (8) eap_ttls: Peer ACKed our handshake
fragment
Sun Apr 14 16:56:49 2019 : Debug: (8) eap_ttls: [eaptls verify] = request
Sun Apr 14 16:56:49 2019 : Debug: (8) eap_ttls: [eaptls process] = handled
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: Sending EAP Request (code 1) ID 4
length 163
Sun Apr 14 16:56:49 2019 : Debug: (8) eap: EAP session adding &reply:State =
0xe81868d9eb1c7d2b
Sun Apr 14 16:56:49 2019 : Debug: (8)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (8)     [eap] = handled
Sun Apr 14 16:56:49 2019 : Debug: (8)   } # authenticate = handled
Sun Apr 14 16:56:49 2019 : Debug: (8) Using Post-Auth-Type Challenge
Sun Apr 14 16:56:49 2019 : Debug: (8) Post-Auth-Type sub-section not found.
Ignoring.
Sun Apr 14 16:56:49 2019 : Debug: (8) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (8) session-state: Nothing to cache
Sun Apr 14 16:56:49 2019 : Debug: (8) Sent Access-Challenge Id 3 from
127.0.0.1:1812 to 127.0.0.1:42044 length 0
Sun Apr 14 16:56:49 2019 : Debug: (8)   EAP-Message =
0x010400a315800000047ba809e330cce24ab88bfab17ed9c00e48dcebb6fcd2982c474cb7d0
454c051a57fed52cc06d3916f93931d3c14581ca07ba095ba3e07b033aeb3916c60c7d277c83
2839e4c2bda77fd00518ab3edb3662c6de6389cfed4f6bce93661d261beee419db6f2cffffd9
efa9f95dfb6d
Sun Apr 14 16:56:49 2019 : Debug: (8)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:49 2019 : Debug: (8)   State =
0xe81868d9eb1c7d2b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (8) Finished request
Sun Apr 14 16:56:49 2019 : Debug: Waking up in 4.6 seconds.
Sun Apr 14 16:56:49 2019 : Debug: (9) Received Access-Request Id 4 from
127.0.0.1:42044 to 127.0.0.1:1812 length 149
Sun Apr 14 16:56:49 2019 : Debug: (9)   User-Name = "anonymous"
Sun Apr 14 16:56:49 2019 : Debug: (9)   NAS-IP-Address = 127.0.0.1
Sun Apr 14 16:56:49 2019 : Debug: (9)   Calling-Station-Id =
"02-00-00-00-00-01"
Sun Apr 14 16:56:49 2019 : Debug: (9)   Framed-MTU = 1400
Sun Apr 14 16:56:49 2019 : Debug: (9)   NAS-Port-Type = Wireless-802.11
Sun Apr 14 16:56:49 2019 : Debug: (9)   Service-Type = Framed-User
Sun Apr 14 16:56:49 2019 : Debug: (9)   Connect-Info = "CONNECT 11Mbps
802.11b"
Sun Apr 14 16:56:49 2019 : Debug: (9)   EAP-Message =
0x0204000d150015030300020230
Sun Apr 14 16:56:49 2019 : Debug: (9)   State =
0xe81868d9eb1c7d2b5e54bfdf71bdf4da
Sun Apr 14 16:56:49 2019 : Debug: (9)   Message-Authenticator =
0xd4e643b2e8e294a3e165f6f39b912ff4
Sun Apr 14 16:56:49 2019 : Debug: (9) session-state: No cached attributes
Sun Apr 14 16:56:49 2019 : Debug: (9) # Executing section authorize from
file /etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (9)   authorize {
Sun Apr 14 16:56:49 2019 : Debug: (9)     policy filter_username {
Sun Apr 14 16:56:49 2019 : Debug: (9)       if (&User-Name) {
Sun Apr 14 16:56:49 2019 : Debug: (9)       if (&User-Name)  -> TRUE
Sun Apr 14 16:56:49 2019 : Debug: (9)       if (&User-Name)  {
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ / /) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ / /)  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /@[^@]*@/ )
{
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /@[^@]*@/ )
-> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /\.\./ ) {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /\.\./ )  ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (9)         if ((&User-Name =~ /@/) &&
(&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /\.$/)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /\.$/)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /@\./)  {
Sun Apr 14 16:56:49 2019 : Debug: No matches
Sun Apr 14 16:56:49 2019 : Debug: (9)         if (&User-Name =~ /@\./)   ->
FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)       } # if (&User-Name)  = notfound
Sun Apr 14 16:56:49 2019 : Debug: (9)     } # policy filter_username =
notfound
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: calling
preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: returned
from preprocess (rlm_preprocess)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [preprocess] = ok
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: calling chap
(rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: returned
from chap (rlm_chap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [chap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: calling
mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: returned
from mschap (rlm_mschap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [mschap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: calling
digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: returned
from digest (rlm_digest)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [digest] = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: calling
suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (9) suffix: Checking for suffix after "@"
Sun Apr 14 16:56:49 2019 : Debug: (9) suffix: No '@' in User-Name =
"anonymous", looking up realm NULL
Sun Apr 14 16:56:49 2019 : Debug: (9) suffix: No such realm "NULL"
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: returned
from suffix (rlm_realm)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [suffix] = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: calling eap
(rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Peer sent EAP Response (code 2)
ID 4 length 13
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Continuing tunnel setup
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authorize]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [eap] = ok
Sun Apr 14 16:56:49 2019 : Debug: (9)   } # authorize = ok
Sun Apr 14 16:56:49 2019 : Debug: (9) Found Auth-Type = eap
Sun Apr 14 16:56:49 2019 : Debug: (9) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (9)   authenticate {
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authenticate]: calling
eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Expiring EAP session with state
0xe81868d9eb1c7d2b
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Finished EAP session with state
0xe81868d9eb1c7d2b
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Previous EAP request found for
state 0xe81868d9eb1c7d2b, released from the list
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Peer sent packet with method EAP
TTLS (21)
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Calling submodule eap_ttls to
process data
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: Authenticate
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: Continuing EAP-TLS
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: Peer sent flags ---
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: [eaptls verify] = ok
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: Done initial handshake
Sun Apr 14 16:56:49 2019 : Debug: Ignoring cbtls_msg call with pseudo
content type 256, version 0
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: <<< recv TLS 1.2  [length
0002]
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: TLS Alert read:fatal:unknown
CA
Sun Apr 14 16:56:49 2019 : Debug: (9) eap_ttls: TLS_accept: Need to read
more data: SSLv3/TLS write server done
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: Failed in __FUNCTION__
(SSL_read): ../ssl/record/rec_layer_s3.c[1407]:error:14094418:SSL
routines:ssl3_read_bytes:tlsv1 alert unknown ca
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: System call (I/O) error (-1)
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: TLS receive handshake failed
during operation
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap_ttls: [eaptls process] = fail
Sun Apr 14 16:56:49 2019 : ERROR: (9) eap: Failed continuing EAP TTLS (21)
session.  EAP sub-module failed
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Sending EAP Failure (code 4) ID 4
length 4
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Failed in EAP select
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[authenticate]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [eap] = invalid
Sun Apr 14 16:56:49 2019 : Debug: (9)   } # authenticate = invalid
Sun Apr 14 16:56:49 2019 : Debug: (9) Failed to authenticate the user
Sun Apr 14 16:56:49 2019 : Debug: (9) Using Post-Auth-Type Reject
Sun Apr 14 16:56:49 2019 : Debug: (9) # Executing group from file
/etc/freeradius/3.0/sites-enabled/default
Sun Apr 14 16:56:49 2019 : Debug: (9)   Post-Auth-Type REJECT {
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[post-auth]: calling
attr_filter.access_reject (rlm_attr_filter)
Sun Apr 14 16:56:49 2019 : Debug: %{User-Name}
Sun Apr 14 16:56:49 2019 : Debug: Parsed xlat tree:
Sun Apr 14 16:56:49 2019 : Debug: attribute --> User-Name
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject: EXPAND
%{User-Name}
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject:    -->
anonymous
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject: Matched
entry DEFAULT at line 11
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject: EAP-Message
= 0x04040004 allowed by EAP-Message =* 0x
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject: Attribute
"EAP-Message" allowed by 1 rules, disallowed by 0 rules
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject:
Message-Authenticator = 0x00000000000000000000000000000000 allowed by
Message-Authenticator =* 0x
Sun Apr 14 16:56:49 2019 : Debug: (9) attr_filter.access_reject: Attribute
"Message-Authenticator" allowed by 1 rules, disallowed by 0 rules
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[post-auth]: returned
from attr_filter.access_reject (rlm_attr_filter)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [attr_filter.access_reject] =
updated
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[post-auth]: calling eap
(rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (9) eap: Reply already contained an
EAP-Message, not inserting EAP-Failure
Sun Apr 14 16:56:49 2019 : Debug: (9)     modsingle[post-auth]: returned
from eap (rlm_eap)
Sun Apr 14 16:56:49 2019 : Debug: (9)     [eap] = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)     policy remove_reply_message_if_eap
{
Sun Apr 14 16:56:49 2019 : Debug: (9)       if (&reply:EAP-Message &&
&reply:Reply-Message) {
Sun Apr 14 16:56:49 2019 : Debug: (9)       if (&reply:EAP-Message &&
&reply:Reply-Message)  -> FALSE
Sun Apr 14 16:56:49 2019 : Debug: (9)       else {
Sun Apr 14 16:56:49 2019 : Debug: (9)         modsingle[post-auth]: calling
noop (rlm_always)
Sun Apr 14 16:56:49 2019 : Debug: (9)         modsingle[post-auth]: returned
from noop (rlm_always)
Sun Apr 14 16:56:49 2019 : Debug: (9)         [noop] = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)       } # else = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)     } # policy
remove_reply_message_if_eap = noop
Sun Apr 14 16:56:49 2019 : Debug: (9)   } # Post-Auth-Type REJECT = updated
Sun Apr 14 16:56:49 2019 : Debug: (9) Delaying response for 1.000000 seconds
Sun Apr 14 16:56:49 2019 : Debug: Waking up in 0.2 seconds.
Sun Apr 14 16:56:50 2019 : Debug: Waking up in 0.7 seconds.
Sun Apr 14 16:56:50 2019 : Debug: (9) Sending delayed response
Sun Apr 14 16:56:50 2019 : Debug: (9) Sent Access-Reject Id 4 from
127.0.0.1:1812 to 127.0.0.1:42044 length 44
Sun Apr 14 16:56:50 2019 : Debug: (9)   EAP-Message = 0x04040004
Sun Apr 14 16:56:50 2019 : Debug: (9)   Message-Authenticator =
0x00000000000000000000000000000000
Sun Apr 14 16:56:50 2019 : Debug: Waking up in 3.5 seconds.
Sun Apr 14 16:56:54 2019 : Debug: (5) Cleaning up request packet ID 0 with
timestamp +51
Sun Apr 14 16:56:54 2019 : Debug: (6) Cleaning up request packet ID 1 with
timestamp +51
Sun Apr 14 16:56:54 2019 : Debug: Waking up in 0.2 seconds.
Sun Apr 14 16:56:54 2019 : Debug: (7) Cleaning up request packet ID 2 with
timestamp +51
Sun Apr 14 16:56:54 2019 : Debug: (8) Cleaning up request packet ID 3 with
timestamp +51
Sun Apr 14 16:56:54 2019 : Debug: (9) Cleaning up request packet ID 4 with
timestamp +51
Sun Apr 14 16:56:54 2019 : Info: Ready to process requests



More information about the Freeradius-Users mailing list