Hi Phil. Thanks for responding. I've attached the debug out. If anyone else
wants to jump in feel free.
-----Original Message-----
From: freeradius-users-bounces+midnightsteel=msn....@lists.freeradius.org
[mailto:freeradius-users-bounces+midnightsteel=msn....@lists.freeradius.org]
On Behalf Of Phil Mayers
Sent: Tuesday, October 26, 2010 12:13 PM
To: [email protected]
Subject: Re: Wireless WPA2 enterprise Radius authentication
On 26/10/10 13:10, midnightsteel wrote:
> I'm running freeradius 2.1.9-1. I will run the debug test when I get
> home later
>
> The funny thing is, it could be just 1 small setting that I missed.
> This is a pain.
>
> I have a Windows Vista/7 clients connecting to a cisco e3000 wireless
> router (WPA2 Enterprise) authenticating to > freeradius 2.1.9-1 >
> authenticating to 389-DS-1.2.1-1(fedora directory service).
>
> DO you have any sample configs that work with a setup as mentioned above?
The default FreeRadius configs are appropriate.
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
FreeRADIUS Version 2.1.9, for host i386-redhat-linux-gnu, built on May 24 2010
at 16:19:18
Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License v2.
Starting - reading configuration files ...
including configuration file /etc/raddb/radiusd.conf
including configuration file /etc/raddb/proxy.conf
including configuration file /etc/raddb/clients.conf
including files in directory /etc/raddb/modules/
including configuration file /etc/raddb/modules/sqlcounter_expire_on_login
including configuration file /etc/raddb/modules/mac2vlan
including configuration file /etc/raddb/modules/passwd
including configuration file /etc/raddb/modules/mschap
including configuration file /etc/raddb/modules/etc_group
including configuration file /etc/raddb/modules/ntlm_auth
including configuration file /etc/raddb/modules/cui
including configuration file /etc/raddb/modules/pam
including configuration file /etc/raddb/modules/perl
including configuration file /etc/raddb/modules/smbpasswd
including configuration file /etc/raddb/modules/files
including configuration file /etc/raddb/modules/digest
including configuration file /etc/raddb/modules/preprocess
including configuration file /etc/raddb/modules/smsotp
including configuration file /etc/raddb/modules/inner-eap
including configuration file /etc/raddb/modules/sradutmp
including configuration file /etc/raddb/modules/ippool
including configuration file /etc/raddb/modules/pap
including configuration file /etc/raddb/modules/attr_rewrite
including configuration file /etc/raddb/modules/otp
including configuration file /etc/raddb/modules/counter
including configuration file /etc/raddb/modules/krb5
including configuration file /etc/raddb/modules/acct_unique
including configuration file /etc/raddb/modules/expiration
including configuration file /etc/raddb/modules/linelog
including configuration file /etc/raddb/modules/detail.example.com
including configuration file /etc/raddb/modules/attr_filter
including configuration file /etc/raddb/modules/detail
including configuration file /etc/raddb/modules/echo
including configuration file /etc/raddb/modules/mac2ip
including configuration file /etc/raddb/modules/wimax
including configuration file /etc/raddb/modules/expr
including configuration file /etc/raddb/modules/realm
including configuration file /etc/raddb/modules/radutmp
including configuration file /etc/raddb/modules/always
including configuration file /etc/raddb/modules/chap
including configuration file /etc/raddb/modules/logintime
including configuration file /etc/raddb/modules/detail.log
including configuration file /etc/raddb/modules/exec
including configuration file /etc/raddb/modules/unix
including configuration file /etc/raddb/modules/sql_log
including configuration file /etc/raddb/modules/checkval
including configuration file /etc/raddb/modules/policy
including configuration file /etc/raddb/modules/ldap
including configuration file /etc/raddb/eap.conf
including configuration file /etc/raddb/policy.conf
including files in directory /etc/raddb/sites-enabled/
including configuration file /etc/raddb/sites-enabled/control-socket
including configuration file /etc/raddb/sites-enabled/default
including configuration file /etc/raddb/sites-enabled/inner-tunnel
main {
user = "radiusd"
group = "radiusd"
allow_core_dumps = no
}
including dictionary file /etc/raddb/dictionary
main {
prefix = "/usr"
localstatedir = "/var"
logdir = "/var/log/radius"
libdir = "/usr/lib/freeradius"
radacctdir = "/var/log/radius/radacct"
hostname_lookups = no
max_request_time = 30
cleanup_delay = 5
max_requests = 1024
pidfile = "/var/run/radiusd/radiusd.pid"
checkrad = "/usr/sbin/checkrad"
debug_level = 0
proxy_requests = yes
log {
stripped_names = no
auth = yes
auth_badpass = yes
auth_goodpass = no
msg_goodpass = "Welcome Bitch!"
}
security {
max_attributes = 200
reject_delay = 1
status_server = yes
}
}
radiusd: #### Loading Realms and Home Servers ####
proxy server {
retry_delay = 5
retry_count = 3
default_fallback = no
dead_time = 120
wake_all_if_all_dead = no
}
home_server localhost {
ipaddr = 127.0.0.1
port = 1812
type = "auth"
secret = "testing123"
response_window = 20
max_outstanding = 65536
require_message_authenticator = no
zombie_period = 40
status_check = "status-server"
ping_interval = 30
check_interval = 30
num_answers_to_alive = 3
num_pings_to_alive = 3
revive_interval = 120
status_check_timeout = 4
irt = 2
mrt = 16
mrc = 5
mrd = 30
}
home_server_pool my_auth_failover {
type = fail-over
home_server = localhost
}
realm tierre.net {
auth_pool = my_auth_failover
}
realm LOCAL {
}
radiusd: #### Loading Clients ####
client localhost {
ipaddr = 127.0.0.1
require_message_authenticator = no
secret = "testing123"
nastype = "other"
}
client access {
ipaddr = 172.16.0.7
require_message_authenticator = no
secret = "testing123"
shortname = "access"
}
client whitebox {
ipaddr = 172.16.0.3
require_message_authenticator = no
secret = "testing123"
shortname = "whitebox"
}
client greybox {
ipaddr = 172.16.0.4
require_message_authenticator = no
secret = "testing123"
shortname = "greybox"
}
client blackbox {
ipaddr = 172.16.0.6
require_message_authenticator = no
secret = "testing123"
shortname = "blackbox"
}
radiusd: #### Instantiating modules ####
instantiate {
Module: Linked to module rlm_exec
Module: Instantiating exec
exec {
wait = no
input_pairs = "request"
shell_escape = yes
}
Module: Linked to module rlm_expr
Module: Instantiating expr
Module: Linked to module rlm_expiration
Module: Instantiating expiration
expiration {
reply-message = "Password Has Expired "
}
Module: Linked to module rlm_logintime
Module: Instantiating logintime
logintime {
reply-message = "You are calling outside your allowed timespan "
minimum-timeout = 60
}
}
radiusd: #### Loading Virtual Servers ####
server inner-tunnel {
modules {
Module: Checking authenticate {...} for more modules to load
Module: Linked to module rlm_pap
Module: Instantiating pap
pap {
encryption_scheme = "auto"
auto_header = no
}
Module: Linked to module rlm_chap
Module: Instantiating chap
Module: Linked to module rlm_mschap
Module: Instantiating mschap
mschap {
use_mppe = yes
require_encryption = no
require_strong = no
with_ntdomain_hack = yes
}
Module: Linked to module rlm_unix
Module: Instantiating unix
unix {
radwtmp = "/var/log/radius/radwtmp"
}
Module: Linked to module rlm_eap
Module: Instantiating eap
eap {
default_eap_type = "peap"
timer_expire = 60
ignore_unknown_eap_types = no
cisco_accounting_username_bug = no
max_sessions = 4096
}
Module: Linked to sub-module rlm_eap_md5
Module: Instantiating eap-md5
Module: Linked to sub-module rlm_eap_leap
Module: Instantiating eap-leap
Module: Linked to sub-module rlm_eap_gtc
Module: Instantiating eap-gtc
gtc {
challenge = "Password: "
auth_type = "PAP"
}
Module: Linked to sub-module rlm_eap_tls
Module: Instantiating eap-tls
tls {
rsa_key_exchange = no
dh_key_exchange = yes
rsa_key_length = 512
dh_key_length = 512
verify_depth = 0
pem_file_type = yes
private_key_file = "/etc/raddb/certs/server.pem"
certificate_file = "/etc/raddb/certs/server.pem"
CA_file = "/etc/raddb/certs/ca.pem"
private_key_password = "whatever"
dh_file = "/etc/raddb/certs/dh"
random_file = "/etc/raddb/certs/random"
fragment_size = 1024
include_length = yes
check_crl = no
cipher_list = "DEFAULT"
cache {
enable = no
lifetime = 24
max_entries = 255
}
}
Module: Linked to sub-module rlm_eap_ttls
Module: Instantiating eap-ttls
ttls {
default_eap_type = "md5"
copy_request_to_tunnel = no
use_tunneled_reply = no
virtual_server = "inner-tunnel"
include_length = yes
}
Module: Linked to sub-module rlm_eap_peap
Module: Instantiating eap-peap
peap {
default_eap_type = "mschapv2"
copy_request_to_tunnel = no
use_tunneled_reply = no
proxy_tunneled_request_as_eap = yes
virtual_server = "inner-tunnel"
}
Module: Linked to sub-module rlm_eap_mschapv2
Module: Instantiating eap-mschapv2
mschapv2 {
with_ntdomain_hack = no
}
Module: Checking authorize {...} for more modules to load
Module: Linked to module rlm_realm
Module: Instantiating suffix
realm suffix {
format = "suffix"
delimiter = "@"
ignore_default = no
ignore_null = no
}
Module: Linked to module rlm_files
Module: Instantiating files
files {
usersfile = "/etc/raddb/users"
acctusersfile = "/etc/raddb/acct_users"
preproxy_usersfile = "/etc/raddb/preproxy_users"
compat = "no"
}
Module: Checking session {...} for more modules to load
Module: Linked to module rlm_radutmp
Module: Instantiating radutmp
radutmp {
filename = "/var/log/radius/radutmp"
username = "%{User-Name}"
case_sensitive = yes
check_with_nas = yes
perm = 384
callerid = yes
}
Module: Checking post-proxy {...} for more modules to load
Module: Checking post-auth {...} for more modules to load
Module: Linked to module rlm_attr_filter
Module: Instantiating attr_filter.access_reject
attr_filter attr_filter.access_reject {
attrsfile = "/etc/raddb/attrs.access_reject"
key = "%{User-Name}"
}
} # modules
} # server
server {
modules {
Module: Checking authenticate {...} for more modules to load
Module: Linked to module rlm_ldap
Module: Instantiating ldap
ldap {
server = "greybox.tierre.net"
port = 389
password = "1saturday"
identity =
"uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot"
net_timeout = 1
timeout = 4
timelimit = 3
tls_mode = no
start_tls = no
tls_require_cert = "allow"
tls {
start_tls = no
require_cert = "allow"
}
basedn = "dc=tierre,dc=net"
filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})"
base_filter = "(objectclass=radiusprofile)"
auto_header = no
access_attr_used_for_allow = yes
groupname_attribute = "cn"
groupmembership_filter =
"(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"
dictionary_mapping = "/etc/raddb/ldap.attrmap"
ldap_debug = 40
ldap_connections_number = 5
compare_check_items = no
do_xlat = yes
set_auth_type = yes
}
rlm_ldap: Registering ldap_groupcmp for Ldap-Group
rlm_ldap: Registering ldap_xlat with xlat_name ldap
rlm_ldap: reading ldap<->radius mappings from file /etc/raddb/ldap.attrmap
rlm_ldap: LDAP userpassword mapped to RADIUS User-Password
rlm_ldap: LDAP radiusCheckItem mapped to RADIUS $GENERIC$
rlm_ldap: LDAP radiusReplyItem mapped to RADIUS $GENERIC$
rlm_ldap: LDAP radiusAuthType mapped to RADIUS Auth-Type
rlm_ldap: LDAP radiusSimultaneousUse mapped to RADIUS Simultaneous-Use
rlm_ldap: LDAP radiusCalledStationId mapped to RADIUS Called-Station-Id
rlm_ldap: LDAP radiusCallingStationId mapped to RADIUS Calling-Station-Id
rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password
rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password
rlm_ldap: LDAP sambaLmPassword mapped to RADIUS LM-Password
rlm_ldap: LDAP sambaNtPassword mapped to RADIUS NT-Password
rlm_ldap: LDAP dBCSPwd mapped to RADIUS LM-Password
rlm_ldap: LDAP acctFlags mapped to RADIUS SMB-Account-CTRL-TEXT
rlm_ldap: LDAP radiusExpiration mapped to RADIUS Expiration
rlm_ldap: LDAP radiusNASIpAddress mapped to RADIUS NAS-IP-Address
rlm_ldap: LDAP radiusServiceType mapped to RADIUS Service-Type
rlm_ldap: LDAP radiusFramedProtocol mapped to RADIUS Framed-Protocol
rlm_ldap: LDAP radiusFramedIPAddress mapped to RADIUS Framed-IP-Address
rlm_ldap: LDAP radiusFramedIPNetmask mapped to RADIUS Framed-IP-Netmask
rlm_ldap: LDAP radiusFramedRoute mapped to RADIUS Framed-Route
rlm_ldap: LDAP radiusFramedRouting mapped to RADIUS Framed-Routing
rlm_ldap: LDAP radiusFilterId mapped to RADIUS Filter-Id
rlm_ldap: LDAP radiusFramedMTU mapped to RADIUS Framed-MTU
rlm_ldap: LDAP radiusFramedCompression mapped to RADIUS Framed-Compression
rlm_ldap: LDAP radiusLoginIPHost mapped to RADIUS Login-IP-Host
rlm_ldap: LDAP radiusLoginService mapped to RADIUS Login-Service
rlm_ldap: LDAP radiusLoginTCPPort mapped to RADIUS Login-TCP-Port
rlm_ldap: LDAP radiusCallbackNumber mapped to RADIUS Callback-Number
rlm_ldap: LDAP radiusCallbackId mapped to RADIUS Callback-Id
rlm_ldap: LDAP radiusFramedIPXNetwork mapped to RADIUS Framed-IPX-Network
rlm_ldap: LDAP radiusClass mapped to RADIUS Class
rlm_ldap: LDAP radiusSessionTimeout mapped to RADIUS Session-Timeout
rlm_ldap: LDAP radiusIdleTimeout mapped to RADIUS Idle-Timeout
rlm_ldap: LDAP radiusTerminationAction mapped to RADIUS Termination-Action
rlm_ldap: LDAP radiusLoginLATService mapped to RADIUS Login-LAT-Service
rlm_ldap: LDAP radiusLoginLATNode mapped to RADIUS Login-LAT-Node
rlm_ldap: LDAP radiusLoginLATGroup mapped to RADIUS Login-LAT-Group
rlm_ldap: LDAP radiusFramedAppleTalkLink mapped to RADIUS Framed-AppleTalk-Link
rlm_ldap: LDAP radiusFramedAppleTalkNetwork mapped to RADIUS
Framed-AppleTalk-Network
rlm_ldap: LDAP radiusFramedAppleTalkZone mapped to RADIUS Framed-AppleTalk-Zone
rlm_ldap: LDAP radiusPortLimit mapped to RADIUS Port-Limit
rlm_ldap: LDAP radiusLoginLATPort mapped to RADIUS Login-LAT-Port
rlm_ldap: LDAP radiusReplyMessage mapped to RADIUS Reply-Message
rlm_ldap: LDAP radiusTunnelType mapped to RADIUS Tunnel-Type
rlm_ldap: LDAP radiusTunnelMediumType mapped to RADIUS Tunnel-Medium-Type
rlm_ldap: LDAP radiusTunnelPrivateGroupId mapped to RADIUS
Tunnel-Private-Group-Id
conns: 0x8289ff8
Module: Checking authorize {...} for more modules to load
Module: Linked to module rlm_preprocess
Module: Instantiating preprocess
preprocess {
huntgroups = "/etc/raddb/huntgroups"
hints = "/etc/raddb/hints"
with_ascend_hack = no
ascend_channels_per_line = 23
with_ntdomain_hack = no
with_specialix_jetstream_hack = no
with_cisco_vsa_hack = no
with_alvarion_vsa_hack = no
}
Module: Checking preacct {...} for more modules to load
Module: Linked to module rlm_acct_unique
Module: Instantiating acct_unique
acct_unique {
key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address,
NAS-Port"
}
Module: Checking accounting {...} for more modules to load
Module: Linked to module rlm_detail
Module: Instantiating detail
detail {
detailfile =
"/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
header = "%t"
detailperm = 384
dirperm = 493
locking = no
log_packet_header = no
}
Module: Instantiating attr_filter.accounting_response
attr_filter attr_filter.accounting_response {
attrsfile = "/etc/raddb/attrs.accounting_response"
key = "%{User-Name}"
}
Module: Checking session {...} for more modules to load
Module: Checking post-proxy {...} for more modules to load
Module: Checking post-auth {...} for more modules to load
} # modules
} # server
radiusd: #### Opening IP addresses and Ports ####
listen {
type = "auth"
ipaddr = *
port = 0
}
listen {
type = "acct"
ipaddr = *
port = 0
}
listen {
type = "control"
listen {
socket = "/var/run/radiusd/radiusd.sock"
}
}
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /var/run/radiusd/radiusd.sock
Listening on proxy address * port 1814
Ready to process requests.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=125
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x0200000b014d4a616d6573
Message-Authenticator = 0x0982668e41f167df70e945cd09088396
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 0 length 11
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
++[files] returns noop
[ldap] performing user authorization for MJames
[ldap] expand: %{Stripped-User-Name} ->
[ldap] ... expanding second conditional
[ldap] expand: %{User-Name} -> MJames
[ldap] expand: (uid=%{%{Stripped-User-Name}:-%{User-Name}}) -> (uid=MJames)
[ldap] expand: dc=tierre,dc=net -> dc=tierre,dc=net
[ldap] ldap_get_conn: Checking Id: 0
[ldap] ldap_get_conn: Got Id: 0
[ldap] attempting LDAP reconnection
[ldap] (re)connect to greybox.tierre.net:389, authentication 0
[ldap] bind as
uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot/1saturday to
greybox.tierre.net:389
[ldap] waiting for bind result ...
[ldap] Bind was successful
[ldap] performing search in dc=tierre,dc=net, with filter (uid=MJames)
[ldap] looking for check items in directory...
[ldap] userpassword -> User-Password ==
"{SSHA}5wzxRoUPX/rLkS9hY1HztczPN8u5m/dGDzKvdg=="
[ldap] looking for reply items in directory...
[ldap] user MJames authorized to use remote access
[ldap] ldap_release_conn: Release Id: 0
++[ldap] returns ok
++[expiration] returns noop
++[logintime] returns noop
[pap] Found existing Auth-Type, not changing it.
++[pap] returns noop
Found Auth-Type = EAP
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Replacing User-Password in config items with Cleartext-Password. !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Please update your configuration so that the "known good" !!!
!!! clear text password is in Cleartext-Password, and not in User-Password. !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+- entering group authenticate {...}
[eap] EAP Identity
[eap] processing type tls
[tls] Initiate
[tls] Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message = 0x010100061920
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec16ade97688a9bd3d0d2a07019
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=252
Cleaning up request 0 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec16ade97688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x0201007819800000006e16030100690100006503014cc870e0a9735aeb84f46cdaa75882f7cb160cfd47a4b7a1130895a199f9592f000018002f00350005000ac013c014c009c00a003200380013000401000024ff010001000000000b00090000066d6a616d6573000a0006000400170018000b00020100
Message-Authenticator = 0x670c9f08526439890380d31a5b33296e
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 1 length 120
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
TLS Length 110
[peap] Length Included
[peap] eaptls_verify returned 11
[peap] (other): before/accept initialization
[peap] TLS_accept: before/accept initialization
[peap] <<< TLS 1.0 Handshake [length 0069], ClientHello
[peap] TLS_accept: SSLv3 read client hello A
[peap] >>> TLS 1.0 Handshake [length 0031], ServerHello
[peap] TLS_accept: SSLv3 write server hello A
[peap] >>> TLS 1.0 Handshake [length 085e], Certificate
[peap] TLS_accept: SSLv3 write certificate A
[peap] >>> TLS 1.0 Handshake [length 0004], ServerHelloDone
[peap] TLS_accept: SSLv3 write server done A
[peap] TLS_accept: SSLv3 flush data
[peap] TLS_accept: Need to read more data: SSLv3 read client certificate A
In SSL Handshake Phase
In SSL Accept mode
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x0102040019c0000008a216030100310200002d03014cc870f3cc3c502a071e68702b58732b52ebf4c338e11991a158a823495f377e00002f000005ff01000100160301085e0b00085a0008570003a6308203a23082028aa003020102020101300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c65204365727469666963617465204175
EAP-Message =
0x74686f72697479301e170d3130313032363034313230395a170d3130313232353034313230395a307c310b3009060355040613024652310f300d0603550408130652616469757331153013060355040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c65205365727665722043657274696669636174653120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100a942f1c1fe2ef6935be5ddd548952216bd431306fc1152ffe9f6bb12fa6e0feb8292de51077fe4e50f34dea9ab5dc89ee304f80fb2a52c
EAP-Message =
0x1fb9661c02f682f499c06c4557096f851aa06f492d8e105e039924d36b84f4532198f92af8bb411fe1ecec81c0e1fef3e9856550f5672b693e320138b1ffa90204b9d3245752328be1709c9d7ad7ba5076345e917096b86ce9743c505614b5f9d76c4e83700de154fddb234ad86eda6256268387c4370bca453923517faa1323082e863af208d4d1dd22fdc045c44e9164a5f9d6809acb16e1809cf31159671478a0408813fb13db0f70aea8373afe3c3eb6627fe52c4d1e8c00c517fa74904ec1c618e5fc4a1e6bfb0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d010105050003820101006972
EAP-Message =
0xd7099237550d5fbff0dc6829a3071b16c61a00e13c576b4cc7d8abbc8b1883b60511beb971b764a177eb1cc84a36ee2d0c20d8e551b0ef52e8fedd99fd88157ef5d5ca6fb83c7337e41cdf264fa5f4a5ae166f39b0052031ad3de6fe47a6312ada6eb3ecb8f2329c327b4b196f10ecb8c2c5b78159c93e1753ff8fe58913c1864a8e16e4e57fffac5f13f2381b9652f3fc65680d8bda403ea5856dc60296701975ede3a0eeb08f719cf50a0b0ae3ac8612c3bde36c68010461767c8bbd91197ad3784119fd33a39f3ce2f52680106d8ca08ca95099f8306a85e7c9bd8020c51c3ca288eb7aa4afd3cce4ddcc0e68234e3a90b1a40378ed57506e5e3b52
EAP-Message = 0x1a0004ab308204a73082038f
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec16bdd97688a9bd3d0d2a07019
Finished request 1.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=138
Cleaning up request 1 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec16bdd97688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x020200061900
Message-Authenticator = 0xebb596a61133e10233cde0be7399a37e
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 2 length 6
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] Received TLS ACK
[peap] ACK handshake fragment handler
[peap] eaptls_verify returned 1
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x010303fc1940a003020102020900fff06f52c112170e300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479301e170d3130313032363034313230395a170d3130313232353034313230395a308193310b3009060355040613024652310f300d0603550408130652616469757331
EAP-Message =
0x12301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747930820122300d06092a864886f70d01010105000382010f003082010a0282010100ddffa8883fbdb2743c48af8564394ece9c462f8568f8837cc391bd5b43f631224b2597cb5e9f36955f06ef4ca579ac297b0b11fdaea23695bf95cbb8793ca45b5f1492b9e6c9d309b2a1e48b5a4b57a7905591ddc0d06cb064abe4241c63219a5fd393a8d18433f1
EAP-Message =
0x6690c4c5da2b289206048e7b8604a1d30ff9656231865d93800ca6cd705808b2524ab621480614768575af0fc503385553455c30b4a70a72d81ac8bd240b177214e442f96a141761adce9e800af2caa9d4bdb1580d85bb8d0ef8f698aa8b5324f5a6a8b27a61b9e3fa5c2ab9aed0b190c9ef96eeb247f80460c00e70edbbe478ee1fe32ce3fd951a2e9ca073085a526fd3b9a4bfa686b24f0203010001a381fb3081f8301d0603551d0e041604140f5eb747948219e7c694b8afa52922e80e2684343081c80603551d230481c03081bd80140f5eb747948219e7c694b8afa52922e80e268434a18199a48196308193310b300906035504061302465231
EAP-Message =
0x0f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479820900fff06f52c112170e300c0603551d13040530030101ff300d06092a864886f70d01010505000382010100a4d632d47bc0e1959d75628c9b442fa5a1d1e360cd1deb6c7204dc26a0bfa3458966917d05a35caf4ad93bdb9c2d7c99f655e738a418124360a49a14e276eeeec849958d7abb9675c1412d
EAP-Message = 0xbb1f3782648b180b
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec168dc97688a9bd3d0d2a07019
Finished request 2.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=138
Cleaning up request 2 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec168dc97688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x020300061900
Message-Authenticator = 0x32eaeb816fcc49d556eb06c7e4855552
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 3 length 6
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] Received TLS ACK
[peap] ACK handshake fragment handler
[peap] eaptls_verify returned 1
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x010400bc1900d367c994cd997339fbc0f1999fae39133cf0d0779ceebbab1a34f9188b4cac2c5ac2604393a958490a34d213868665102380b1c2c7cedb3d2027b1e9558ebdf42007a54c66c9a919376ca9073f0c4261d791ef6877accfbdb1b61d995ef02954b0a659a64ed1182f58a76865ef6083aaec1822c0434384c4ee78881d04ae96bdc38f7386e4b843018e8d7e6601665b50de244f81431a5b5b5d8573b64210306cf189fb0a54ad45835aae3c284716030100040e000000
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec169db97688a9bd3d0d2a07019
Finished request 3.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=470
Cleaning up request 3 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec169db97688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x0204015019800000014616030101061000010201005c617bb843ad3920a71fb0cf1388bf1c806b455a3b93634db3eccc8f9a867e0384fb7da9f5fe59151c599539e894bfcbb94a553643ace6da0f37fa025b963e57264332119e7818b7f4abf46ee1410d07df5712c56b7fa914ff74e8045d6da5d9a80298207f53c58da3cb19165266ad90265d2a501b672bbb153ba93c912026301bd8a9dd57de8b4b43ad69f3235afb6b4d08cecb8dee3b47872bc5e25a4f9a9722be24cd116ba9dccd162ca3cb8694d179048fbde983e0c3aab25e75ecb87c58bf94b478bbd80e7f59496d905c03de2b44f9734cf4590f4083de4b943cd886a1c95c7fc1664c6574
EAP-Message =
0x0e0a9518007f86df6d4d4133839b34fa047d2095a16463d31403010001011603010030c868e31e62f8816e1f185046d544cbc3a3981dada1b9a6d39f413d6e1eb2f17d7edabfa37d11744e4b22b302eecb6647
Message-Authenticator = 0x17f39bae69a653fea6d076e2e1c72a9b
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 4 length 253
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
TLS Length 326
[peap] Length Included
[peap] eaptls_verify returned 11
[peap] <<< TLS 1.0 Handshake [length 0106], ClientKeyExchange
[peap] TLS_accept: SSLv3 read client key exchange A
[peap] <<< TLS 1.0 ChangeCipherSpec [length 0001]
[peap] <<< TLS 1.0 Handshake [length 0010], Finished
[peap] TLS_accept: SSLv3 read finished A
[peap] >>> TLS 1.0 ChangeCipherSpec [length 0001]
[peap] TLS_accept: SSLv3 write change cipher spec A
[peap] >>> TLS 1.0 Handshake [length 0010], Finished
[peap] TLS_accept: SSLv3 write finished A
[peap] TLS_accept: SSLv3 flush data
[peap] (other): SSL negotiation finished successfully
SSL Connection Established
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x01050041190014030100010116030100300198e83b4ecf09e8bd2b9cab8c20c1ed669088f0a96fd50b92466de2ce356207623487ed8b97668556a2f940cd4d75bd
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec16eda97688a9bd3d0d2a07019
Finished request 4.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=138
Cleaning up request 4 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec16eda97688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x020500061900
Message-Authenticator = 0xa81ac86758ffc224c7821a080bdc7212
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 5 length 6
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] Received TLS ACK
[peap] ACK handshake is finished
[peap] eaptls_verify returned 3
[peap] eaptls_process returned 3
[peap] EAPTLS_SUCCESS
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x0106002b1900170301002018a153bf44998bba0b431e16e5726c62efafc47e7ec4aa9a965892a0d3133d89
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec16fd997688a9bd3d0d2a07019
Finished request 5.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=175
Cleaning up request 5 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec16fd997688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x0206002b19001703010020c84640b258ff695bea43d8076cbc1f13bf31bdf7dda8ffd71b158338ae8c8c27
Message-Authenticator = 0x3d5fa24bdeef8d5a67f0e80935af6176
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 6 length 43
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] eaptls_verify returned 7
[peap] Done initial handshake
[peap] eaptls_process returned 7
[peap] EAPTLS_OK
[peap] Session established. Decoding tunneled attributes.
[peap] Identity - MJames
[peap] Got tunneled request
EAP-Message = 0x0206000b014d4a616d6573
server {
PEAP: Got tunneled identity of MJames
PEAP: Setting default EAP type for tunneled EAP session.
PEAP: Setting User-Name to MJames
Sending tunneled request
EAP-Message = 0x0206000b014d4a616d6573
FreeRADIUS-Proxied-To = 127.0.0.1
User-Name = "MJames"
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 6 length 11
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
++[pap] returns noop
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] EAP Identity
[eap] processing type mschapv2
rlm_eap_mschapv2: Issuing Challenge
++[eap] returns handled
} # server inner-tunnel
[peap] Got tunneled reply code 11
EAP-Message =
0x010700201a0107001b10d8853acd66675736c8450a8dbdf4f3d44d4a616d6573
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x72657b5d72626119c71d2f3d1f8f821d
[peap] Got tunneled reply RADIUS code 11
EAP-Message =
0x010700201a0107001b10d8853acd66675736c8450a8dbdf4f3d44d4a616d6573
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x72657b5d72626119c71d2f3d1f8f821d
[peap] Got tunneled Access-Challenge
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x0107004b1900170301004082c964cb104ad870a462a3d8162b98510c61f4d0ff0d068614f70d746e7b9e4b7a61f97a5532a4a06263ec2cca6dc052ec4a2d663eb1bb69b53192b7845d04d9
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec16cd897688a9bd3d0d2a07019
Finished request 6.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=239
Cleaning up request 6 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec16cd897688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x0207006b19001703010060be3baff9559384efb2d6a220eb9c0fb6c8f02d64a12afd977bdc9fdf26dcd9eb62a198eb0dbd3a695d0c4bec190d231a7c8e247eb593481f6f0cc961826ef17534845e7fa6090598ab85f2774d09674bfb52edf81c53c43bae88c99fedc05923
Message-Authenticator = 0xcd089d68caeb07b16597f08c2e4eb55c
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 7 length 107
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] eaptls_verify returned 7
[peap] Done initial handshake
[peap] eaptls_process returned 7
[peap] EAPTLS_OK
[peap] Session established. Decoding tunneled attributes.
[peap] EAP type mschapv2
[peap] Got tunneled request
EAP-Message =
0x020700411a0207003c319f52f606eb89aac22c069344beea5d7e0000000000000000711166f1f4e56b507b904320e309f61809b700a9891df0dc004d4a616d6573
server {
PEAP: Setting User-Name to MJames
Sending tunneled request
EAP-Message =
0x020700411a0207003c319f52f606eb89aac22c069344beea5d7e0000000000000000711166f1f4e56b507b904320e309f61809b700a9891df0dc004d4a616d6573
FreeRADIUS-Proxied-To = 127.0.0.1
User-Name = "MJames"
State = 0x72657b5d72626119c71d2f3d1f8f821d
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 7 length 65
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
++[pap] returns noop
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/mschapv2
[eap] processing type mschapv2
[mschapv2] +- entering group MS-CHAP {...}
[mschap] No Cleartext-Password configured. Cannot create LM-Password.
[mschap] No Cleartext-Password configured. Cannot create NT-Password.
[mschap] Told to do MS-CHAPv2 for MJames with NT-Password
[mschap] FAILED: No NT/LM-Password. Cannot perform authentication.
[mschap] FAILED: MS-CHAP2-Response is incorrect
++[mschap] returns reject
[eap] Freeing handler
++[eap] returns reject
Failed to authenticate the user.
Login incorrect: [MJames/<via Auth-Type = EAP>] (from client access port 0 via
TLS tunnel)
} # server inner-tunnel
[peap] Got tunneled reply code 3
MS-CHAP-Error = "\007E=691 R=1"
EAP-Message = 0x04070004
Message-Authenticator = 0x00000000000000000000000000000000
[peap] Got tunneled reply RADIUS code 3
MS-CHAP-Error = "\007E=691 R=1"
EAP-Message = 0x04070004
Message-Authenticator = 0x00000000000000000000000000000000
[peap] Tunneled authentication was rejected.
[peap] FAILURE
++[eap] returns handled
Sending Access-Challenge of id 0 to 172.16.0.7 port 1046
EAP-Message =
0x0108002b19001703010020e85330ceba569a528441d7b4634bb3df13d25f9e971843164a3357249961d62f
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x6adf8ec16dd797688a9bd3d0d2a07019
Finished request 7.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.16.0.7 port 1046, id=0, length=175
Cleaning up request 7 ID 0 with timestamp +15
User-Name = "MJames"
NAS-IP-Address = 172.16.0.7
Called-Station-Id = "98fc117cad8d"
Calling-Station-Id = "78e400881f19"
NAS-Identifier = "98fc117cad8d"
NAS-Port = 14
Framed-MTU = 1400
State = 0x6adf8ec16dd797688a9bd3d0d2a07019
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x0208002b19001703010020c957e8230cccd5d32ddae95b38ee8d15c3b2d2e48e157c7f7694a1b856975775
Message-Authenticator = 0x739203b437d0b1130d8ea7360542ef0e
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "MJames", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 8 length 43
[eap] Continuing tunnel setup.
++[eap] returns ok
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] eaptls_verify returned 7
[peap] Done initial handshake
[peap] eaptls_process returned 7
[peap] EAPTLS_OK
[peap] Session established. Decoding tunneled attributes.
[peap] Received EAP-TLV response.
[peap] The users session was previously rejected: returning reject (again.)
[peap] *** This means you need to read the PREVIOUS messages in the debug
output
[peap] *** to find out the reason why the user was rejected.
[peap] *** Look for "reject" or "fail". Those earlier messages will tell you.
[peap] *** what went wrong, and how to fix the problem.
[eap] Handler failed in EAP/peap
[eap] Failed in EAP select
++[eap] returns invalid
Failed to authenticate the user.
Login incorrect: [MJames/<via Auth-Type = EAP>] (from client access port 14 cli
78e400881f19)
Using Post-Auth-Type Reject
+- entering group REJECT {...}
[attr_filter.access_reject] expand: %{User-Name} -> MJames
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 8 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 8
Sending Access-Reject of id 0 to 172.16.0.7 port 1046
EAP-Message = 0x04080004
Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 4.9 seconds.
Cleaning up request 8 ID 0 with timestamp +15
Ready to process requests.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html