MS-CHAP failing?

Mark Holmes mark.holmes at nuffield.ox.ac.uk
Tue Oct 12 16:10:02 CEST 2010


Stephen,

Thanks for this.

Actually I messed up - my ntlm_auth looks like this (which I think is correct)

exec ntlm_auth {
                wait = yes
                program = "/usr/bin/ntlm_auth --request-nt-key --domain=MYDOMAIN --username=%{mschap:User-Name} --password=%{User-Password}"
        }

The /path/to/ntlm_auth line is commented out in my config.

Cheers

Mark




-----Original Message-----
From: freeradius-users-bounces+mark.holmes=nuffield.ox.ac.uk at lists.freeradius.org [mailto:freeradius-users-bounces+mark.holmes=nuffield.ox.ac.uk at lists.freeradius.org] On Behalf Of Sallee, Stephen (Jake)
Sent: 12 October 2010 15:03
To: FreeRadius users mailing list
Subject: RE: MS-CHAP failing?

Just checking but you did see the problem I the following line of config
right?

>exec ntlm_auth {
>              wait = yes
>                program = ***"/PATH/TO/NTLM_AUTH *** --request-nt-key
--domain=MYDOMAIN --username=%{mschap:User-Name}
-->password=%{User-Password}"
>        }

I understand if you left it out on purpose but this code WILL NOT work
in production ; )

Jake Sallee
Godfather Of Bandwidth
Network Engineer

Fone: 254-295-4658
Phax: 254-295-4221



-----Original Message-----
From: freeradius-users-bounces+jake.sallee=umhb.edu at lists.freeradius.org
[mailto:freeradius-users-bounces+jake.sallee=umhb.edu at lists.freeradius.o
rg] On Behalf Of Mark Holmes
Sent: Tuesday, October 12, 2010 8:47 AM
To: FreeRadius users mailing list
Subject: MS-CHAP failing?

OK, getting somewhere, but still won't let me connect.  I can't see in
the debug output why it fails.

I'm trying to authenticate against AD, using PEAP-MSCHAPv2

I have checked ntlm_auth is working by

ntlm_auth --request-nt-key --domain=MYDOMAIN --username=testuser
--password=password

and I get (NT_STATUS_OK)

my /modules/ntlm_auth looks like this:-

exec ntlm_auth {
                wait = yes
                program = "/path/to/ntlm_auth --request-nt-key
--domain=MYDOMAIN --username=%{mschap:User-Name}
--password=%{User-Password}"
        }


and modules/mschap looks like this

ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key
--username=%{mschap:User-Name:-None}
--domain=%{%{mschap:NT-Domain}:-NUFFIELDCOLLEGE}
--challenge=%{mschap:Challenge:-00}
--nt-response=%{mschap:NT-Response$
}


In the debug output I can see this - should authentication realm = LOCAL
as below?

