FreeRadius 2.1.1 - OpenLDAP + NT hash + PEAP

CJ O isodge at hotmail.com
Wed Nov 12 23:19:10 CET 2008


Good Afternoon -  I've read through a lot of threads and documents and have piced information together, however I am still having issues. We are running an OpenLDAP with the passwords encrypted. I know that PEAP requires the clear text password to be stored in the LDAP Server, however, I've read also that as long as FreeRadius can get the NTLM Password from LDAP PEAP should work. We have also created a custom attribute call ntPasswd that hold the NTLM Hash of the users password. I have configured FreeRadius to authenicate to the LDAP server and set the password_attribute = ntPasswd. In the ldap.attrmap I've added to entries checkItem LM-Password ntPasswd and checkItem NT-Password ntPasswd.  In eap.conf i've set default_eap_type = peap In site-enable/default under authorize I've uncommented ldap.  The issue i am having is FreeRadius is not comparing the client password to the NT hash. Any help would be great. 
 Thanks CJ ---- Debug ----
 
freeradius1:/usr/local/etc/raddb# radiusd -Xf
FreeRADIUS Version 2.1.1, for host i686-pc-linux-gnu, built on Nov  7 2008 at 07:17:14
Copyright (C) 1999-2008 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 /usr/local/etc/raddb/radiusd.conf
including configuration file /usr/local/etc/raddb/proxy.conf
including configuration file /usr/local/etc/raddb/clients.conf
including files in directory /usr/local/etc/raddb/modules/
including configuration file /usr/local/etc/raddb/modules/detail.example.com
including configuration file /usr/local/etc/raddb/modules/mac2vlan
including configuration file /usr/local/etc/raddb/modules/files
including configuration file /usr/local/etc/raddb/modules/counter
including configuration file /usr/local/etc/raddb/modules/chap
including configuration file /usr/local/etc/raddb/modules/attr_filter
including configuration file /usr/local/etc/raddb/modules/sradutmp
including configuration file /usr/local/etc/raddb/modules/inner-eap
including configuration file /usr/local/etc/raddb/modules/always
including configuration file /usr/local/etc/raddb/modules/linelog
including configuration file /usr/local/etc/raddb/modules/policy
including configuration file /usr/local/etc/raddb/modules/etc_group
including configuration file /usr/local/etc/raddb/modules/echo
including configuration file /usr/local/etc/raddb/modules/detail.log
including configuration file /usr/local/etc/raddb/modules/expr
including configuration file /usr/local/etc/raddb/modules/ippool
including configuration file /usr/local/etc/raddb/modules/realm
including configuration file /usr/local/etc/raddb/modules/unix
including configuration file /usr/local/etc/raddb/modules/pam
including configuration file /usr/local/etc/raddb/modules/smbpasswd
including configuration file /usr/local/etc/raddb/modules/mschap
including configuration file /usr/local/etc/raddb/modules/krb5
including configuration file /usr/local/etc/raddb/modules/expiration
including configuration file /usr/local/etc/raddb/modules/sql_log
including configuration file /usr/local/etc/raddb/modules/detail
including configuration file /usr/local/etc/raddb/modules/ldap
including configuration file /usr/local/etc/raddb/modules/mac2ip
including configuration file /usr/local/etc/raddb/modules/radutmp
including configuration file /usr/local/etc/raddb/modules/digest
including configuration file /usr/local/etc/raddb/modules/exec
including configuration file /usr/local/etc/raddb/modules/preprocess
including configuration file /usr/local/etc/raddb/modules/passwd
including configuration file /usr/local/etc/raddb/modules/logintime
including configuration file /usr/local/etc/raddb/modules/pap
including configuration file /usr/local/etc/raddb/modules/wimax
including configuration file /usr/local/etc/raddb/modules/acct_unique
including configuration file /usr/local/etc/raddb/modules/checkval
including configuration file /usr/local/etc/raddb/modules/attr_rewrite
including configuration file /usr/local/etc/raddb/eap.conf
including configuration file /usr/local/etc/raddb/sql.conf
including configuration file /usr/local/etc/raddb/sql/mysql/dialup.conf
including configuration file /usr/local/etc/raddb/sql/mysql/counter.conf
including configuration file /usr/local/etc/raddb/policy.conf
including files in directory /usr/local/etc/raddb/sites-enabled/
including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel
including configuration file /usr/local/etc/raddb/sites-enabled/default
including dictionary file /usr/local/etc/raddb/dictionary
main {
	prefix = "/usr/local"
	localstatedir = "/usr/local/var"
	logdir = "/usr/local/var/log/radius"
	libdir = "/usr/local/lib"
	radacctdir = "/usr/local/var/log/radius/radacct"
	hostname_lookups = no
	max_request_time = 30
	cleanup_delay = 5
	max_requests = 1024
	allow_core_dumps = no
	pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
	checkrad = "/usr/local/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
 }
}
 client localhost {
	ipaddr = 127.0.0.1
	require_message_authenticator = no
	secret = "testing123"
	nastype = "other"
 }
 client x.x.7.0/24 {
	require_message_authenticator = no
	secret = "testing123"
	shortname = "private-network"
 }
