I know this seems to be a common question, and I have seen many
replies, but no conclusions on how to actally fix it.

I have setup on a Redhat 9.0 server  freeradius-1.0.1.tar.gz and did a
standard compile, with just ./configure && make && make install.

I also have OpenSSL 0.9.7a Feb 19 2003 on the system.

I am trying to set up a wireless access point using WPA and EAP.

The touble I seem to be unable to get away from is the <no
User-Password attibute>.

I know I must be missing something simple, but having never set up
radius for wireless I can't seem to find what it is I am missing.

I have a WinXP pro system that i am trying to login with, and using a
netgear wg511 pcmcia card. The newest drivers and SP 2 installed.

So any help would be a great help *snicker*

Shaun

My clients.conf file
client 10.1.1.54 {
       secret          = whatever
       shortname       = wireless
       nastype         = other
}

My users file
egnaro          Auth-Type := EAP

My eap.conf file
       eap {
               default_eap_type = tls
               timer_expire     = 60
               ignore_unknown_eap_types = no
               cisco_accounting_username_bug = no
               md5 {
               }
               leap {
               }
               gtc {
                       auth_type = PAP
               }
               tls {
                       private_key_password = whatever
                       private_key_file = ${raddbdir}/certs/cert-srv.pem
                       certificate_file = ${raddbdir}/certs/cert-srv.pem
                       CA_file = ${raddbdir}/certs/demoCA/cacert.pem
                       dh_file = ${raddbdir}/certs/dh
                       random_file = ${raddbdir}/certs/random
                       fragment_size = 1024
                       include_length = yes
                       check_crl = yes
                     check_cert_cn = %{User-Name}
               }
                peap {
                       default_eap_type = mschapv2
               }
               mschapv2 {
               }
       }

Normal log output:

Wed Sep 29 12:21:05 2004 : Info: Using deprecated naslist file.
Support for this will go away soon.
Wed Sep 29 12:21:05 2004 : Info: rlm_exec: Wait=yes but no output
defined. Did you mean output=none?
Wed Sep 29 12:21:05 2004 : Info: Ready to process requests.
Wed Sep 29 12:21:14 2004 : Info: rlm_eap_tls:  Length Included
Wed Sep 29 12:21:14 2004 : Error:     TLS_accept:error in SSLv3 read
client certificate A
Wed Sep 29 12:21:14 2004 : Info: rlm_eap_tls: Received EAP-TLS ACK message
Wed Sep 29 12:21:14 2004 : Info: rlm_eap_tls:  Length Included
Wed Sep 29 12:21:14 2004 : Info:     (other): SSL negotiation finished
successfully
Wed Sep 29 12:21:14 2004 : Info: rlm_eap_tls: Received EAP-TLS ACK message
Wed Sep 29 12:21:14 2004 : Info: rlm_eap_mschapv2: Issuing Challenge
Wed Sep 29 12:21:14 2004 : Auth: Login incorrect: [ewrdfw/<no
User-Password attribute>] (from client localhost port 0)
Wed Sep 29 12:21:14 2004 : Auth: Login incorrect: [ewrdfw/<no
User-Password attribute>] (from client wireless port 1 cli
00-09-5B-45-DD-70)

Debug log output:

[EMAIL PROTECTED] raddb]# radiusd -X -A
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/eap.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 = 1812
main: allow_core_dumps = no
main: log_stripped_names = no
main: log_file = "/usr/local/var/log/radius/radius.log"
main: log_auth = yes
main: log_auth_badpass = yes
main: log_auth_goodpass = yes
main: pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
main: user = "root"
main: group = "root"
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 = no
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
read_config_files:  reading realms
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: with_ntdomain_hack = no
mschap: passwd = "(null)"
mschap: authtype = "MS-CHAPv2"
mschap: ntlm_auth = "(null)"
Module: Instantiated mschap (mschap)
Module: Loaded System
unix: cache = no
unix: passwd = "/etc/passwd"
unix: shadow = "/etc/shadow"
unix: group = "/etc/group"
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 = "tls"
eap: timer_expire = 60
eap: ignore_unknown_eap_types = no
eap: cisco_accounting_username_bug = no
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
gtc: challenge = "Password: "
gtc: auth_type = "PAP"
rlm_eap: Loaded and initialized type gtc
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 = "/usr/local/etc/raddb/certs/cert-srv.pem"
tls: certificate_file = "/usr/local/etc/raddb/certs/cert-srv.pem"
tls: CA_file = "/usr/local/etc/raddb/certs/demoCA/cacert.pem"
tls: private_key_password = "whatever"
tls: dh_file = "/usr/local/etc/raddb/certs/dh"
tls: random_file = "/usr/local/etc/raddb/certs/random"
tls: fragment_size = 1024
tls: include_length = yes
tls: check_crl = yes
tls: check_cert_cn = "%{User-Name}"
rlm_eap: Loaded and initialized type tls
peap: default_eap_type = "mschapv2"
peap: copy_request_to_tunnel = no
peap: use_tunneled_reply = no
peap: proxy_tunneled_request_as_eap = yes
rlm_eap: Loaded and initialized type peap
mschapv2: with_ntdomain_hack = no
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 = "@"
realm: ignore_default = no
realm: ignore_null = no
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 authentication *:1812
Listening on accounting *:1813
Ready to process requests.
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=9, length=200
       Message-Authenticator = 0xcac6cb0c5e1ce7aab6a230257bd6b1ab
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message = 0x0209000b0165676e61726f
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 0
 rlm_eap: EAP packet type response id 9 length 11
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 0
   users: Matched DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 0
 rlm_eap: EAP Identity
 rlm_eap: processing type tls
rlm_eap_tls: Requiring client certificate
 rlm_eap_tls: Initiate
 rlm_eap_tls: Start returned 1
 modcall[authenticate]: module "eap" returns handled for request 0
modcall: group authenticate returns handled for request 0
Sending Access-Challenge of id 9 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message = 0x010a00060d20
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x7a663bb0ec42f04674028090226adc69
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.1.1.54:1193, id=10, length=213
       Message-Authenticator = 0x93f6baa93fc9fbc27bcb1c63914191fa
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0x7a663bb0ec42f04674028090226adc69
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message = 0x020a00060319
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 1
 rlm_eap: EAP packet type response id 10 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 DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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 10 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message = 0x010b00061920
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x3ee1282b613aa2d7b4dd344105c23a58
Finished request 1
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=11, length=287
       Message-Authenticator = 0x8ce4c44714f936877081e10b40f50b22
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0x3ee1282b613aa2d7b4dd344105c23a58
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message =
0x020b005019800000004616030100410100003d0301415b0adc3254ffae1a3de5f8197a5bcd6408f5cbe41dde7438d344b7d09cb2eb00001600040005000a000900640062000300060013001200630100
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 2
 rlm_eap: EAP packet type response id 11 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 DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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 0694], 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 11 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message =
0x010c040a19c0000006f1160301004a020000460301415b0ae24c330c9d14060855a3f3aadf384f3a053d03feb5226d49b1847b14cc2039903efe7da977d25b23a9923a445fe615a7cb5c442a7724b26d16282b896dd600040016030106940b00069000068d0002cd308202c930820232a003020102020102300d06092a864886f70d010104050030819f310b30090603550406130243413111300f0603550408130850726f76696e63653112301006035504071309536f6d65204369747931153013060355040a130c4f7267616e697a6174696f6e31123010060355040b13096c6f63616c686f7374311b301906035504031312436c69656e74206365
       EAP-Message =
0x7274696669636174653121301f06092a864886f70d0109011612636c69656e74406578616d706c652e636f6d301e170d3034303132353133323631305a170d3035303132343133323631305a30819b310b30090603550406130243413111300f0603550408130850726f76696e63653112301006035504071309536f6d65204369747931153013060355040a130c4f7267616e697a6174696f6e31123010060355040b13096c6f63616c686f73743119301706035504031310526f6f74206365727469666963617465311f301d06092a864886f70d0109011610726f6f74406578616d706c652e636f6d30819f300d06092a864886f70d010101050003
       EAP-Message =
0x818d0030818902818100dac525422bfedb082629a2cba44b3449c90d0ab462fb72c8434a782098863d7eb7d7e70028c2b7ad555a51cc756cf4fa1d7091615ab450d5289553ae6616aff014a55085d6b8fb4aee98638e426175cdd36c665c63cda177d34920eb30585edc8773999c2980f81ad4638bbbea1c82d054023db7ef24a3ec1c3f6241a903d7f30203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d0101040500038181007a2d921b1cf13bf2982a9178ec9ede6d88edc178a2e8bd40a0a06fb6f0769957884cd7084537083496fd184165293f583c8e8240eb68e042c94b15752e4c07e80d09
       EAP-Message =