[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.


When I paste the debug into the checker it highlights this:-

[pap] WARNING! No "known good" password found for the user.
Authentication may fail because of this.

But not sure I need to worry about that as I'm not doing PAP

Can't see anything else in there indicating a problem, but when I try to
connect a device (my iPhone) it just returns a 'cannot connect to'
message

What am I missing?  No doubt something obvious....


Debug output
------------

FreeRADIUS Version 2.1.7, for host i686-redhat-linux-gnu, built on Mar
31 2010 at 00:25:31
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/ntlm_auth
including configuration file /etc/raddb/modules/attr_rewrite
including configuration file /etc/raddb/modules/detail.log
including configuration file /etc/raddb/modules/digest
including configuration file /etc/raddb/modules/detail.example.com
including configuration file /etc/raddb/modules/wimax
including configuration file /etc/raddb/modules/acct_unique
including configuration file /etc/raddb/modules/mschap
including configuration file /etc/raddb/modules/logintime
including configuration file /etc/raddb/modules/realm
including configuration file /etc/raddb/modules/linelog
including configuration file /etc/raddb/modules/mac2vlan
including configuration file /etc/raddb/modules/radutmp
including configuration file /etc/raddb/modules/etc_group
including configuration file /etc/raddb/modules/perl
including configuration file /etc/raddb/modules/pam
including configuration file /etc/raddb/modules/policy
including configuration file /etc/raddb/modules/exec
including configuration file /etc/raddb/modules/chap
including configuration file /etc/raddb/modules/preprocess
including configuration file /etc/raddb/modules/pap
including configuration file /etc/raddb/modules/expiration
including configuration file /etc/raddb/modules/counter
including configuration file /etc/raddb/modules/detail
including configuration file /etc/raddb/modules/expr
including configuration file
/etc/raddb/modules/sqlcounter_expire_on_login
including configuration file /etc/raddb/modules/attr_filter
including configuration file /etc/raddb/modules/checkval
including configuration file /etc/raddb/modules/always
including configuration file /etc/raddb/modules/inner-eap
including configuration file /etc/raddb/modules/cui
including configuration file /etc/raddb/modules/files
including configuration file /etc/raddb/modules/mac2ip
including configuration file /etc/raddb/modules/passwd
including configuration file /etc/raddb/modules/sql_log
including configuration file /etc/raddb/modules/unix
including configuration file /etc/raddb/modules/smbpasswd
including configuration file /etc/raddb/modules/otp
including configuration file /etc/raddb/modules/sradutmp
including configuration file /etc/raddb/modules/smsotp
including configuration file /etc/raddb/modules/ippool
including configuration file /etc/raddb/modules/echo
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/inner-tunnel
including configuration file /etc/raddb/sites-enabled/control-socket
including configuration file /etc/raddb/sites-enabled/default
group = radiusd
user = radiusd
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
        allow_core_dumps = no
        pidfile = "/var/run/radiusd/radiusd.pid"
        checkrad = "/usr/sbin/checkrad"
        debug_level = 0
        proxy_requests = yes
 log {
        stripped_names = no
        auth = no
        auth_badpass = no
        auth_goodpass = no
 }
 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 example.com {
        auth_pool = my_auth_failover
 }
 realm LOCAL {
 }
 realm mydomain.ox.ac.uk {
 }
radiusd: #### Loading Clients ####
 client localhost {
        ipaddr = 127.0.0.1
        require_message_authenticator = no
        secret = "testing123"
        nastype = "other"
 }
 client 192.168.30.1 {
        require_message_authenticator = no
        secret = "6_5EsC=Vv&y$pK27"
        shortname = "192.168.30.1"
        nastype = "other"
 }
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 = no
        ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key
--username=%{mschap:User-Name:-None}
--domain=%{%{mschap:NT-Domain}:-MYDOMAIN}
--challenge=%{mschap:Challenge:-00} "
  }
 Module: Instantiating ntlm_auth
  exec ntlm_auth {
        wait = yes
        program = "/usr/bin/ntlm_auth --request-nt-key --domain=MYDOMAIN
--username=%{mschap:User-Name} --password=%{User-Password}"
        input_pairs = "request"
        shell_escape = 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 = "md5"
        timer_expire = 60
        ignore_unknown_eap_types = no
        cisco_accounting_username_bug = no
        max_sessions = 2048
  }
 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"
        make_cert_command = "/etc/raddb/certs/bootstrap"
    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: 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 192.168.30.1 port 1160, id=0,
