OK here are the logs from the latest test. As you will see the password is
stored in cleartext, but still no dice













-----Original Message-----
From: freeradius-users-bounces+midnightsteel=msn....@lists.freeradius.org
[mailto:freeradius-users-bounces+midnightsteel=msn....@lists.freeradius.org]
On Behalf Of John Dennis
Sent: Wednesday, October 27, 2010 8:54 PM
To: FreeRadius users mailing list
Subject: Re: Wireless WPA2 enterprise Radius authentication

On 10/27/2010 07:56 PM, Maurice James wrote:
> I will give it another try. I've been trying to the last hour to get 
> the clear text password policy to stick to a user. Every time I run 
> the radius debug I see hashed value passed from LDAP. I have to search 
> online for the instructions on how to get 389-ds server to use clear 
> text. Thanks for all the help and advice all. This is one of the most 
> responsive lists that I have ever been a member of

389-ds has most all the features I mentioned. The Administrators Guide is
your friend.

389-ds doc can be found here:

http://directory.fedoraproject.org/wiki/Documentation#389_Documentation

The Administrators Guide can be found here:

http://www.redhat.com/docs/manuals/dir-server

--
John Dennis <jden...@redhat.com>

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

Reply via email to