0x779afa3dd55c24fa54ac292d77205d1c2477ed30d59f57caf9bd21ff2a8d16cc0911c50e4f295763fcb60efa3c3d2d0e43850f6e6fbe284902f6e83503650003ba308203b63082031fa003020102020100300d06092a864886f70d010104050030819f310b30090603550406130243413111300f0603550408130850726f76696e63653112301006035504071309536f6d65204369747931153013060355040a130c4f7267616e697a6174696f6e31123010060355040b13096c6f63616c686f7374311b301906035504031312436c69656e742063657274696669636174653121301f06092a864886f70d0109011612636c69656e74406578616d706c
       EAP-Message = 0x652e636f6d301e170d3034303132353133323630375a
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0xe17fe0d8b35375f348072a4bc9b047e2
Finished request 2
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=12, length=213
       Message-Authenticator = 0xa67b07fabf0a1763cc4d856dfba7db43
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0xe17fe0d8b35375f348072a4bc9b047e2
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message = 0x020c00061900
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 3
 rlm_eap: EAP packet type response id 12 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 DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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 12 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message =
0x010d02f71900170d3036303132343133323630375a30819f310b30090603550406130243413111300f0603550408130850726f76696e63653112301006035504071309536f6d65204369747931153013060355040a130c4f7267616e697a6174696f6e31123010060355040b13096c6f63616c686f7374311b301906035504031312436c69656e742063657274696669636174653121301f06092a864886f70d0109011612636c69656e74406578616d706c652e636f6d30819f300d06092a864886f70d010101050003818d0030818902818100d4c5b19724f164acf1ffb189db1c8fbff4f14396ea7cb1e90f78d69451725377895dfe52ccb99b41e8
       EAP-Message =
0x0ddeb58b127a943f4f58cbc562878192fbdc6fece9f871e7c130d35cf5188817e9b133249edd2a1c75d31043ae87553cec7a77ef26aa7d74281db9b77e17c6446c5dd9b188b43250ca0229963722a123a726b00b4027fd0203010001a381ff3081fc301d0603551d0e0416041468d36d3e1ee7bc9d5a057021c363da1365d1ade33081cc0603551d230481c43081c1801468d36d3e1ee7bc9d5a057021c363da1365d1ade3a181a5a481a230819f310b30090603550406130243413111300f0603550408130850726f76696e63653112301006035504071309536f6d65204369747931153013060355040a130c4f7267616e697a6174696f6e31123010
       EAP-Message =
0x060355040b13096c6f63616c686f7374311b301906035504031312436c69656e742063657274696669636174653121301f06092a864886f70d0109011612636c69656e74406578616d706c652e636f6d820100300c0603551d13040530030101ff300d06092a864886f70d01010405000381810033c00b66b1e579ef73a06798252dab8d5e5511fc00fd276d80d12f834777c6743fdc2743fca1507704e4bc0979e4f60ac3ad9ee83e6f347369229d1f77229ba2e982359da563024a00163dba6d6c986c0bad28af85132ff8f0d76501bf1b7c2dff658ce1e62c01997b6e64e3e8d4373354ce9912847651539063b85bbc5485c516030100040e000000
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x38fad50a92db5eb24b339d0b364f43de
Finished request 3
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=13, length=399
       Message-Authenticator = 0x5d377435261d3af3c23be918b41b7e61
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0x38fad50a92db5eb24b339d0b364f43de
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message =
0x020d00c01980000000b616030100861000008200807648f158873dc5c666c069601db7f846a6c1759a9e39796604a42e601ae8653cb16746d7c6eaa688462fdbdcb9f41215c9dd933095af59a8f86ca495b54db04b10d6956116e596c1d2ce8c1d57c32bd84d34b93abf1d597288d45c8bc3e1206bee24d7febd21c6abc294581843df7dd336b2be7b3db6be0f7c532728eeddb26514030100010116030100205512121a3c47e0355cc8d3b8eeb1d1a6c759f45d40f1c9be8cab71a57517978f
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 4
 rlm_eap: EAP packet type response id 13 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 DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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 13 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message =