length=226
        Message-Authenticator = 0x23034f1c4e3f45f152d1c4fb279f8f73
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message =
0x0200001901686f6c6d6573406e7566662e6f782e61632e756b
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 0 length 25
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.
Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] EAP Identity
[eap] processing type md5
rlm_eap_md5: Issuing Challenge
++[eap] returns handled
Sending Access-Challenge of id 0 to 192.168.30.1 port 1160
        EAP-Message = 0x0101001604100d3dfd867b801639e3c581bfcdcfaf13
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x6937ee236936ea7140d04af0873965b7
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1160, id=1,
length=225
        Message-Authenticator = 0x6cca649f78174a259d2c601dd67257ed
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0x6937ee236936ea7140d04af0873965b7
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message = 0x020100060319
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 1 length 6
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.
Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP NAK
[eap] EAP-NAK asked for EAP-Type/peap
[eap] processing type tls
[tls] Initiate
[tls] Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 1 to 192.168.30.1 port 1160
        EAP-Message = 0x010200061920
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x6937ee236835f77140d04af0873965b7
Finished request 1.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1160, id=2,
length=355
        Message-Authenticator = 0x5736800352fb2d51bdf61a2734312f8a
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0x6937ee236835f77140d04af0873965b7
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message =
0x0202008819800000007e16030100790100007503014cb45b46608d363ac5c8d26e33dd
43898b655a06cfdf1574be1a913ac88c202300003ac00ac009c007c008c013c014c011c0
12c004c005c002c003c00ec00fc00cc00d002f000500040035000a000900030008003300
3900160015001401000012000a00080006001700180019000b00020100
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 2 length 136
[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 126
[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 0079], ClientHello
[peap]     TLS_accept: SSLv3 read client hello A
[peap] >>> TLS 1.0 Handshake [length 002a], 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 2 to 192.168.30.1 port 1160
        EAP-Message =
0x0103040019c00000089b160301002a0200002603014cb45afd189372e4b4f769dceeb3
dd3b4c12aae9755f82d1f38514c1fbc92a4b00002f00160301085e0b00085a0008570003
a6308203a23082028aa003020102020101300d06092a864886f70d010104050030819331
0b3009060355040613024652310f300d0603550408130652616469757331123010060355
04071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e
3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d3126
30240603550403131d4578616d706c6520436572746966696361746520417574686f7269
7479
        EAP-Message =
0x301e170d3130313030383038303330305a170d3131313030383038303330305a307c31
0b3009060355040613024652310f300d0603550408130652616469757331153013060355
040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c652053
65727665722043657274696669636174653120301e06092a864886f70d01090116116164
6d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382
010f003082010a0282010100a54b5f62df88fd8c40af44e08894fc03b93b4fe3398e73bd
9a4b2523201ee5ca8ea4cde0baf8f2145206b0d5080cfd9d3ebb78c5769244e940fbb4b4
785e
        EAP-Message =
0x2bbc2468354892e36418dc2438870e708d32b65a26bb0189ed92bb0b2e73aa54949a3a
e224a8813d4b0584a27f46d87b47e16418fba9f4349f1c111b39964d336a09552febc297
7f17c4006e7c407b3dee162ac726a396d32a635358c1354cd988d9a57368f38fb5f1cf85
f3a86845c72cda61e75d17f81a997b2b18a354b8ffef04cbba6eecb2c9c8f1f630fb8be7
72036396f2965da709763c59897784eeb39c2a3937d76cedd84eced714c47e6528c7f7db
164fe5980cac38a27b3884953084810203010001a317301530130603551d25040c300a06
082b06010505070301300d06092a864886f70d0101040500038201010024d7663b23e20e
a49c
        EAP-Message =
0x2c40f762adbbf7dac736a1afce560919ac0dd9bc564c992caf1de58aa446b33dd07f66
22c247844c194d6d7e6f88170933cd5a6c452969c9120eaf6d41ff573c7892297065c2e8
551b37a72efa6d221b5db3f510beef81a05466f7715041b43469e9abb93d90b0d5083c5a
91406fddd1693f5cfea9b8d421848f5ddc75efe21dfcf81e27434e5a3b471096d7a1717a
4261eb0330387818e9672f160ea63320bfa39d485e99a422eb7295c08a90e8cc945cd595
5649a636c6ddf55062cb2de6b330c211d11b397bffb58d4cb638a7b521e003d4698d1680
6040fc7a97f066bd74ec706041ad3304b7f8c721f9c6dba1ce69b41c66c190750004ab30
8204
        EAP-Message = 0xa73082038fa0030201020209
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x6937ee236b34f77140d04af0873965b7
Finished request 2.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1160, id=3,
length=225
        Message-Authenticator = 0x2576586942c102d3255acbf7f9e7551e
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0x6937ee236b34f77140d04af0873965b7
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message = 0x020300061900
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[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 3 to 192.168.30.1 port 1160
        EAP-Message =
0x010403fc194000a47119ce17378229300d06092a864886f70d0101050500308193310b
3009060355040613024652310f300d060355040813065261646975733112301006035504
071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e31
20301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630
240603550403131d4578616d706c6520436572746966696361746520417574686f726974
79301e170d3130313030383038303330305a170d3131313030383038303330305a308193
310b3009060355040613024652310f300d06035504081306526164697573311230100603
5504
        EAP-Message =
0x071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e
3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d3126
30240603550403131d4578616d706c6520436572746966696361746520417574686f7269
747930820122300d06092a864886f70d01010105000382010f003082010a0282010100a9
1f6a34ac1dca5dcf80c8eeb8a2375dee9f7a33ae057cf0ba81d4ce7930c2029b72641603
2bfe97cb9adef0813f16202666f9fb92092720fd76c0f467c4b3fea50aa22a92e70b771e
ced4d91dd659f1c8e9d33bce65a2c0372befe5544ea3ddefc67d135d2bc7a9987ea470bd
01d7
        EAP-Message =
0xdf79e0fa3c90185057a35624c09b40c2f01889fef159ae567190869e1ad449c5853497
7edfd31d2432471a73460429821c3b32f2a6bcf17afed6c709354032dbd172ea5b69f127
3b3ee5a92195999f52567d55cef4ccf64ae63999c5bbd6e1edb6e1c0c8b5b1badda1dbd8
f59550824aa6bb08b3e4161a2226beff4dcff7868f413dab72bd3d294ddab63facc03bec
ee630203010001a381fb3081f8301d0603551d0e041604140ebb1810e4029362b0d95e2d
c4b7e6b8a0ffd1eb3081c80603551d230481c03081bd80140ebb1810e4029362b0d95e2d
c4b7e6b8a0ffd1eba18199a48196308193310b3009060355040613024652310f300d0603
5504
        EAP-Message =
0x0813065261646975733112301006035504071309536f6d657768657265311530130603
55040a130c4578616d706c6520496e632e3120301e06092a864886f70d01090116116164
6d696e406578616d706c652e636f6d312630240603550403131d4578616d706c65204365
72746966696361746520417574686f72697479820900a47119ce17378229300c0603551d
13040530030101ff300d06092a864886f70d01010505000382010100990aa4f637ef2cf9
c4e408e3320971661d72852178457650e03fad1ae4d4fa01c05d0b30c777c702ecf0b3f3
7b2bd1e1064ce353ac4e70f6bc5745d30fef61c872f3b4c088ab376f04e287526e99b027
de00
        EAP-Message = 0x1829b09aaa230ef9
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x6937ee236a33f77140d04af0873965b7
Finished request 3.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1160, id=4,
length=225
        Message-Authenticator = 0x6f2d1194ed5104fbddac935348770d23
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0x6937ee236a33f77140d04af0873965b7
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message = 0x020400061900
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 4 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 4 to 192.168.30.1 port 1160
        EAP-Message =
0x010500b519003302ce0e0fc291a6d96b7d48ee73196ba6bd4dc1f482f212668469e57b
39e7a43b8911798e16f4d667a4133677ef3b262a0cefa7bb3a2f93fc41a553e1ff1d42df
892e8febb86910e1836ecf18128eb24e23608b9e4e7ffb71cfd48da75a5b417362db9b37
5e21f7384816cdd5779000d167455a927c243356a8c2485489283a74d948616dfe29804d
a6c776fbef1237bfd67629668ac63328df37a16e53695de443b288c87e16030100040e00
0000
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x6937ee236d32f77140d04af0873965b7
Finished request 4.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1160, id=5,
length=557
        Message-Authenticator = 0x3646336058803ed4629d9489a5a2024e
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0x6937ee236d32f77140d04af0873965b7
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message =
0x02050150198000000146160301010610000102010008d8bd49ab6625b5af898ffcb603
88542832c73a5c0b6ae8e5b2e80044077cffec863406332408828820fb844c050be02f67
e7d78887119e784add3135b7fe7d5c6651151cfe6b567d394ff6605656a7efa5b051af51
13db31813e6f2b57b293a07f72f29510821d1a6671f1d64ef88eb7ece4366e88eb740bb5
0c9e5f6518cdc64a7abac1bce332bbf542367c676c61ac7d85ca62b28685b06d8e6d91bb
118ddb7f59fd934885d52e026b4b4372a2a2fdaa03b92149d5daa6a86c067a9ef42ed73b
8eb5290ba381395a6138d438c43600607fe678e5d0d206c7ab166d8868e17012174c9730
1176
        EAP-Message =
0xdd352cb41686de425e8514b1a9b629f01e4117775e2a754f1403010001011603010030
7cc4d403526e0aa85b56c969bea377bd4c2c1518f91751664bd178ced86e29fbb1109030
b638d768e118d710e5e29ba4
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 5 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 5 to 192.168.30.1 port 1160
        EAP-Message =
0x01060041190014030100010116030100300ce01663c1ce145d63c96447d3d07cf68e95
c24295d97affe9bc36864795bdb88e70c74afb4355ff222162b72c963dcd
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x6937ee236c31f77140d04af0873965b7
Finished request 5.
Going to the next request
Waking up in 4.7 seconds.
Cleaning up request 0 ID 0 with timestamp +5
Cleaning up request 1 ID 1 with timestamp +5
Cleaning up request 2 ID 2 with timestamp +5
Cleaning up request 3 ID 3 with timestamp +5
Cleaning up request 4 ID 4 with timestamp +5
Cleaning up request 5 ID 5 with timestamp +5
Ready to process requests.
rad_recv: Access-Request packet from host 192.168.30.1 port 1162, id=0,
length=226
        Message-Authenticator = 0x14baebdd1574b1ac2231ae94c3cf4706
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message =
0x0200001901686f6c6d6573406e7566662e6f782e61632e756b
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 0 length 25
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.
Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] EAP Identity
[eap] processing type md5
rlm_eap_md5: Issuing Challenge
++[eap] returns handled
Sending Access-Challenge of id 0 to 192.168.30.1 port 1162
        EAP-Message = 0x0101001604102922a8dc5552088852ca5c41f1c42f06
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xbc7efc4cbc7ff83c4bf33c60bc849290
Finished request 6.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1162, id=1,
length=225
        Message-Authenticator = 0xc2a17c9f5948eec45c5759a39cfa444c
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0xbc7efc4cbc7ff83c4bf33c60bc849290
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message = 0x020100060319
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 1 length 6
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.
Authentication may fail because of this.
++[pap] returns noop
Found Auth-Type = EAP
+- entering group authenticate {...}
[eap] Request found, released from the list
[eap] EAP NAK
[eap] EAP-NAK asked for EAP-Type/peap
[eap] processing type tls
[tls] Initiate
[tls] Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 1 to 192.168.30.1 port 1162
        EAP-Message = 0x010200061920
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xbc7efc4cbd7ce53c4bf33c60bc849290
Finished request 7.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1162, id=2,
length=355
        Message-Authenticator = 0x18edcd6024ca02642f216f90a64303fd
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0xbc7efc4cbd7ce53c4bf33c60bc849290
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message =
0x0202008819800000007e16030100790100007503014cb45b53574671267b35847b4edc
bfd00fcb35f11867fa6fa24c9d9642f0079e00003ac00ac009c007c008c013c014c011c0
12c004c005c002c003c00ec00fc00cc00d002f000500040035000a000900030008003300
3900160015001401000012000a00080006001700180019000b00020100
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 2 length 136
[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 126
[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 0079], ClientHello
[peap]     TLS_accept: SSLv3 read client hello A
[peap] >>> TLS 1.0 Handshake [length 002a], 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 2 to 192.168.30.1 port 1162
        EAP-Message =
0x0103040019c00000089b160301002a0200002603014cb45b0a96b3f24de22ab96beb85
391d297e50327f2de5aa54651481a8fca31700002f00160301085e0b00085a0008570003
a6308203a23082028aa003020102020101300d06092a864886f70d010104050030819331
0b3009060355040613024652310f300d0603550408130652616469757331123010060355
04071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e
3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d3126
30240603550403131d4578616d706c6520436572746966696361746520417574686f7269
7479
        EAP-Message =
0x301e170d3130313030383038303330305a170d3131313030383038303330305a307c31
0b3009060355040613024652310f300d0603550408130652616469757331153013060355
040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c652053
65727665722043657274696669636174653120301e06092a864886f70d01090116116164
6d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382
010f003082010a0282010100a54b5f62df88fd8c40af44e08894fc03b93b4fe3398e73bd
9a4b2523201ee5ca8ea4cde0baf8f2145206b0d5080cfd9d3ebb78c5769244e940fbb4b4
785e
        EAP-Message =
0x2bbc2468354892e36418dc2438870e708d32b65a26bb0189ed92bb0b2e73aa54949a3a
e224a8813d4b0584a27f46d87b47e16418fba9f4349f1c111b39964d336a09552febc297
7f17c4006e7c407b3dee162ac726a396d32a635358c1354cd988d9a57368f38fb5f1cf85
f3a86845c72cda61e75d17f81a997b2b18a354b8ffef04cbba6eecb2c9c8f1f630fb8be7
72036396f2965da709763c59897784eeb39c2a3937d76cedd84eced714c47e6528c7f7db
164fe5980cac38a27b3884953084810203010001a317301530130603551d25040c300a06
082b06010505070301300d06092a864886f70d0101040500038201010024d7663b23e20e
a49c
        EAP-Message =
0x2c40f762adbbf7dac736a1afce560919ac0dd9bc564c992caf1de58aa446b33dd07f66
22c247844c194d6d7e6f88170933cd5a6c452969c9120eaf6d41ff573c7892297065c2e8
551b37a72efa6d221b5db3f510beef81a05466f7715041b43469e9abb93d90b0d5083c5a
91406fddd1693f5cfea9b8d421848f5ddc75efe21dfcf81e27434e5a3b471096d7a1717a
4261eb0330387818e9672f160ea63320bfa39d485e99a422eb7295c08a90e8cc945cd595
5649a636c6ddf55062cb2de6b330c211d11b397bffb58d4cb638a7b521e003d4698d1680
6040fc7a97f066bd74ec706041ad3304b7f8c721f9c6dba1ce69b41c66c190750004ab30
8204
        EAP-Message = 0xa73082038fa0030201020209
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xbc7efc4cbe7de53c4bf33c60bc849290
Finished request 8.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1162, id=3,
length=225
        Message-Authenticator = 0xd4fa27a8f72667781057ca14f3ab7325
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0xbc7efc4cbe7de53c4bf33c60bc849290
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message = 0x020300061900
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[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 3 to 192.168.30.1 port 1162
        EAP-Message =
0x010403fc194000a47119ce17378229300d06092a864886f70d0101050500308193310b
3009060355040613024652310f300d060355040813065261646975733112301006035504
071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e31
20301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630
240603550403131d4578616d706c6520436572746966696361746520417574686f726974
79301e170d3130313030383038303330305a170d3131313030383038303330305a308193
310b3009060355040613024652310f300d06035504081306526164697573311230100603
5504
        EAP-Message =
0x071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e
3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d3126
30240603550403131d4578616d706c6520436572746966696361746520417574686f7269
747930820122300d06092a864886f70d01010105000382010f003082010a0282010100a9
1f6a34ac1dca5dcf80c8eeb8a2375dee9f7a33ae057cf0ba81d4ce7930c2029b72641603
2bfe97cb9adef0813f16202666f9fb92092720fd76c0f467c4b3fea50aa22a92e70b771e
ced4d91dd659f1c8e9d33bce65a2c0372befe5544ea3ddefc67d135d2bc7a9987ea470bd
01d7
        EAP-Message =
0xdf79e0fa3c90185057a35624c09b40c2f01889fef159ae567190869e1ad449c5853497
7edfd31d2432471a73460429821c3b32f2a6bcf17afed6c709354032dbd172ea5b69f127
3b3ee5a92195999f52567d55cef4ccf64ae63999c5bbd6e1edb6e1c0c8b5b1badda1dbd8
f59550824aa6bb08b3e4161a2226beff4dcff7868f413dab72bd3d294ddab63facc03bec
ee630203010001a381fb3081f8301d0603551d0e041604140ebb1810e4029362b0d95e2d
c4b7e6b8a0ffd1eb3081c80603551d230481c03081bd80140ebb1810e4029362b0d95e2d
c4b7e6b8a0ffd1eba18199a48196308193310b3009060355040613024652310f300d0603
5504
        EAP-Message =
0x0813065261646975733112301006035504071309536f6d657768657265311530130603
55040a130c4578616d706c6520496e632e3120301e06092a864886f70d01090116116164
6d696e406578616d706c652e636f6d312630240603550403131d4578616d706c65204365
72746966696361746520417574686f72697479820900a47119ce17378229300c0603551d
13040530030101ff300d06092a864886f70d01010505000382010100990aa4f637ef2cf9
c4e408e3320971661d72852178457650e03fad1ae4d4fa01c05d0b30c777c702ecf0b3f3
7b2bd1e1064ce353ac4e70f6bc5745d30fef61c872f3b4c088ab376f04e287526e99b027
de00
        EAP-Message = 0x1829b09aaa230ef9
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xbc7efc4cbf7ae53c4bf33c60bc849290
Finished request 9.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1162, id=4,
length=225
        Message-Authenticator = 0x453af3751e3ce2f19be665f372db070d
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0xbc7efc4cbf7ae53c4bf33c60bc849290
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message = 0x020400061900
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 4 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 4 to 192.168.30.1 port 1162
        EAP-Message =
0x010500b519003302ce0e0fc291a6d96b7d48ee73196ba6bd4dc1f482f212668469e57b
39e7a43b8911798e16f4d667a4133677ef3b262a0cefa7bb3a2f93fc41a553e1ff1d42df
892e8febb86910e1836ecf18128eb24e23608b9e4e7ffb71cfd48da75a5b417362db9b37
5e21f7384816cdd5779000d167455a927c243356a8c2485489283a74d948616dfe29804d
a6c776fbef1237bfd67629668ac63328df37a16e53695de443b288c87e16030100040e00
0000
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xbc7efc4cb87be53c4bf33c60bc849290
Finished request 10.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.30.1 port 1162, id=5,
length=557
        Message-Authenticator = 0xcf284b18d28ce752c4a6ffb4e0bae462
        Service-Type = Framed-User
        User-Name = "testuser at mydomain.ox.ac.uk"
        Framed-MTU = 1488
        State = 0xbc7efc4cb87be53c4bf33c60bc849290
        Called-Station-Id = "00-24-73-54-22-C2:Nuffield-WLAN"
        Calling-Station-Id = "40-D3-2D-7D-BA-D3"
        NAS-Identifier = "Wireless AP - I6"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 54Mbps 802.11g"
        EAP-Message =
0x02050150198000000146160301010610000102010078beb227630c5b2e487fcbbd6bda
b24a723044fa0dd43697220ed4ddba06f38e63656f73ca8824fd03ac59115cd22ceceb16
bba6ebfaaedb51867ea74223dd3f592fe567a9c33e5d39ec12d24692a22f8dcb09cdbe23
ca5258dc49ea0a70601f634970cfbcea983370f71b9bceb4849d92d01ddb5827eeacdf3d
95ee109e48477d373257fa8b97689bd4428379187b41c75429b02efb846eb9d5506860c8
de5fe3919676af5ecb54330ae57feeae55366a38d1237b865c3d82a2944ba6f4e701e1f2
776561a54238086db8359a63dbba89e2d073467db2a91188fe77534c903b207939de6646
fecf
        EAP-Message =
0xca7e829ea010e9d664e7c3e8b22af4c5fa52a2ede114d4361403010001011603010030
82a7be7954291d4b5bf4735bb7757cbed2bd3086b51787f2870687d805cb7cf95090372f
84d310b781705367239e2fa2
        NAS-IP-Address = 192.168.30.1
        NAS-Port = 1
        NAS-Port-Id = "STA port # 1"
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "mydomain.ox.ac.uk" for User-Name =
"testuser at mydomain.ox.ac.uk"
[suffix] Found realm "mydomain.ox.ac.uk"
[suffix] Adding Stripped-User-Name = "testuser"
[suffix] Adding Realm = "mydomain.ox.ac.uk"
[suffix] Authentication realm is LOCAL.
++[suffix] returns ok
[eap] EAP packet type response id 5 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 5 to 192.168.30.1 port 1162
        EAP-Message =
0x0106004119001403010001011603010030f615a58846d51361b77eab5683e34a0a744f
3af094b2c5478a0a1042f89c4f48d3f71abaae4bd259922300d95ae0bfb4
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xbc7efc4cb978e53c4bf33c60bc849290
Finished request 11.
Going to the next request
Waking up in 4.7 seconds.
Cleaning up request 6 ID 0 with timestamp +18
Cleaning up request 7 ID 1 with timestamp +18
Cleaning up request 8 ID 2 with timestamp +18
Cleaning up request 9 ID 3 with timestamp +18
Cleaning up request 10 ID 4 with timestamp +18
Cleaning up request 11 ID 5 with timestamp +19
Ready to process requests.

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

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




More information about the Freeradius-Users mailing list