client x.x.1.0/24 {
	require_message_authenticator = no
	secret = "testing123-1"
 }
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
	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
 }
 home_server_pool my_auth_failover {
	type = fail-over
	home_server = localhost
 }
 realm example.com {
	auth_pool = my_auth_failover
 }
 realm LOCAL {
 }
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
  }
 Module: Linked to module rlm_unix
 Module: Instantiating unix
  unix {
	radwtmp = "/usr/local/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 = 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 = "/usr/local/etc/raddb/certs/server.pem"
	certificate_file = "/usr/local/etc/raddb/certs/server.pem"
	CA_file = "/usr/local/etc/raddb/certs/ca.pem"
	private_key_password = "whatever"
	dh_file = "/usr/local/etc/raddb/certs/dh"
	random_file = "/usr/local/etc/raddb/certs/random"
	fragment_size = 1024
	include_length = yes
	check_crl = no
	cipher_list = "DEFAULT"
	make_cert_command = "/usr/local/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"
   }
 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 = "/usr/local/etc/raddb/users"
	acctusersfile = "/usr/local/etc/raddb/acct_users"
	preproxy_usersfile = "/usr/local/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 = "/usr/local/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 = "/usr/local/etc/raddb/attrs.access_reject"
	key = "%{User-Name}"
  }
 }
}
 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 = "/usr/local/etc/raddb/huntgroups"
	hints = "/usr/local/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: Linked to module rlm_ldap
 Module: Instantiating ldap
  ldap {
	server = "ldapserver"
	port = 389
	password = "password"
	identity = "uid=ServicesAccount_SSL-VPN,ou=specialaccts,dc=domain,dc=local"
	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=domain,dc=local"
	filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
	base_filter = "(objectclass=radiusprofile)"
	password_attribute = "ntPasswd"
	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 = "/usr/local/etc/raddb/ldap.attrmap"
	ldap_debug = 0
	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: Over-riding set_auth_type, as there is no module ldap listed in the "authenticate" section.
rlm_ldap: reading ldap<->radius mappings from file /usr/local/etc/raddb/ldap.attrmap
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 ntPasswd mapped to RADIUS LM-Password
rlm_ldap: LDAP ntPasswd mapped to RADIUS NT-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
conns: 0x817ec18
 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 = "/usr/local/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 = "/usr/local/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
 }
radiusd: #### Opening IP addresses and Ports ####
listen {
	type = "auth"
	ipaddr = *
	port = 0
}
listen {
	type = "acct"
	ipaddr = *
	port = 0
}
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on proxy address * port 1814
Ready to process requests.


rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=146, length=182
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x0202000e01636a206f6467657273
	Message-Authenticator = 0x5115809cec2f1d9801f53acadedc2d50
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 2 length 14
[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 testuser
[ldap] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[ldap] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=testuser)
[ldap] 	expand: dc=domain,dc=local -> dc=domain,dc=local
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to ldapserver:389, authentication 0
rlm_ldap: bind as uid=ServicesAccount_SSL-VPN,ou=specialaccts,dc=domain,dc=local/password to ldapserver:389
rlm_ldap: waiting for bind result ...
rlm_ldap: Bind was successful
rlm_ldap: performing search in dc=domain,dc=local, with filter (uid=testuser)
[ldap] Added User-Password = 777FC6CB013E74CAE115F5376AE1A402 in check items
[ldap] looking for check items in directory...
rlm_ldap: ntPasswd -> NT-Password == 0x3737374643364342303133453734434145313135463533373641453141343032
rlm_ldap: ntPasswd -> LM-Password == 0x3737374643364342303133453734434145313135463533373641453141343032
[ldap] looking for reply items in directory...
[ldap] user testuser authorized to use remote access
rlm_ldap: ldap_release_conn: Release Id: 0
++[ldap] returns ok
++[expiration] returns noop
++[logintime] returns noop
[pap] Normalizing NT-Password from hex encoding
[pap] Normalizing LM-Password from hex encoding
[pap] Found existing Auth-Type, not changing it.
++[pap] returns noop
Found Auth-Type = EAP
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!    Replacing User-Password in config items with Cleartext-Password.     !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Please update your configuration so that the "known good"               !!!
!!! clear text password is in Cleartext-Password, and not in User-Password. !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+- entering group authenticate {...}
[eap] EAP Identity
[eap] processing type tls
[tls] Initiate
[tls] Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 146 to x.x.x.10 port 32770
	EAP-Message = 0x010300061920
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec464dd1f53446e9c64b0f6714c5
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=147, length=306
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x0203007819800000006e1603010069010000650301491b506cf8589316c9c4ec629451add4aed16e217f5b40942e0b96a9e5169c8e000018002f00350005000ac009c00ac013c0140032003800130004010000240000000e000c000009636a206f6467657273000a00080006001700180019000b00020100
	State = 0x4dd2ec464dd1f53446e9c64b0f6714c5
	Message-Authenticator = 0xd9f599756a521bc57c987673caff8838
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 3 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 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 147 to x.x.x.10 port 32770
	EAP-Message = 0x0104040019c00000089b160301002a02000026030149171bb920b3e4aa78d0f447a37fdd9467d33405be4dd956864dc1df4dfbca2c00002f00160301085e0b00085a0008570003a6308203a23082028aa003020102020101300d06092a864886f70d0101040500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479
	EAP-Message = 0x301e170d3038313130393133343034355a170d3039313130393133343034355a307c310b3009060355040613024652310f300d0603550408130652616469757331153013060355040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c65205365727665722043657274696669636174653120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100ac04456eabd6a392ebc05b08595c5176c2c180508b8a9836f6e69afe4953259d55cea6452a8f03ccf7a03f33c1d6a808314b983a24dda9b5a31c6cf52a82
	EAP-Message = 0xbe920117f4daa011d8434824bd4c6c8fc16501ba7112cfd5ec4cb245e41315e4853daff604ff69aa063e7671bc6cfe5ba7ba40cda02c09a96f49676a8ca97c615d2744cbc7f7eabd3489766d694d410900d55fc5f8056e50c5bed4925894958e74ef370e1a6f6744665e0a07b409e5b1b539f41992e5b7250e0267a418a5201f3d44aafa4884dcedb4d62cdcfd26b6c9348ab2386caa6ea2899f1363462e51ba1dade23a6eb83fbd5f5b1fe54a2395d8afaa1204bab356c0704a426a8e3dc209cbe90203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d0101040500038201010069e5a8b949283ae317
	EAP-Message = 0x7a612c5a45704d1c7978c4fcd65fc208d744ccf7ef417c4b45ea3aab5d970afa22191e080534f6f407e5046158b15e301fa9e8cc1413b5cc1278ba1b5543eba8379cbf0450987ce608ffc07fb89f913e039bf785cc7e6d7d74f300645ee6b7c6a684d30134de8e515cd5b9d4c3bfbf8f98984a71d9ee931e985429d6106758f2965ba278dbae2eb1431cf45c91935bf213d915a9ab043c53b38f531c4eb3576add768f6debc13dffa73d828f66879d26c1ff4706b15514c4f720d6d5de839d3c35c7b3ea3baf27f2bad79c19bc8f41eec6f1dee9ba9ee4ed6363f4cda892424ff6090467d1ce17f484a1b5f75f84e028fe2d4312d677db0004ab308204
	EAP-Message = 0xa73082038fa0030201020209
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec464cd6f53446e9c64b0f6714c5
Finished request 1.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=148, length=192
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x020400061900
	State = 0x4dd2ec464cd6f53446e9c64b0f6714c5
	Message-Authenticator = 0x61db949d689e1dd395d364b75296c414
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[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 148 to x.x.x.10 port 32770
	EAP-Message = 0x010503fc19400082616c3e6bea4cca300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479301e170d3038313130393133343034355a170d3038313230393133343034355a308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504
	EAP-Message = 0x071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747930820122300d06092a864886f70d01010105000382010f003082010a0282010100a8b9be6302fea237a9db89315baf9fe88608dad5eb1cdf05c7d574d480146f424cfd104bcde2661bc6e684498b8cfcdfc90a13b22d3fdd0a7e825b80fb4860057a1e53bfa9f10bb39fb3234e4147d4fb6ef4cf54764173463282fbdd41e989d82d9062fb2080f3d2d1a80203746e99
	EAP-Message = 0x045d2648f95a3bdbe99b6a8a9b6daf773e77dfead7fb81196a3f9dd312f801ac8db78ac53295011279a3a28a9dc20728249244acdbc5b098f41cfd1b9a789702deebd1f93f816b12210a4d9189589413dec4f015b496923bb100bc4776d5b6efc638c0ae8ebae899c09ca48095a338fc145e0f289753be1474ade1dd5c9974359dc7e4473204b987ff08bb67db1d4fa8d10203010001a381fb3081f8301d0603551d0e04160414842dd8dd402be91d615d3e8cdb3fa3a8d3b4fb763081c80603551d230481c03081bd8014842dd8dd402be91d615d3e8cdb3fa3a8d3b4fb76a18199a48196308193310b3009060355040613024652310f300d06035504
	EAP-Message = 0x0813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747982090082616c3e6bea4cca300c0603551d13040530030101ff300d06092a864886f70d010105050003820101000a98e501e8a6a2ab13419d7aefcaf6d7aeabb110642869087c81e769644f44cc1759786a3d3ef54b9eab9435ca48a037e8da5b7822ca6f2c15575dd71ee65c40238d3a7a2cfc3a75369e2d310a7c5a12bc80
	EAP-Message = 0x8a5b958e645e5248
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec464fd7f53446e9c64b0f6714c5
Finished request 2.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=149, length=192
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x020500061900
	State = 0x4dd2ec464fd7f53446e9c64b0f6714c5
	Message-Authenticator = 0xcfa7268a0b8b3761fa470881b918902a
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", 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 fragment handler
[peap] eaptls_verify returned 1 
[peap] eaptls_process returned 13 
[peap] EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 149 to x.x.x.10 port 32770
	EAP-Message = 0x010600b51900c7568c10dda20d80a7734d1001d6c0c31f7726e896e8e9660871d0e12431943bfca086adcb5d20e845fcf93a03ea8b063f6d67ee257c9af247b723851c04e2a190b9d1d03a6e9d5e72b1fe6d3bbe2432ead72e92d740011ea1c25f269959ede0598cd754f9ea0b2ba88bf2e093aaf31eca3090af17efe3d772557ad4905fbdf39304683dcbb7c4e9a4ee77a4f1c1c2a2a192a306803a31230649cdc0f625ba7ead658149867c16030100040e000000
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec464ed4f53446e9c64b0f6714c5
Finished request 3.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=150, length=524
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x02060150198000000146160301010610000102010095f908c4192a49a20125bf84202665dfade115fecfa2f6532474097eea7ddbe18f16e40a5e3d5680a1ccc3c26a62029fd522914013fe1cc162dd420c23ea31ed47213b8a1cd8ce4191760613bbc876d0d6dd6cdc7451b3136f8789d63a51ba8f1df4ee8569323e57c0fdead083ac462764cfe00b3c8ddac90ba7bcd344cd9a454a6c8916277e23fe654e78d676273f924dcf52c44f0e0c61976dee8e65c6371772f833c3335a58b289cb46a108aa5ec6814faabdf73a5b667beca4c3b13286285933523e76068e21283d76761910ce0e79db0434a7fdf02cc6225fd002741181585418ab81c84443
	EAP-Message = 0x0ee966f41c7c63228c22068b3679bd502d70b313028342831403010001011603010030b4ba684f5634d66724c68b2f7556438a688cf347efd44b5de6246e23b8df8bb164e2ca9cd80064a6021b612c63e96c7e
	State = 0x4dd2ec464ed4f53446e9c64b0f6714c5
	Message-Authenticator = 0x7879b64f2c6f82355d5c4b2dd85a17c8
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 6 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 150 to x.x.x.10 port 32770
	EAP-Message = 0x0107004119001403010001011603010030bd79c342cd95f54dfdbca3369c0b2fad215dab91aa1d0c3a0848ebb465a3ab4aac928bf10f068caeda68aa0e3aac98b1
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec4649d5f53446e9c64b0f6714c5
Finished request 4.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=151, length=192
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x020700061900
	State = 0x4dd2ec4649d5f53446e9c64b0f6714c5
	Message-Authenticator = 0x6f4573d07e368ab714706c6e96d91112
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 7 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 151 to x.x.x.10 port 32770
	EAP-Message = 0x0108002b190017030100202e2c2752b63fc9fd5a697def2700812ad18b3d64accf2b5045db9b8ad7610364
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec4648daf53446e9c64b0f6714c5
Finished request 5.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=152, length=229
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x0208002b19001703010020af176d96934ad8cbb0e937a77911d4ace8aa4b56ae403eb5fab8a07547838c6e
	State = 0x4dd2ec4648daf53446e9c64b0f6714c5
	Message-Authenticator = 0x6622ef250f7059a7d9f94d2ff0e79460
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", 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] Identity - testuser
[peap] Got tunnled request
	EAP-Message = 0x0208000e01636a206f6467657273
server (null) {
  PEAP: Got tunneled identity of testuser
  PEAP: Setting default EAP type for tunneled EAP session.
  PEAP: Setting User-Name to testuser
Sending tunneled request
	EAP-Message = 0x0208000e01636a206f6467657273
	FreeRADIUS-Proxied-To = 127.0.0.1
	User-Name = "testuser"
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 8 length 14
[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 = 0x010900231a0109001e10574b260e0da246f24e07c78041ab5eab636a206f6467657273
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x133ac6de1333dc16b91cf378e66ac041
[peap] Got tunneled reply RADIUS code 11
	EAP-Message = 0x010900231a0109001e10574b260e0da246f24e07c78041ab5eab636a206f6467657273
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x133ac6de1333dc16b91cf378e66ac041
[peap] Got tunneled Access-Challenge
++[eap] returns handled
Sending Access-Challenge of id 152 to x.x.x.10 port 32770
	EAP-Message = 0x0109004b19001703010040d6d1a2c86336f438eba3d74bfb8d6d6e0b8d7a3485810bd6e94c0c0babfa40d608eef8171dd5ad218e87600a0edd7d17d171b56a565d9dc08c53b885889eb181
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec464bdbf53446e9c64b0f6714c5
Finished request 6.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=153, length=293
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x0209006b1900170301006004a5d7bfa6160831bc3a9ffb1dad4ab15ff0f4ea416409d7a020d8186503bfe3662d1136007d7e15f1a6aefa6870bd27e6316cadb8a50230786fdb59d42cebf834fd3980e455b47a4c8af55ccfbd4c778d4c27407c5847dfcbf6445ca84f2964
	State = 0x4dd2ec464bdbf53446e9c64b0f6714c5
	Message-Authenticator = 0x266718b04858a96eaa6f2b6122e9222a
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 9 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 tunnled request
	EAP-Message = 0x020900441a0209003f31106f8244e95d9958a6b979a3f28868dd0000000000000000d660654d859f4207dfe7b2bb26ae66e4eb3eed1b3e9a3e2600636a206f6467657273
server (null) {
  PEAP: Setting User-Name to testuser
Sending tunneled request
	EAP-Message = 0x020900441a0209003f31106f8244e95d9958a6b979a3f28868dd0000000000000000d660654d859f4207dfe7b2bb26ae66e4eb3eed1b3e9a3e2600636a206f6467657273
	FreeRADIUS-Proxied-To = 127.0.0.1
	User-Name = "testuser"
	State = 0x133ac6de1333dc16b91cf378e66ac041
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 9 length 68
[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 testuser 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.
} # server inner-tunnel
[peap] Got tunneled reply code 3
	MS-CHAP-Error = "\tE=691 R=1"
	EAP-Message = 0x04090004
	Message-Authenticator = 0x00000000000000000000000000000000
[peap] Got tunneled reply RADIUS code 3
	MS-CHAP-Error = "\tE=691 R=1"
	EAP-Message = 0x04090004
	Message-Authenticator = 0x00000000000000000000000000000000
[peap] Tunneled authentication was rejected.
[peap] FAILURE
++[eap] returns handled
Sending Access-Challenge of id 153 to x.x.x.10 port 32770
	EAP-Message = 0x010a002b190017030100206ca1154436c8bc056cd5ed016047a55153c6057af56eb9a88b77ccb6249273f6
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x4dd2ec464ad8f53446e9c64b0f6714c5
Finished request 7.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host x.x.x.10 port 32770, id=154, length=229
	User-Name = "testuser"
	Calling-Station-Id = "00-21-5C-57-E7-11"
	Called-Station-Id = "00-13-7F-BB-1F-40:Secure-SSID"
	NAS-Port = 29
	NAS-IP-Address = x.x.x.10
	NAS-Identifier = "WLC-9"
	Airespace-Wlan-Id = 4
	Service-Type = Framed-User
	Framed-MTU = 1300
	NAS-Port-Type = Wireless-802.11
	Tunnel-Type:0 = VLAN
	Tunnel-Medium-Type:0 = IEEE-802
	Tunnel-Private-Group-Id:0 = "3800"
	EAP-Message = 0x020a002b19001703010020abb184ced74a615ce148865434ec296711bac8cf268be5c0c61af040071c3613
	State = 0x4dd2ec464ad8f53446e9c64b0f6714c5
	Message-Authenticator = 0xb63504030ac01d7fe661e0fa7a32df77
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "testuser", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 10 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]  Had sent TLV failure.  User was rejected earlier in this session.
[eap] Handler failed in EAP/peap
[eap] Failed in EAP select
++[eap] returns invalid
Failed to authenticate the user.
Using Post-Auth-Type Reject
+- entering group REJECT {...}
[attr_filter.access_reject] 	expand: %{User-Name} -> testuser
 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 154 to x.x.x.10 port 32770
	EAP-Message = 0x040a0004
	Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 3.9 seconds.
Cleaning up request 0 ID 146 with timestamp +12
Cleaning up request 1 ID 147 with timestamp +12
Cleaning up request 2 ID 148 with timestamp +12
Cleaning up request 3 ID 149 with timestamp +12
Cleaning up request 4 ID 150 with timestamp +12
Cleaning up request 5 ID 151 with timestamp +12
Cleaning up request 6 ID 152 with timestamp +12
Cleaning up request 7 ID 153 with timestamp +12
Waking up in 1.0 seconds.
Cleaning up request 8 ID 154 with timestamp +12
Ready to process requests.



 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20081112/2fdcf395/attachment.html>


More information about the Freeradius-Users mailing list