0x010e00311900140301000101160301002020b638c42803aa82953749e5b431a6ed7085a8e50a0e5c201e39b2e865b8d334
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x2f07ca4f26b3edce83d7105eb2d15cff
Finished request 4
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=14, length=213
       Message-Authenticator = 0x683c388d78715b48668502d850113b6e
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0x2f07ca4f26b3edce83d7105eb2d15cff
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message = 0x020e00061900
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 5
 rlm_eap: EAP packet type response id 14 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 DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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 14 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message =
0x010f0020190017030100157112cffe21ccb6715a5645c5c1b6b70b1de01e0a8b
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x7cad05cc7be3767657f11c3de05311f6
Finished request 5
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=15, length=241
       Message-Authenticator = 0x2f7b3665486cb2161ba435952907a1b9
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0x7cad05cc7be3767657f11c3de05311f6
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message =
0x020f0022190017030100174a3231de1f1e4d9e6abb665ad5a2cabbee12f3b612cf7e
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 6
 rlm_eap: EAP packet type response id 15 length 34
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 6
   users: Matched DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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.  Decoding tunneled attributes.
 rlm_eap_peap: Identity - egnaro
 rlm_eap_peap: Tunneled data is valid.
 PEAP: Got tunneled EAP-Message
       EAP-Message = 0x020f000b0165676e61726f
 PEAP: Got tunneled identity of egnaro
 PEAP: Setting default EAP type for tunneled EAP session.
 PEAP: Setting User-Name to egnaro
 PEAP: Sending tunneled request
       EAP-Message = 0x020f000b0165676e61726f
       FreeRADIUS-Proxied-To = 127.0.0.1
       User-Name = "egnaro"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 6
 rlm_eap: EAP packet type response id 15 length 11
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 6
   users: Matched DEFAULT at 153
 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"
 Processing the authenticate section of radiusd.conf
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 =
0x011000201a0110001b10ba7775e55832a11413f34d69c9213c0665676e61726f
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x4f9cd7bb4f5f36194ba8fd86c34b2d2a
 PEAP: Processing from tunneled session code 0x81bbcf0 11
       EAP-Message =
0x011000201a0110001b10ba7775e55832a11413f34d69c9213c0665676e61726f
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x4f9cd7bb4f5f36194ba8fd86c34b2d2a
 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 15 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message =
0x011000371900170301002cd86567048e3399d8af18a92fb3acf7623403f4560c0eb4b5bc04a6f39bd746fe16837218d9a24cf5cf499198
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0x7aff3c20cb00b9f1c43364d67be75dcc
Finished request 6
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=16, length=295
       Message-Authenticator = 0xff65278a59725692a4b75d4242a75df6
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0x7aff3c20cb00b9f1c43364d67be75dcc
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message =
0x021000581900170301004df9aa8cabc0a4590601392012e00301ccb5cac774bfe30c23750f33607f2173f4793b2377caccd20d230b8060dd45d3cb9515567031a5f49e1b4f255137e7bdc9000e9408c4e2a19310aad1601e
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 7
 rlm_eap: EAP packet type response id 16 length 88
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 7
   users: Matched DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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.  Decoding tunneled attributes.
 rlm_eap_peap: EAP type mschapv2
 rlm_eap_peap: Tunneled data is valid.
 PEAP: Got tunneled EAP-Message
       EAP-Message =
0x021000411a0210003c31599bfe2d08d28216ac549f2642dec21800000000000000003ea155b7c17243a149b082b12dcb01c36431e11e8a1df7070065676e61726f
 PEAP: Setting User-Name to egnaro
 PEAP: Adding old state with 4f 9c
 PEAP: Sending tunneled request
       EAP-Message =
0x021000411a0210003c31599bfe2d08d28216ac549f2642dec21800000000000000003ea155b7c17243a149b082b12dcb01c36431e11e8a1df7070065676e61726f
       FreeRADIUS-Proxied-To = 127.0.0.1
       User-Name = "egnaro"
       State = 0x4f9cd7bb4f5f36194ba8fd86c34b2d2a
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 7
 rlm_eap: EAP packet type response id 16 length 65
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 7
   users: Matched DEFAULT at 153
 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"
 Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 7
 rlm_eap: Request found, released from the list
 rlm_eap: EAP/mschapv2
 rlm_eap: processing type mschapv2
 Processing the authenticate section of radiusd.conf
