hello,
i'm having trouble getting freeradius server to talk to my WinXP client. I
followed the instructions in the HOWTO but it doesn't work. here's the
entry in the users file:
"DOM\\Ewu" Auth-Type := EAP , User-Password == "password"
and here is the log:
/usr/local/sbin/radiusd -X
Starting - reading configuration files ...
reread_config: reading radiusd.conf
Config: including file: /usr/local/etc/raddb/proxy.conf
Config: including file: /usr/local/etc/raddb/clients.conf
Config: including file: /usr/local/etc/raddb/snmp.conf
Config: including file: /usr/local/etc/raddb/sql.conf
main: prefix = "/usr/local"
main: localstatedir = "/usr/local/var"
main: logdir = "/usr/local/var/log/radius"
main: libdir = "/usr/local/lib"
main: radacctdir = "/usr/local/var/log/radius/radacct"
main: hostname_lookups = no
main: max_request_time = 30
main: cleanup_delay = 5
main: max_requests = 1024
main: delete_blocked_requests = 0
main: port = 0
main: allow_core_dumps = no
main: log_stripped_names = no
main: log_file = "/usr/local/var/log/radius/radius.log"
main: log_auth = no
main: log_auth_badpass = no
main: log_auth_goodpass = no
main: pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
main: user = "(null)"
main: group = "(null)"
main: usercollide = no
main: lower_user = "no"
main: lower_pass = "no"
main: nospace_user = "no"
main: nospace_pass = "no"
main: checkrad = "/usr/local/sbin/checkrad"
main: proxy_requests = yes
proxy: retry_delay = 5
proxy: retry_count = 3
proxy: synchronous = no
proxy: default_fallback = yes
proxy: dead_time = 120
proxy: post_proxy_authorize = yes
proxy: wake_all_if_all_dead = no
security: max_attributes = 200
security: reject_delay = 1
security: status_server = no
main: debug_level = 0
read_config_files: reading dictionary
read_config_files: reading naslist
Using deprecated naslist file. Support for this will go away soon.
read_config_files: reading clients
Using deprecated clients file. Support for this will go away soon.
read_config_files: reading realms
Using deprecated realms file. Support for this will go away soon.
radiusd: entering modules setup
Module: Library search path is /usr/local/lib
Module: Loaded exec
exec: wait = yes
exec: program = "(null)"
exec: input_pairs = "request"
exec: output_pairs = "(null)"
exec: packet_type = "(null)"
rlm_exec: Wait=yes but no output defined. Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded PAP
pap: encryption_scheme = "crypt"
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
mschap: use_mppe = yes
mschap: require_encryption = no
mschap: require_strong = no
mschap: passwd = "(null)"
mschap: authtype = "MS-CHAP"
Module: Instantiated mschap (mschap)
Module: Loaded System
unix: cache = no
unix: passwd = "(null)"
unix: shadow = "(null)"
unix: group = "(null)"
unix: radwtmp = "/usr/local/var/log/radius/radwtmp"
unix: usegroup = no
unix: cache_reload = 600
Module: Instantiated unix (unix)
Module: Loaded eap
eap: default_eap_type = "md5"
eap: timer_expire = 60
eap: ignore_unknown_eap_types = no
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
tls: rsa_key_exchange = no
tls: dh_key_exchange = yes
tls: rsa_key_length = 512
tls: dh_key_length = 512
tls: verify_depth = 0
tls: CA_path = "(null)"
tls: pem_file_type = yes
tls: private_key_file = "/etc/mycerts/cert-srv.pem"
tls: certificate_file = "/etc/mycerts/cert-srv.pem"
tls: CA_file = "/etc/mycerts/root.pem"
tls: private_key_password = "harlemr1ver"
tls: dh_file = "/etc/mycerts/dh"
tls: random_file = "/etc/mycerts/random"
tls: fragment_size = 1024
tls: include_length = yes
tls: check_crl = no
rlm_eap: Loaded and initialized type tls
ttls: default_eap_type = "md5"
ttls: copy_request_to_tunnel = no
ttls: use_tunneled_reply = no
rlm_eap: Loaded and initialized type ttls
peap: default_eap_type = "mschapv2"
peap: copy_request_to_tunnel = no
peap: use_tunneled_reply = no
rlm_eap: Loaded and initialized type peap
rlm_eap: Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Module: Loaded preprocess
preprocess: huntgroups = "/usr/local/etc/raddb/huntgroups"
preprocess: hints = "/usr/local/etc/raddb/hints"
preprocess: with_ascend_hack = no
preprocess: ascend_channels_per_line = 23
preprocess: with_ntdomain_hack = no
preprocess: with_specialix_jetstream_hack = no
preprocess: with_cisco_vsa_hack = no
Module: Instantiated preprocess (preprocess)
Module: Loaded realm
realm: format = "suffix"
realm: delimiter = "@"
Module: Instantiated realm (suffix)
Module: Loaded files
files: usersfile = "/usr/local/etc/raddb/users"
files: acctusersfile = "/usr/local/etc/raddb/acct_users"
files: preproxy_usersfile = "/usr/local/etc/raddb/preproxy_users"
files: compat = "no"
Module: Instantiated files (files)
Module: Loaded Acct-Unique-Session-Id
acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address,
NAS-Port"
Module: Instantiated acct_unique (acct_unique)
Module: Loaded detail
detail: detailfile =
"/usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
detail: detailperm = 384
detail: dirperm = 493
detail: locking = no
Module: Instantiated detail (detail)
Module: Loaded radutmp
radutmp: filename = "/usr/local/var/log/radius/radutmp"
radutmp: username = "%{User-Name}"
radutmp: case_sensitive = yes
radutmp: check_with_nas = yes
radutmp: perm = 384
radutmp: callerid = yes
Module: Instantiated radutmp (radutmp)
Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp.
Ready to process requests.
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=90, length=137
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0x8aedec1b79af10e4f0b373fb834e971e
EAP-Message = 0x0202000c01444f4d5c457775
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 0
modcall[authorize]: module "preprocess" returns ok for request 0
modcall[authorize]: module "chap" returns noop for request 0
modcall[authorize]: module "mschap" returns noop for request 0
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 0
rlm_eap: EAP packet type response id 2 length 12
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 0
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 0
modcall: group authorize returns updated for request 0
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 0
rlm_eap: EAP Identity
rlm_eap: processing type md5
rlm_eap_md5: Issuing Challenge
modcall[authenticate]: module "eap" returns handled for request 0
modcall: group authenticate returns handled for request 0
Sending Access-Challenge of id 90 to 10.66.12.2:21647
EAP-Message = 0x01030016041075b54166039a095f9724184a48537bf3
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x2389505a43a867233f03e213b1c360a6
Finished request 0
Going to the next request
--- Walking the entire request list ---
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=91, length=149
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0x5a8b88e17f8c0e801f966e5ca6650111
EAP-Message = 0x020300060319
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0x2389505a43a867233f03e213b1c360a6
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 1
modcall[authorize]: module "preprocess" returns ok for request 1
modcall[authorize]: module "chap" returns noop for request 1
modcall[authorize]: module "mschap" returns noop for request 1
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 1
rlm_eap: EAP packet type response id 3 length 6
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 1
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 1
modcall: group authorize returns updated for request 1
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 1
rlm_eap: Request found, released from the list
rlm_eap: EAP NAK
rlm_eap: EAP-NAK asked for EAP-Type/peap
rlm_eap: processing type tls
rlm_eap_tls: Initiate
rlm_eap_tls: Start returned 1
modcall[authenticate]: module "eap" returns handled for request 1
modcall: group authenticate returns handled for request 1
Sending Access-Challenge of id 91 to 10.66.12.2:21647
EAP-Message = 0x010400061920
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x68e7e09ae433296569378ae47e5b6b29
Finished request 1
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=92, length=223
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0xc671bcdf371ae7f8e3efd2ec9e029944
EAP-Message =
0x0204005019800000004616030100410100003d0301401fe241ed802e390f357e6a57d296b39c7be070a10ab9eb986b8723010d54e000001600040005000a000900640062000300060013001200630100
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0x68e7e09ae433296569378ae47e5b6b29
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 2
modcall[authorize]: module "preprocess" returns ok for request 2
modcall[authorize]: module "chap" returns noop for request 2
modcall[authorize]: module "mschap" returns noop for request 2
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 2
rlm_eap: EAP packet type response id 4 length 80
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 2
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 2
modcall: group authorize returns updated for request 2
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 2
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
rlm_eap_tls: Length Included
eaptls_verify returned 11
(other): before/accept initialization
TLS_accept: before/accept initialization
rlm_eap_tls: <<< TLS 1.0 Handshake [length 0041], ClientHello
TLS_accept: SSLv3 read client hello A
rlm_eap_tls: >>> TLS 1.0 Handshake [length 004a], ServerHello
TLS_accept: SSLv3 write server hello A
rlm_eap_tls: >>> TLS 1.0 Handshake [length 0654], Certificate
TLS_accept: SSLv3 write certificate A
rlm_eap_tls: >>> TLS 1.0 Handshake [length 0004], ServerHelloDone
TLS_accept: SSLv3 write server done A
TLS_accept: SSLv3 flush data
TLS_accept:error in SSLv3 read client certificate A
In SSL Handshake Phase
In SSL Accept mode
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
modcall[authenticate]: module "eap" returns handled for request 2
modcall: group authenticate returns handled for request 2
Sending Access-Challenge of id 92 to 10.66.12.2:21647
EAP-Message =
0x0105040a19c0000006b1160301004a020000460301401fe26502700e65da1538f8936ae13509229a83ca96ccc7562d91d99966d40a208145d2d814eedeb0afa4e810207d94834bdee81544a7536d2ff245f3e1b178cf00040016030106540b00065000064d0002bd308202b930820222a003020102020102300d06092a864886f70d010104050030818f310b30090603550406130255533111300f060355040813084e657720596f726b3111300f060355040713084e657720596f726b311b3019060355040a13125965736869766120556e6976657273697479310c300a060355040b13034d49533111300f06035504031308526f6f6d20353038311c
EAP-Message =
0x301a06092a864886f70d010901160d6d69733530384079752e656475301e170d3034303230323137343530305a170d3035303230313137343530305a30819b310b30090603550406130255533111300f060355040813084e657720596f726b3111300f060355040713084e657720596f726b311b3019060355040a13125965736869766120556e6976657273697479310c300a060355040b13034d4953311630140603550403130d7261646975732d7365727665723123302106092a864886f70d01090116147261646975732d7365727665724079752e65647530819f300d06092a864886f70d010101050003818d0030818902818100b8ef12875372
EAP-Message =
0x4b8c818b8c5aad206a63a5ae4c2c0bb5164b09d61892b5b525a9c4b9c3da145ddfaac7589a5b4963de215adcca42ea752569790527abc8bf7d27d90eb132e2913c5596f38cbd70652366b8d4794760aee7829a47976535751fc5254c6a305cf2bab488a73559ea0048deddc3b8c3f80559d4c9ac5988656b04790203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d010104050003818100af58f5404efe75b6eba5aae80986889f646bfbb898bccaad1b024a46b67c4a59fb63c73c19501d0107eff9fa040f5c34a8abfe9d916203d3d860bc7574ab26c03f8eaa97f7666a2982ead1b37f730d6742e3
EAP-Message =
0x4e14edebc9b38b9f4dc1898d25d7e814a76684bf0c18c59ff5d6848fa4687aade0f30d403a0b18c9d878bd4f8ed800038a30820386308202efa003020102020100300d06092a864886f70d010104050030818f310b30090603550406130255533111300f060355040813084e657720596f726b3111300f060355040713084e657720596f726b311b3019060355040a13125965736869766120556e6976657273697479310c300a060355040b13034d49533111300f06035504031308526f6f6d20353038311c301a06092a864886f70d010901160d6d69733530384079752e656475301e170d3034303230323137333133375a170d3036303230313137
EAP-Message = 0x333133375a30818f310b300906035504061302555331
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x4a47eecf633adb6f2ffa29963d27c0bf
Finished request 2
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=93, length=149
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0xf996b2233031ea46b130039aa7864e95
EAP-Message = 0x020500061900
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0x4a47eecf633adb6f2ffa29963d27c0bf
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 3
modcall[authorize]: module "preprocess" returns ok for request 3
modcall[authorize]: module "chap" returns noop for request 3
modcall[authorize]: module "mschap" returns noop for request 3
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 3
rlm_eap: EAP packet type response id 5 length 6
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 3
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 3
modcall: group authorize returns updated for request 3
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 3
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
rlm_eap_tls: Received EAP-TLS ACK message
rlm_eap_tls: ack handshake fragment handler
eaptls_verify returned 1
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
modcall[authenticate]: module "eap" returns handled for request 3
modcall: group authenticate returns handled for request 3
Sending Access-Challenge of id 93 to 10.66.12.2:21647
EAP-Message =
0x010602b7190011300f060355040813084e657720596f726b3111300f060355040713084e657720596f726b311b3019060355040a13125965736869766120556e6976657273697479310c300a060355040b13034d49533111300f06035504031308526f6f6d20353038311c301a06092a864886f70d010901160d6d69733530384079752e65647530819f300d06092a864886f70d010101050003818d0030818902818100cf81fc9099f6713f0f1fd8f993154e1c5e11c93a18717eb7f3868edd4b7badf3c279efc9ded1c6ac030eb034e48f1b79b373a8092dc6462b0b7488d11d859a3b062fffe8a4c64c69588d4080dd54dea49d9672097679420749
EAP-Message =
0xe2c5baafe408f51e2ebac6fac9a2b3a87d3f103813984b24151d1773683329536389135840cb610203010001a381ef3081ec301d0603551d0e04160414b0ef2770588e783bbc337f1326002fce04969d233081bc0603551d230481b43081b18014b0ef2770588e783bbc337f1326002fce04969d23a18195a4819230818f310b30090603550406130255533111300f060355040813084e657720596f726b3111300f060355040713084e657720596f726b311b3019060355040a13125965736869766120556e6976657273697479310c300a060355040b13034d49533111300f06035504031308526f6f6d20353038311c301a06092a864886f70d0109
EAP-Message =
0x01160d6d69733530384079752e656475820100300c0603551d13040530030101ff300d06092a864886f70d010104050003818100027bdbdb109bb86bd83a16d3c60704ebe0cf279a43e90567a4f09425605755664c3fb2b1380863a224770cecb2ef580f74c82791196b8298017d37c6d2e0e36759ce248b3bd207d032b81c23aa56e440971e35acc23c1c1b578dfafdd04cc0e756ad7de9b17c4f44f325e39a5c4e9a17ca35d64415293c71d1cc32a358f33bab16030100040e000000
Message-Authenticator = 0x00000000000000000000000000000000
State = 0xbdac4d94a72b5e1ca7811b1908d67090
Finished request 3
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=94, length=335
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0x43e856233e20fac03772dccb3259c1c4
EAP-Message =
0x020600c01980000000b616030100861000008200806a9e6bbad6d1e9ac53afa66b2e263e5893f7e4dac7d13637edc55894403210883103de61a0c9a5a8681ad8c85cc582e57f15ef95e593417f6ad98e54dd41a78dd30c1c19b8418d985865aca90cd978465309ed35f1d57c2526b05599645c2cc8f83cdbf31bfb08d925f4d0f3fb2612894136dc2279d2ee4cb2eb5becd0805f3c140301000101160301002034a5cc5e9a40cbd45d19aff311ca9dc63cd041ec0f96509f1fdd4a586ffb12c5
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0xbdac4d94a72b5e1ca7811b1908d67090
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 4
modcall[authorize]: module "preprocess" returns ok for request 4
modcall[authorize]: module "chap" returns noop for request 4
modcall[authorize]: module "mschap" returns noop for request 4
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 4
rlm_eap: EAP packet type response id 6 length 192
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 4
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 4
modcall: group authorize returns updated for request 4
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 4
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
rlm_eap_tls: Length Included
eaptls_verify returned 11
rlm_eap_tls: <<< TLS 1.0 Handshake [length 0086], ClientKeyExchange
TLS_accept: SSLv3 read client key exchange A
rlm_eap_tls: <<< TLS 1.0 ChangeCipherSpec [length 0001]
rlm_eap_tls: <<< TLS 1.0 Handshake [length 0010], Finished
TLS_accept: SSLv3 read finished A
rlm_eap_tls: >>> TLS 1.0 ChangeCipherSpec [length 0001]
TLS_accept: SSLv3 write change cipher spec A
rlm_eap_tls: >>> TLS 1.0 Handshake [length 0010], Finished
TLS_accept: SSLv3 write finished A
TLS_accept: SSLv3 flush data
(other): SSL negotiation finished successfully
SSL Connection Established
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
modcall[authenticate]: module "eap" returns handled for request 4
modcall: group authenticate returns handled for request 4
Sending Access-Challenge of id 94 to 10.66.12.2:21647
EAP-Message =
0x0107003119001403010001011603010020ca96d3ac47bcc4bf2707bb708aaa772ae0aa5d8925c2ae300af6d37b72a1f509
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x32b2edbe6ff2bcf589feb21f2887006c
Finished request 4
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=95, length=149
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0xabe6567c2b28b6acb6b51ec35ad3c2ef
EAP-Message = 0x020700061900
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0x32b2edbe6ff2bcf589feb21f2887006c
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 5
modcall[authorize]: module "preprocess" returns ok for request 5
modcall[authorize]: module "chap" returns noop for request 5
modcall[authorize]: module "mschap" returns noop for request 5
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 5
rlm_eap: EAP packet type response id 7 length 6
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 5
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 5
modcall: group authorize returns updated for request 5
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 5
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
rlm_eap_tls: Received EAP-TLS ACK message
rlm_eap_tls: ack handshake is finished
eaptls_verify returned 3
eaptls_process returned 3
rlm_eap_peap: EAPTLS_SUCCESS
modcall[authenticate]: module "eap" returns handled for request 5
modcall: group authenticate returns handled for request 5
Sending Access-Challenge of id 95 to 10.66.12.2:21647
EAP-Message =
0x0108002019001703010015c4d07cd7fdba4f33b7add198a591143652b2307ad5
Message-Authenticator = 0x00000000000000000000000000000000
State = 0xe70162bf48831c9d2ab31f63a33e2023
Finished request 5
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=96, length=178
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0x52e4e98c4c4f33a0cdba41227e4caabf
EAP-Message =
0x02080023190017030100189378327e8913c5a0a7e1d46e4f0142f0c160fe97f489bfce
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0xe70162bf48831c9d2ab31f63a33e2023
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 6
modcall[authorize]: module "preprocess" returns ok for request 6
modcall[authorize]: module "chap" returns noop for request 6
modcall[authorize]: module "mschap" returns noop for request 6
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 6
rlm_eap: EAP packet type response id 8 length 35
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 6
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 6
modcall: group authorize returns updated for request 6
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 6
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
eaptls_verify returned 7
rlm_eap_tls: Done initial handshake
eaptls_process returned 7
rlm_eap_peap: EAPTLS_OK
rlm_eap_peap: Session established. Proceeding to decode tunneled attributes.
rlm_eap_peap: Identity - DOM\Ewu
rlm_eap_peap: Tunneled data is valid.
PEAP: Got tunneled EAP-Message
EAP-Message = 0x0208000c01444f4d5c457775
PEAP: Got tunneled identity of DOM\Ewu
PEAP: Setting default EAP type for tunneled EAP session.
PEAP: Sending tunneled request
EAP-Message = 0x0208000c01444f4d5c457775
Freeradius-Proxied-To = 127.0.0.1
User-Name = "DOM\\Ewu"
modcall: entering group authorize for request 6
modcall[authorize]: module "preprocess" returns ok for request 6
modcall[authorize]: module "chap" returns noop for request 6
modcall[authorize]: module "mschap" returns noop for request 6
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 6
rlm_eap: EAP packet type response id 8 length 12
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 6
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 6
modcall: group authorize returns updated for request 6
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 6
rlm_eap: EAP Identity
rlm_eap: processing type mschapv2
rlm_eap_mschapv2: Issuing Challenge
modcall[authenticate]: module "eap" returns handled for request 6
modcall: group authenticate returns handled for request 6
PEAP: Got tunneled reply RADIUS code 11
EAP-Message =
0x010900211a0109001c1063ae426c2f2730c5cb1e66429a874ce5444f4d5c457775
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x34dbc82de7cb2cb39b5e33f028003e3c
PEAP: Got tunneled Access-Challenge
modcall[authenticate]: module "eap" returns handled for request 6
modcall: group authenticate returns handled for request 6
Sending Access-Challenge of id 96 to 10.66.12.2:21647
EAP-Message =
0x010900381900170301002d678b190bcf9dace20ea207eec7a09b1aaf8ee86e2ba2a81fb69dede38753c173790e84d10547ae0ecc83c1b5d6
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x23a209a5f8e3eea6dcff9359c934250b
Finished request 6
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=97, length=228
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0x35b3c9d8bdede78f36a6185e74545296
EAP-Message =
0x020900551900170301004a6b4b901a924ca1f2e9dd8b22019b7ff0ff716d9d8ea3c47320b1bc7ce7ac5f9dbe970936e8e1f556872b1cb955c85c9af848982daba3d7fe7cda800c691ce2da1ff53438bf332b6ed483
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0x23a209a5f8e3eea6dcff9359c934250b
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 7
modcall[authorize]: module "preprocess" returns ok for request 7
modcall[authorize]: module "chap" returns noop for request 7
modcall[authorize]: module "mschap" returns noop for request 7
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 7
rlm_eap: EAP packet type response id 9 length 85
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 7
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 7
modcall: group authorize returns updated for request 7
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 7
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
eaptls_verify returned 7
rlm_eap_tls: Done initial handshake
eaptls_process returned 7
rlm_eap_peap: EAPTLS_OK
rlm_eap_peap: Session established. Proceeding to decode tunneled attributes.
rlm_eap_peap: EAP type 26
rlm_eap_peap: Tunneled data is valid.
PEAP: Got tunneled EAP-Message
EAP-Message =
0x0209003e1a0209003931130cc9bd75b9945396b4beebd7c7e62e0000000000000000181b3dd80f4fe3b67b3a96d08263a321fc2301f80a9e56de00457775
PEAP: Adding old state with 34 db
PEAP: Sending tunneled request
EAP-Message =
0x0209003e1a0209003931130cc9bd75b9945396b4beebd7c7e62e0000000000000000181b3dd80f4fe3b67b3a96d08263a321fc2301f80a9e56de00457775
Freeradius-Proxied-To = 127.0.0.1
User-Name = "DOM\\Ewu"
State = 0x34dbc82de7cb2cb39b5e33f028003e3c
modcall: entering group authorize for request 7
modcall[authorize]: module "preprocess" returns ok for request 7
modcall[authorize]: module "chap" returns noop for request 7
modcall[authorize]: module "mschap" returns noop for request 7
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 7
rlm_eap: EAP packet type response id 9 length 62
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 7
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 7
modcall: group authorize returns updated for request 7
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 7
rlm_eap: Request found, released from the list
rlm_eap: EAP/mschapv2
rlm_eap: processing type mschapv2
modcall: entering group Auth-Type for request 7
rlm_mschap: doing MS-CHAPv2 with NT-Password
rlm_mschap: FAILED: MS-CHAP2-Response is incorrect
modcall[authenticate]: module "mschap" returns reject for request 7
modcall: group Auth-Type returns reject for request 7
rlm_eap: Freeing handler
modcall[authenticate]: module "eap" returns reject for request 7
modcall: group authenticate returns reject for request 7
auth: Failed to validate the user.
PEAP: Got tunneled reply RADIUS code 3
MS-CHAP-Error = "\000E=691 R=1"
EAP-Message = 0x04090004
Message-Authenticator = 0x00000000000000000000000000000000
PEAP: Tunneled authentication was rejected.
rlm_eap_peap: FAILURE
modcall[authenticate]: module "eap" returns handled for request 7
modcall: group authenticate returns handled for request 7
Sending Access-Challenge of id 97 to 10.66.12.2:21647
EAP-Message =
0x010a00261900170301001b6cfe7a41c15f9adae09b80e0cbe9080c150f459d2404b6fca27f88
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x8003d2dbeb4c675d5ab977a415864410
Finished request 7
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=98, length=181
User-Name = "DOM\\Ewu"
Framed-MTU = 1400
Called-Station-Id = "000c.ce2a.f52b"
Calling-Station-Id = "000c.412c.82e3"
Message-Authenticator = 0xb050351f98060c9649a577c4e5142d38
EAP-Message =
0x020a00261900170301001bb9c805b33641fcd084ca0e4c770b35d113e4fa54bb9bfa55110473
NAS-Port-Type = Wireless-802.11
NAS-Port = 485
State = 0x8003d2dbeb4c675d5ab977a415864410
Service-Type = Framed-User
NAS-IP-Address = 10.66.12.2
NAS-Identifier = "AP1200-test1"
modcall: entering group authorize for request 8
modcall[authorize]: module "preprocess" returns ok for request 8
modcall[authorize]: module "chap" returns noop for request 8
modcall[authorize]: module "mschap" returns noop for request 8
rlm_realm: No '@' in User-Name = "DOM\Ewu", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 8
rlm_eap: EAP packet type response id 10 length 38
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
modcall[authorize]: module "eap" returns updated for request 8
users: Matched DOM\Ewu at 4
modcall[authorize]: module "files" returns ok for request 8
modcall: group authorize returns updated for request 8
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
modcall: entering group authenticate for request 8
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
eaptls_verify returned 7
rlm_eap_tls: Done initial handshake
eaptls_process returned 7
rlm_eap_peap: EAPTLS_OK
rlm_eap_peap: Session established. Proceeding to decode tunneled attributes.
rlm_eap_peap: Received EAP-TLV response.
rlm_eap_peap: Tunneled data is valid.
rlm_eap_peap: Had sent TLV failure, rejecting.
rlm_eap: Handler failed in EAP/peap
rlm_eap: Failed in EAP select
modcall[authenticate]: module "eap" returns invalid for request 8
modcall: group authenticate returns invalid for request 8
auth: Failed to validate the user.
Delaying request 8 for 1 seconds
Finished request 8
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.66.12.2:21647, id=98, length=181
Sending Access-Reject of id 98 to 10.66.12.2:21647
EAP-Message = 0x040a0004
Message-Authenticator = 0x00000000000000000000000000000000
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html