modcall: entering group Auth-Type for request 7
 rlm_mschap: No User-Password configured.  Cannot create LM-Password.
 rlm_mschap: No User-Password configured.  Cannot create NT-Password.
 rlm_mschap: Told to do MS-CHAPv2 for egnaro with NT-Password
 rlm_mschap: FAILED: No NT/LM-Password.  Cannot perform authentication.
 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.
Login incorrect: [egnaro/<no User-Password attribute>] (from client
localhost port 0)
 PEAP: Got tunneled reply RADIUS code 3
       MS-CHAP-Error = "\020E=691 R=1"
       EAP-Message = 0x04100004
       Message-Authenticator = 0x00000000000000000000000000000000
 PEAP: Processing from tunneled session code 0x81b9388 3
       MS-CHAP-Error = "\020E=691 R=1"
       EAP-Message = 0x04100004
       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 16 to 10.1.1.54:1193
       Framed-IP-Address = 255.255.255.254
       Framed-MTU = 576
       Service-Type = Framed-User
       EAP-Message =
0x011100261900170301001b63ddace4849f36d8a953528b094bae6e20b1c586adc0d1609c62c4
       Message-Authenticator = 0x00000000000000000000000000000000
       State = 0xb3e15a4ecb23e5afcdf39f5aa0718251
Finished request 7
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.1.1.54:1193, id=17, length=245
       Message-Authenticator = 0xc284748a06ca9f744523fd6c78b54c5e
       Service-Type = Framed-User
       User-Name = "egnaro"
       Framed-MTU = 1488
       State = 0xb3e15a4ecb23e5afcdf39f5aa0718251
       Called-Station-Id = "00-0F-3D-AB-EE-E1:default"
       Calling-Station-Id = "00-09-5B-45-DD-70"
       NAS-Identifier = "D-Link Corp. Access Point"
       NAS-Port-Type = Wireless-802.11
       Connect-Info = "CONNECT 54Mbps 802.11g"
       EAP-Message =
0x021100261900170301001bf1fcb3f5658685fc08bea7aed74253bffdce93391eb5d5436676b1
       NAS-IP-Address = 10.1.1.54
       NAS-Port = 1
       NAS-Port-Id = "STA port # 1"
 Processing the authorize section of radiusd.conf
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 = "egnaro", looking up realm NULL
   rlm_realm: Found realm "NULL"
   rlm_realm: Adding Stripped-User-Name = "egnaro"
   rlm_realm: Proxying request from user egnaro to realm NULL
   rlm_realm: Adding Realm = "NULL"
   rlm_realm: Authentication realm is LOCAL.
 modcall[authorize]: module "suffix" returns noop for request 8
 rlm_eap: EAP packet type response id 17 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 DEFAULT at 153
   users: Matched DEFAULT at 172
 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"
 Processing the authenticate section of radiusd.conf
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.  Decoding 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.
Login incorrect: [egnaro/<no User-Password attribute>] (from client
wireless port 1 cli 00-09-5B-45-DD-70)
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.1.1.54:1193, id=17, length=245
Sending Access-Reject of id 17 to 10.1.1.54:1193
       EAP-Message = 0x04110004
       Message-Authenticator = 0x00000000000000000000000000000000
--- Walking the entire request list ---
Waking up in 3 seconds...
--- Walking the entire request list ---
Cleaning up request 0 ID 9 with timestamp 415b0ae2
Cleaning up request 1 ID 10 with timestamp 415b0ae2
Cleaning up request 2 ID 11 with timestamp 415b0ae2
Cleaning up request 3 ID 12 with timestamp 415b0ae2
Cleaning up request 4 ID 13 with timestamp 415b0ae2
Cleaning up request 5 ID 14 with timestamp 415b0ae2
Cleaning up request 6 ID 15 with timestamp 415b0ae2
Cleaning up request 7 ID 16 with timestamp 415b0ae2
Cleaning up request 8 ID 17 with timestamp 415b0ae2
Nothing to do.  Sleeping until we see a request.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to