Issues getting SLES11 FreeRadius working with eDirectory

Brian Boere brian.boere at netwize.ca
Fri Apr 10 20:57:14 CEST 2015


I have tried adding the "edir = yes" to the ldap file in the modules folder but that has not helped the issue.  I have also completely re-installed FreeRadius on the server and when through the config steps that we have done on the SLES10 server.  

The eDirectory side of things is working because we have been able to get it to with with SLES10 and an older version of FreeRadius.

Any direction will be greatly appreciated.

I have included my config files as well:

LDAP:
	
ldap {
	server = "192.168.1.14"
	identity = "cn=admin,ou=ou,o=org"
	password = xxxxx
	basedn = "ou=ou,o=org"
	filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
	ldap_connections_number = 5
	timeout = 4
	timelimit = 3
	net_timeout = 1

	tls {
		start_tls = no
		port = 636
		tls_mode = yes
	}

	dictionary_mapping = ${confdir}/ldap.attrmap
	password_attribute = nspmPassword
	edir_account_policy_check = no
	edir = yes 
	edir_autz = yes 
	#
	#  Group membership checking.  Disabled by default.
	#
	# groupname_attribute = cn
	groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"
	# groupmembership_attribute = radiusGroupName

	access_attr_used_for_allow = no

}

CLIENTS.CONF:

client 192.168.1.1 {
	secret		= sophos123
	shortname	= SophosAppliance
}

client 192.168.1.53 {
	secret		= sophos123
	shortname	= RadiusServer
}

EAP.CONF

eap {
		default_eap_type = peap
		timer_expire     = 60
		ignore_unknown_eap_types = no
		cisco_accounting_username_bug = no
		max_sessions = 2048

		md5 {
		}

		# Cisco LEAP
		leap {
		}

		#  Generic Token Card.
		gtc {
			auth_type = PAP
		}

		## EAP-TLS
		tls {
			certdir = ${confdir}/certs
			cadir = ${confdir}/certs

			private_key_password = Donkey01
			private_key_file = /etc/raddb/certs/servercert.pem

			certificate_file = /etc/raddb/certs/servercert.pem

			CA_file = /etc/raddb/certs/rootcert.pem

			dh_file = ${certdir}/dh
			random_file = ${certdir}/random

			make_cert_command = "${certdir}/bootstrap"

			cache {
			      enable = no
			      lifetime = 24 # hours
			      max_entries = 255
			}
		}

		#  The TTLS module implements the EAP-TTLS protocol,
		#  which can be described as EAP inside of Diameter,
		#  inside of TLS, inside of EAP, inside of RADIUS...
		ttls {
			default_eap_type = md5
			copy_request_to_tunnel = no
			use_tunneled_reply = no
			virtual_server = "inner-tunnel"
		}

		peap {
			default_eap_type = mschapv2
			copy_request_to_tunnel = no
			use_tunneled_reply = no

		#	proxy_tunneled_request_as_eap = yes
			virtual_server = "inner-tunnel"
		}



		mschapv2 {
		}
	}

RADIUSD- X log:

FreeRADIUS Version 2.1.1, for host x86_64-suse-linux-gnu, built on Feb 28 2014 at 23:17:30
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 /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/detail.log
including configuration file /etc/raddb/modules/krb5
including configuration file /etc/raddb/modules/passwd
including configuration file /etc/raddb/modules/digest
including configuration file /etc/raddb/modules/policy
including configuration file /etc/raddb/modules/attr_filter
including configuration file /etc/raddb/modules/echo
including configuration file /etc/raddb/modules/radutmp
including configuration file /etc/raddb/modules/ldap
including configuration file /etc/raddb/modules/counter
including configuration file /etc/raddb/modules/pam
including configuration file /etc/raddb/modules/realm
including configuration file /etc/raddb/modules/preprocess
including configuration file /etc/raddb/modules/always
including configuration file /etc/raddb/modules/expr
including configuration file /etc/raddb/modules/unix
including configuration file /etc/raddb/modules/attr_rewrite
including configuration file /etc/raddb/modules/expiration
including configuration file /etc/raddb/modules/mac2vlan
including configuration file /etc/raddb/modules/mac2ip
including configuration file /etc/raddb/modules/etc_group
including configuration file /etc/raddb/modules/pap
including configuration file /etc/raddb/modules/chap
including configuration file /etc/raddb/modules/sql_log
including configuration file /etc/raddb/modules/smbpasswd
including configuration file /etc/raddb/modules/exec
including configuration file /etc/raddb/modules/logintime
including configuration file /etc/raddb/modules/linelog
including configuration file /etc/raddb/modules/mschap
including configuration file /etc/raddb/modules/acct_unique
including configuration file /etc/raddb/modules/inner-eap
including configuration file /etc/raddb/modules/detail
including configuration file /etc/raddb/modules/wimax
including configuration file /etc/raddb/modules/files
including configuration file /etc/raddb/modules/detail.example.com
including configuration file /etc/raddb/modules/ippool
including configuration file /etc/raddb/modules/sradutmp
including configuration file /etc/raddb/modules/checkval
including configuration file /etc/raddb/eap.conf
including configuration file /etc/raddb/sql.conf
including configuration file /etc/raddb/sql/mysql/dialup.conf
including configuration file /etc/raddb/sql/mysql/counter.conf
including configuration file /etc/raddb/policy.conf
including files in directory /etc/raddb/sites-enabled/
including configuration file /etc/raddb/sites-enabled/default
including configuration file /etc/raddb/sites-enabled/inner-tunnel
group = radiusd
user = radiusd
including dictionary file /etc/raddb/dictionary
main {
	prefix = "/usr"
	localstatedir = "/var"
	logdir = "/var/log/radius"
	libdir = "/usr/lib64/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
 }
}
 client 192.168.1.1 {
	require_message_authenticator = no
	secret = "sophos123"
	shortname = "SophosAppliance"
 }
 client 192.168.1.53 {
	require_message_authenticator = no
	secret = "sophos123"
	shortname = "RadiusServer"
 }
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 = "/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 = "/etc/raddb/certs/servercert.pem"
	certificate_file = "/etc/raddb/certs/servercert.pem"
	CA_file = "/etc/raddb/certs/rootcert.pem"
	private_key_password = "Donkey01"
	dh_file = "/etc/raddb/certs/dh"
	random_file = "/etc/raddb/certs/random"
	fragment_size = 1024
	include_length = yes
	check_crl = no
	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"
   }
 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 {
 Module: Checking authenticate {...} for more modules to load
 Module: Linked to module rlm_ldap
 Module: Instantiating ldap
  ldap {
	server = "192.168.1.14"
	port = 389
	password = "donkey"
	identity = "cn=admin,ou=ou,o=org"
	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 = "ou=ou,o=org"
	filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
	base_filter = "(objectclass=radiusprofile)"
	password_attribute = "nspmPassword"
	auto_header = no
	access_attr_used_for_allow = no
	groupname_attribute = "cn"
	groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"
	dictionary_mapping = "/etc/raddb/ldap.attrmap"
	ldap_debug = 0
	ldap_connections_number = 5
	compare_check_items = no
	do_xlat = yes
	edir_account_policy_check = no
	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 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
conns: 0x7f2b6a1c6dd0
 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
 }
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 192.168.1.1 port 51613, id=129, length=160
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02a7000c016d617269737361
	Message-Authenticator = 0xc40cb24dd609b598793bc8f8da43f752
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 167 length 12
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
rlm_ldap: Entering ldap_groupcmp()
[files] 	expand: ou=ou,o=org -> ou=ou,o=org
[files] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[files] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
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 192.168.1.14:389, authentication 0
rlm_ldap: bind as cn=admin,ou=ou,o=org/donkey to 192.168.1.14:389
rlm_ldap: waiting for bind result ...
rlm_ldap: Bind was successful
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
rlm_ldap: ldap_release_conn: Release Id: 0
[files] 	expand: (|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}))) -> (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=Corporate Wireless Network,ou=ou,o=org, with filter (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap::ldap_groupcmp: User found in group cn=Corporate Wireless Network,ou=ou,o=org
rlm_ldap: ldap_release_conn: Release Id: 0
[files] users: Matched entry DEFAULT at line 3
++[files] returns ok
[ldap] performing user authorization for marissa
[ldap] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[ldap] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
[ldap] 	expand: ou=ou,o=org -> ou=ou,o=org
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
[ldap] Error reading Universal Password.Return Code = 80
[ldap] No default NMAS login sequence
[ldap] looking for check items in directory...
[ldap] looking for reply items in directory...
WARNING: No "known good" password was found in LDAP.  Are you sure that the user is configured correctly?
[ldap] user marissa authorized to use remote access
rlm_ldap: ldap_release_conn: Release Id: 0
++[ldap] returns ok
++[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 tls
[tls] Initiate
[tls] Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 129 to 192.168.1.1 port 51613
	Reply-Message = "You have been authenticated"
	EAP-Message = 0x01a800061920
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e20e6663649037374b63b397
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=130, length=318
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02a8009819800000008e160301008901000085030155280fd2bb78b512c69fcd66d58818d876ea95ec220f00fde28e9468371ae66f00004a00ffc024c023c00ac009c007c008c028c027c014c013c011c012c026c025c02ac029c005c004c002c003c00fc00ec00cc00d003d003c002f000500040035000a0067006b00330039001601000012000a00080006001700180019000b00020100
	State = 0xe2a67fb3e20e6663649037374b63b397
	Message-Authenticator = 0x807e5e7b89564b53d61c27614ad92a18
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 168 length 152
[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 142
[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 0089], 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 08e7], 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 130 to 192.168.1.1 port 51613
	EAP-Message = 0x01a9040019c00000092b16030100310200002d030155280fddf6902d072bc74a89d4303d4d5230d7ab03058fc981c3bf2683fe350400002f000005ff0100010016030108e70b0008e30008e0000466308204623082034aa003020102020102300d06092a864886f70d01010505003052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361301e170d3135303332363137303634365a170d3138303332353137303634365a304b310b3009060355040613024341311530130603550403130c31
	EAP-Message = 0x39322e3136382e312e31343125302306092a864886f70d0109011616627269616e2e626f657265406e657477697a652e636130820122300d06092a864886f70d01010105000382010f003082010a0282010100b45fca756783b50bbfe192db5605f61d380516c1de497e826fd3a2daf955704b178bc3a460e3ccfce49bccbcea14311dbfd09ca5a4e23ebbde8c403dc4fe319f67e230e18c76e1c654ded7117dc92982af9b130aa16e142c57b79c90b42033cd74fbe9b8441600f3498e5b27806a4c28eb73b2581dc971114144aaa902d317f4ac15686aa5437b0e339eee9421c20179fcc4fa33bf8774ffb5db47c820b891e9625c2592f2be9e71feb5
	EAP-Message = 0x4a89ff06510eb3a61579daa51418fca49d0bc5d9ead89ba9b28fb448d66f474d0f4c8ab04fd61b47ce342f28bbb26f9d1314cc5bdb570d005c7ea818943c5368802b6763676e1368bff341d496b67ebd1def0d7de98b0203010001a38201483082014430090603551d1304023000303006096086480186f842010d04231621596153542047656e65726174656420536572766572204365727469666963617465301106096086480186f8420101040403020640300b0603551d0f0404030205a0301d0603551d0e04160414ed9ac3210a8c1e94ddb3e3ba2c39b8b695a7ef583081820603551d23047b307980147222ffc4de589f8cfa5333912c723d41
	EAP-Message = 0xd4a2661ca156a4543052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361820900e50dd4f472f2f48730210603551d11041a30188116627269616e2e626f657265406e657477697a652e6361301e0603551d12041730158113706f73746d617374657240626f6572652e6361300d06092a864886f70d01010505000382010100c7ba58711c8eea196acfca564db95105ead4310ad9c37af7344fb9654f61e163f8dd40c0a7ea491cff85494dc8ef5d2c92c4f7b72415018169d8d3ce56037a
	EAP-Message = 0xc58044f3ddec6c0e7f82e084
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e30f6663649037374b63b397
Finished request 1.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=131, length=172
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02a900061900
	State = 0xe2a67fb3e30f6663649037374b63b397
	Message-Authenticator = 0x13149290d51b6994ef692c1554e12dc7
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 169 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 131 to 192.168.1.1 port 51613
	EAP-Message = 0x01aa03fc1940a956cdf4a9cd24705f92ea8f1686199f3868bd6e177c8dadcd5b3a7079fd518c87a670431dd50c569a948b9a1c0f02986a7c0c883aafad12cdc2f1f139a98ab551b9249d2f63c53081a6285dc1e4635e4b7b640cbe28cf6cdd5621acc69cddcc62c3e40c956e1bcadac368d4841c82f4ae44a5b4848a61d6dab7edfb9a4e2c9815763f67050f0630db6c25c14e99fa98747c70e53cdfbcef8f92027b7d0ac28782b2bd61b60c98510e0945a193bdd6775a59b205500004743082047030820358a003020102020900e50dd4f472f2f487300d06092a864886f70d01010505003052310b3009060355040613025553311f301d0603550403
	EAP-Message = 0x1316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361301e170d3134303831323030303833345a170d3234303830393030303833345a3052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e636130820122300d06092a864886f70d01010105000382010f003082010a0282010100decfc2ba9abe825287e331db7490e97d8bc3ef11d735946e2748afd6e46908fdbe81ede570ee358445911d1f
	EAP-Message = 0xb0357442f27c4c8f2814c431ec73c113495df8d45b02e5b7f85fad4a7002c7b0b0af231aeac352ca77523e7584d1e9ec054922f7832028a1495d7fe8da706acd02cb1b895809c66694ea348791ee02df574c6f8766cf4e7013621d2807f5c817c214322b0ff9a7b890198a5e75251a7b48ac45091bcd7d38a6909fc80aa1113c112652c2bcc6f5076ab36fdf10a1bd421096f1b287e85aa6d7de478b8d87367cb3c7d0597d0536ec0022cda8827faada475509e341b2ef7013d7b4cf0fd9f314072c2ea60a339281c374853c84b2cdb7360c2f3d0203010001a382014730820143300f0603551d130101ff040530030101ff302c06096086480186f842
	EAP-Message = 0x010d041f161d596153542047656e657261746564204341204365727469666963617465301106096086480186f8420101040403020106300b0603551d0f040403020106301d0603551d0e041604147222ffc4de589f8cfa5333912c723d41d4a2661c3081820603551d23047b307980147222ffc4de589f8cfa5333912c723d41d4a2661ca156a4543052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361820900e50dd4f472f2f487301e0603551d11041730158113706f73746d61737465
	EAP-Message = 0x7240626f6572652e
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e00c6663649037374b63b397
Finished request 2.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=132, length=172
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02aa00061900
	State = 0xe2a67fb3e00c6663649037374b63b397
	Message-Authenticator = 0x2684bb1a91a1ee168f5e3ce442693351
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 170 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 132 to 192.168.1.1 port 51613
	EAP-Message = 0x01ab014519006361301e0603551d12041730158113706f73746d617374657240626f6572652e6361300d06092a864886f70d010105050003820101003f8846fd2656585437bbe19991b14bb89e93183533c9cc4671066f20001281b1a54fcb587da620dd5a11b59e865c261a29a66c593a225d8f4dd4888cfc954b44da8735ee7cb925fc2759a0c104975325b8bdc025dc9214060d368eabb189c577fd21798dbeac2c9be107533d42a701a36dc2420dcff118e240866033ffc2c35ddb4d952e53ed41cd3209ad051f41e948654edc493cbe4824fed854f7672b7b9d0aca094bffd4eaea7fb3a5a1f81c9feef35d0e277126fbf6f72f0d4a5a66df9cf0
	EAP-Message = 0xb0c10bdf7d58306a9b62f457869be27e0500f12bb5bdbf451afcd037f43bd26db19169f9fd88a6ab8f49783d3718a97908838502011a8b6cfea38002e6929816030100040e000000
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e10d6663649037374b63b397
Finished request 3.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=133, length=504
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02ab015019800000014616030101061000010201004474412a6eef46e6a1d023470bc06a9163adb518b04f7cfce6ed790f4316251cf6843a3268d632be8b2602e5d62c8ebf36bd589bfc6b3479e0069fa6a3bfc34eee30166b87743455bf0afa4b1f2ee2decf803722ae32944a9150363662219cc8c2ab66d05510de45584e962a6a60a995eda41d69f4a70cddb14e2aab6688ecc4debb4f20eea3003f6754fb3b29558ae268e9a7240216c6dbe54eb2dc071554677b80725a0ce64bdc8e262f015178891ad9d48e4bb7d432004db76b20bd859d3587e2d565d063c554993cbcbdab0e19173dd4c62b55fcd83436fb9a3885c1d4b59b26ef88557f04d8
	EAP-Message = 0x51566e37a4aa819536cc53b643fa11410f962b6bb7e7df9714030100010116030100307bc77429c267fdeca0ebce338b9f6eda666db41634125fdf118d1b0b5a8c0ac757dcc4d60dcee6a42a154c12139ece5b
	State = 0xe2a67fb3e10d6663649037374b63b397
	Message-Authenticator = 0xedcf4fd628874bcc3a4058fe6c8671ea
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 171 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 133 to 192.168.1.1 port 51613
	EAP-Message = 0x01ac00411900140301000101160301003008bae1dbed220001087d0de4c0841bd7fe3c98d1b9dfd09c512db3e85823dd113add7993f97c66d1f98aa418925994a1
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e60a6663649037374b63b397
Finished request 4.
Going to the next request
Waking up in 2.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=134, length=172
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02ac00061900
	State = 0xe2a67fb3e60a6663649037374b63b397
	Message-Authenticator = 0x1740a7940cac40547e72dce923e1f777
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 172 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 134 to 192.168.1.1 port 51613
	EAP-Message = 0x01ad002b190017030100202f3f298d6d63c80ab2d9e3cb112da6006fd7f8c65fd640ac4efc3fb7e9d89871
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e70b6663649037374b63b397
Finished request 5.
Going to the next request
Waking up in 2.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=135, length=209
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02ad002b19001703010020b8277c22051734a1d79b891f40e9dfa9b445efee2c3a6bb18b78c13600bcf763
	State = 0xe2a67fb3e70b6663649037374b63b397
	Message-Authenticator = 0x89c500e3c06582a7872a7c6eb186b861
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 173 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 - marissa
[peap] Got tunnled request
	EAP-Message = 0x02ad000c016d617269737361
server (null) {
  PEAP: Got tunneled identity of marissa
  PEAP: Setting default EAP type for tunneled EAP session.
  PEAP: Setting User-Name to marissa
Sending tunneled request
	EAP-Message = 0x02ad000c016d617269737361
	FreeRADIUS-Proxied-To = 127.0.0.1
	User-Name = "marissa"
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 173 length 12
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
rlm_ldap: Entering ldap_groupcmp()
[files] 	expand: ou=ou,o=org -> ou=ou,o=org
[files] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[files] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
rlm_ldap: ldap_release_conn: Release Id: 0
[files] 	expand: (|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}))) -> (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=Corporate Wireless Network,ou=ou,o=org, with filter (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap::ldap_groupcmp: User found in group cn=Corporate Wireless Network,ou=ou,o=org
rlm_ldap: ldap_release_conn: Release Id: 0
[files] users: Matched entry DEFAULT at line 3
++[files] returns ok
++[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
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	EAP-Message = 0x01ae00211a01ae001c102059b5adfd9d796cde229f54b9086a7c6d617269737361
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x6e9c72a16e3268dfe32e5a513028cc5d
[peap] Got tunneled reply RADIUS code 11
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	EAP-Message = 0x01ae00211a01ae001c102059b5adfd9d796cde229f54b9086a7c6d617269737361
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x6e9c72a16e3268dfe32e5a513028cc5d
[peap] Got tunneled Access-Challenge
++[eap] returns handled
Sending Access-Challenge of id 135 to 192.168.1.1 port 51613
	EAP-Message = 0x01ae004b19001703010040f8ced7ac7842bd7e650a0cca9ccd9cd97d5b01e70e88deeb5a67e882b9dfc39891237205e74ab4ba6a0f4f5fe064ee14f76683d0dc3d920c1590d20f3d330d50
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e4086663649037374b63b397
Finished request 6.
Going to the next request
Waking up in 2.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=136, length=273
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02ae006b19001703010060c9be74b4a867399b1e7b706c6a10673ee4543dc3581e8f3e5f422039cbaec349fdae3cdce30c1b5a80554543a61b46682fe6115923482a501f3ea0cef307298d3a08bae3974cd00d5fafdd7d8e9a2d03cc88ec0056bd52f0c97a9b8c881d96ea
	State = 0xe2a67fb3e4086663649037374b63b397
	Message-Authenticator = 0xd7c43f5641335d53db21ada2e452b14f
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 174 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 = 0x02ae00421a02ae003d313ef74485f36d5d8acab21e12bbbc5e4c0000000000000000dcaa026bcd62cf9c25d2c0618a068fb0fb3f7e6562f484be006d617269737361
server (null) {
  PEAP: Setting User-Name to marissa
Sending tunneled request
	EAP-Message = 0x02ae00421a02ae003d313ef74485f36d5d8acab21e12bbbc5e4c0000000000000000dcaa026bcd62cf9c25d2c0618a068fb0fb3f7e6562f484be006d617269737361
	FreeRADIUS-Proxied-To = 127.0.0.1
	User-Name = "marissa"
	State = 0x6e9c72a16e3268dfe32e5a513028cc5d
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 174 length 66
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
rlm_ldap: Entering ldap_groupcmp()
[files] 	expand: ou=ou,o=org -> ou=ou,o=org
[files] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[files] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
rlm_ldap: ldap_release_conn: Release Id: 0
[files] 	expand: (|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}))) -> (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=Corporate Wireless Network,ou=ou,o=org, with filter (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap::ldap_groupcmp: User found in group cn=Corporate Wireless Network,ou=ou,o=org
rlm_ldap: ldap_release_conn: Release Id: 0
[files] users: Matched entry DEFAULT at line 3
++[files] returns ok
++[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 marissa 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
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	MS-CHAP-Error = "\256E=691 R=1"
	EAP-Message = 0x04ae0004
	Message-Authenticator = 0x00000000000000000000000000000000
[peap] Got tunneled reply RADIUS code 3
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	MS-CHAP-Error = "\256E=691 R=1"
	EAP-Message = 0x04ae0004
	Message-Authenticator = 0x00000000000000000000000000000000
[peap] Tunneled authentication was rejected.
[peap] FAILURE
++[eap] returns handled
Sending Access-Challenge of id 136 to 192.168.1.1 port 51613
	EAP-Message = 0x01af002b19001703010020c342fec9f3a1390b661425462ac01fa92a9616185d5364dde3bf6a107dec233e
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xe2a67fb3e5096663649037374b63b397
Finished request 7.
Going to the next request
Waking up in 2.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=137, length=209
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02af002b190017030100200d69c055d2230e25cfcccb53fe7face7f8605b07ace869c0674c7ca65132050c
	State = 0xe2a67fb3e5096663649037374b63b397
	Message-Authenticator = 0xe7ec2184457734b33ccf4306bb9df715
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 175 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} -> marissa
 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 137 to 192.168.1.1 port 51613
	EAP-Message = 0x04af0004
	Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 1.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=138, length=160
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02ce000c016d617269737361
	Message-Authenticator = 0xb2901fd0c260240084739bb9b55a226f
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 206 length 12
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
rlm_ldap: Entering ldap_groupcmp()
[files] 	expand: ou=ou,o=org -> ou=ou,o=org
[files] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[files] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
rlm_ldap: ldap_release_conn: Release Id: 0
[files] 	expand: (|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}))) -> (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=Corporate Wireless Network,ou=ou,o=org, with filter (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap::ldap_groupcmp: User found in group cn=Corporate Wireless Network,ou=ou,o=org
rlm_ldap: ldap_release_conn: Release Id: 0
[files] users: Matched entry DEFAULT at line 3
++[files] returns ok
[ldap] performing user authorization for marissa
[ldap] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[ldap] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
[ldap] 	expand: ou=ou,o=org -> ou=ou,o=org
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
[ldap] Error reading Universal Password.Return Code = 80
[ldap] No default NMAS login sequence
[ldap] looking for check items in directory...
[ldap] looking for reply items in directory...
WARNING: No "known good" password was found in LDAP.  Are you sure that the user is configured correctly?
[ldap] user marissa authorized to use remote access
rlm_ldap: ldap_release_conn: Release Id: 0
++[ldap] returns ok
++[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 tls
[tls] Initiate
[tls] Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 138 to 192.168.1.1 port 51613
	Reply-Message = "You have been authenticated"
	EAP-Message = 0x01cf00061920
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef8791ecfc2e7b808098bf84e7
Finished request 9.
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=139, length=318
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02cf009819800000008e160301008901000085030155280fd6893092f1d123d6c0343cb3d983cbe86a8a8c4792028eb10b2253267400004a00ffc024c023c00ac009c007c008c028c027c014c013c011c012c026c025c02ac029c005c004c002c003c00fc00ec00cc00d003d003c002f000500040035000a0067006b00330039001601000012000a00080006001700180019000b00020100
	State = 0x875ef5ef8791ecfc2e7b808098bf84e7
	Message-Authenticator = 0x96e9b98945c0900b113ddf80d9a4c62d
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 207 length 152
[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 142
[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 0089], 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 08e7], 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 139 to 192.168.1.1 port 51613
	EAP-Message = 0x01d0040019c00000092b16030100310200002d030155280fe1e507c97feeae0becadc9d12208f421da7b7ad275378b8f9fa2ad0f1500002f000005ff0100010016030108e70b0008e30008e0000466308204623082034aa003020102020102300d06092a864886f70d01010505003052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361301e170d3135303332363137303634365a170d3138303332353137303634365a304b310b3009060355040613024341311530130603550403130c31
	EAP-Message = 0x39322e3136382e312e31343125302306092a864886f70d0109011616627269616e2e626f657265406e657477697a652e636130820122300d06092a864886f70d01010105000382010f003082010a0282010100b45fca756783b50bbfe192db5605f61d380516c1de497e826fd3a2daf955704b178bc3a460e3ccfce49bccbcea14311dbfd09ca5a4e23ebbde8c403dc4fe319f67e230e18c76e1c654ded7117dc92982af9b130aa16e142c57b79c90b42033cd74fbe9b8441600f3498e5b27806a4c28eb73b2581dc971114144aaa902d317f4ac15686aa5437b0e339eee9421c20179fcc4fa33bf8774ffb5db47c820b891e9625c2592f2be9e71feb5
	EAP-Message = 0x4a89ff06510eb3a61579daa51418fca49d0bc5d9ead89ba9b28fb448d66f474d0f4c8ab04fd61b47ce342f28bbb26f9d1314cc5bdb570d005c7ea818943c5368802b6763676e1368bff341d496b67ebd1def0d7de98b0203010001a38201483082014430090603551d1304023000303006096086480186f842010d04231621596153542047656e65726174656420536572766572204365727469666963617465301106096086480186f8420101040403020640300b0603551d0f0404030205a0301d0603551d0e04160414ed9ac3210a8c1e94ddb3e3ba2c39b8b695a7ef583081820603551d23047b307980147222ffc4de589f8cfa5333912c723d41
	EAP-Message = 0xd4a2661ca156a4543052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361820900e50dd4f472f2f48730210603551d11041a30188116627269616e2e626f657265406e657477697a652e6361301e0603551d12041730158113706f73746d617374657240626f6572652e6361300d06092a864886f70d01010505000382010100c7ba58711c8eea196acfca564db95105ead4310ad9c37af7344fb9654f61e163f8dd40c0a7ea491cff85494dc8ef5d2c92c4f7b72415018169d8d3ce56037a
	EAP-Message = 0xc58044f3ddec6c0e7f82e084
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef868eecfc2e7b808098bf84e7
Finished request 10.
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=140, length=172
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d000061900
	State = 0x875ef5ef868eecfc2e7b808098bf84e7
	Message-Authenticator = 0xdef84331772902491abb22e35d5b6be7
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 208 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 140 to 192.168.1.1 port 51613
	EAP-Message = 0x01d103fc1940a956cdf4a9cd24705f92ea8f1686199f3868bd6e177c8dadcd5b3a7079fd518c87a670431dd50c569a948b9a1c0f02986a7c0c883aafad12cdc2f1f139a98ab551b9249d2f63c53081a6285dc1e4635e4b7b640cbe28cf6cdd5621acc69cddcc62c3e40c956e1bcadac368d4841c82f4ae44a5b4848a61d6dab7edfb9a4e2c9815763f67050f0630db6c25c14e99fa98747c70e53cdfbcef8f92027b7d0ac28782b2bd61b60c98510e0945a193bdd6775a59b205500004743082047030820358a003020102020900e50dd4f472f2f487300d06092a864886f70d01010505003052310b3009060355040613025553311f301d0603550403
	EAP-Message = 0x1316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361301e170d3134303831323030303833345a170d3234303830393030303833345a3052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e636130820122300d06092a864886f70d01010105000382010f003082010a0282010100decfc2ba9abe825287e331db7490e97d8bc3ef11d735946e2748afd6e46908fdbe81ede570ee358445911d1f
	EAP-Message = 0xb0357442f27c4c8f2814c431ec73c113495df8d45b02e5b7f85fad4a7002c7b0b0af231aeac352ca77523e7584d1e9ec054922f7832028a1495d7fe8da706acd02cb1b895809c66694ea348791ee02df574c6f8766cf4e7013621d2807f5c817c214322b0ff9a7b890198a5e75251a7b48ac45091bcd7d38a6909fc80aa1113c112652c2bcc6f5076ab36fdf10a1bd421096f1b287e85aa6d7de478b8d87367cb3c7d0597d0536ec0022cda8827faada475509e341b2ef7013d7b4cf0fd9f314072c2ea60a339281c374853c84b2cdb7360c2f3d0203010001a382014730820143300f0603551d130101ff040530030101ff302c06096086480186f842
	EAP-Message = 0x010d041f161d596153542047656e657261746564204341204365727469666963617465301106096086480186f8420101040403020106300b0603551d0f040403020106301d0603551d0e041604147222ffc4de589f8cfa5333912c723d41d4a2661c3081820603551d23047b307980147222ffc4de589f8cfa5333912c723d41d4a2661ca156a4543052310b3009060355040613025553311f301d06035504031316596153542044656661756c7420434120286d657461293122302006092a864886f70d0109011613706f73746d617374657240626f6572652e6361820900e50dd4f472f2f487301e0603551d11041730158113706f73746d61737465
	EAP-Message = 0x7240626f6572652e
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef858fecfc2e7b808098bf84e7
Finished request 11.
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=141, length=172
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d100061900
	State = 0x875ef5ef858fecfc2e7b808098bf84e7
	Message-Authenticator = 0x8b49a88453c539d2ee728aaccc66da84
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 209 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 141 to 192.168.1.1 port 51613
	EAP-Message = 0x01d2014519006361301e0603551d12041730158113706f73746d617374657240626f6572652e6361300d06092a864886f70d010105050003820101003f8846fd2656585437bbe19991b14bb89e93183533c9cc4671066f20001281b1a54fcb587da620dd5a11b59e865c261a29a66c593a225d8f4dd4888cfc954b44da8735ee7cb925fc2759a0c104975325b8bdc025dc9214060d368eabb189c577fd21798dbeac2c9be107533d42a701a36dc2420dcff118e240866033ffc2c35ddb4d952e53ed41cd3209ad051f41e948654edc493cbe4824fed854f7672b7b9d0aca094bffd4eaea7fb3a5a1f81c9feef35d0e277126fbf6f72f0d4a5a66df9cf0
	EAP-Message = 0xb0c10bdf7d58306a9b62f457869be27e0500f12bb5bdbf451afcd037f43bd26db19169f9fd88a6ab8f49783d3718a97908838502011a8b6cfea38002e6929816030100040e000000
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef848cecfc2e7b808098bf84e7
Finished request 12.
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=142, length=504
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d201501980000001461603010106100001020100697299e0d135396ca3b9f6eb1b4e602e6d8a8503ee3eb8ba51e0585bb6231f09e3970b506767af4b117548c044c60f019b528061c53971c3ca0fd79b8d26d5d7dc6b3f2fa29fb84602a148631bee6f674d217ab30d4adb329085ced6da75705a33a22524e34bffa1f0926c3b693d4765afa8b2cd488c132c401df076708f05c60a6b711446188ae7c443968e0a6d8504dae97e533c67c75fe55524b3e90bed5328b0a357df301a08a47211b5eb492deabedf228a2a0b220ccedd4ca7cf78235de04985f106904b81e12278220b56e4d0dd2bc7cfd2d06208949ccabc17c418869e90868ad272cdb5
	EAP-Message = 0xe7a57986710efcfc4c87d5daa8c9e57292d7fc06324a5c9514030100010116030100301f8b8695534b9e5059868824088b6b50fb57e4ae4d76a54d50fe14c4d910a047333a7283b801af9c4d4e13f099a69731
	State = 0x875ef5ef848cecfc2e7b808098bf84e7
	Message-Authenticator = 0x2cb898076400770fe76af77290be72ad
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 210 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 142 to 192.168.1.1 port 51613
	EAP-Message = 0x01d30041190014030100010116030100304aa72c29e07f288b27c9757847361856d837dfa1597b9b70a472868613c0e57c6aeabb62bc74213e66ce9f3b8c71372c
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef838decfc2e7b808098bf84e7
Finished request 13.
Going to the next request
Waking up in 0.8 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=143, length=172
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d300061900
	State = 0x875ef5ef838decfc2e7b808098bf84e7
	Message-Authenticator = 0xcbd51d9812f6ea993b2cdaa65257bad3
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 211 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 143 to 192.168.1.1 port 51613
	EAP-Message = 0x01d4002b19001703010020041fb43e0d821ee4e6a3ad13fcd8e9c7dbaafee323649aca7b2cec59cd801c68
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef828aecfc2e7b808098bf84e7
Finished request 14.
Going to the next request
Waking up in 0.8 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=144, length=209
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d4002b19001703010020e61ddec60f6634dfc4d8916569b5557050dbd8bb13e5b43aa8876c1412131dc4
	State = 0x875ef5ef828aecfc2e7b808098bf84e7
	Message-Authenticator = 0x72fbb6e79e9723b4e4249f0ccb5288f4
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 212 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 - marissa
[peap] Got tunnled request
	EAP-Message = 0x02d4000c016d617269737361
server (null) {
  PEAP: Got tunneled identity of marissa
  PEAP: Setting default EAP type for tunneled EAP session.
  PEAP: Setting User-Name to marissa
Sending tunneled request
	EAP-Message = 0x02d4000c016d617269737361
	FreeRADIUS-Proxied-To = 127.0.0.1
	User-Name = "marissa"
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 212 length 12
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
rlm_ldap: Entering ldap_groupcmp()
[files] 	expand: ou=ou,o=org -> ou=ou,o=org
[files] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[files] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
rlm_ldap: ldap_release_conn: Release Id: 0
[files] 	expand: (|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}))) -> (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=Corporate Wireless Network,ou=ou,o=org, with filter (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap::ldap_groupcmp: User found in group cn=Corporate Wireless Network,ou=ou,o=org
rlm_ldap: ldap_release_conn: Release Id: 0
[files] users: Matched entry DEFAULT at line 3
++[files] returns ok
++[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
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	EAP-Message = 0x01d500211a01d5001c105a006210091e79875516bcc506f31d426d617269737361
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x35553ec335802422c9a068176c68b0f3
[peap] Got tunneled reply RADIUS code 11
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	EAP-Message = 0x01d500211a01d5001c105a006210091e79875516bcc506f31d426d617269737361
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x35553ec335802422c9a068176c68b0f3
[peap] Got tunneled Access-Challenge
++[eap] returns handled
Sending Access-Challenge of id 144 to 192.168.1.1 port 51613
	EAP-Message = 0x01d5004b19001703010040f734b814e992a33c3b3311f90afde0d4c88ae45a298f85d4768b05935c466effba4689a5ee56076b6019271b6db57fc65617b408fd6c91abe8cb633a3a9ec7f0
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef818becfc2e7b808098bf84e7
Finished request 15.
Going to the next request
Waking up in 0.7 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=145, length=273
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d5006b190017030100608559783cf65541fb1d74641e711205e60a8e1d73407ab24dc57d7c0fb2d598b2c280d33d462cf885d63f211f01218275f3f50edd03776fdbcd695edd3cacc5b432b7799775d0c2aca8909d461a4c516d47ae2ede547bee2080254ef9c82c5fa1
	State = 0x875ef5ef818becfc2e7b808098bf84e7
	Message-Authenticator = 0x34ffa9ed4cbb6b19f3d6ee92322dd30d
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 213 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 = 0x02d500421a02d5003d318d26d3c49c9b923c0a6682d944e11680000000000000000061b07678bd2b09c66f581fc223cf6fad825afaeeb3cc4289006d617269737361
server (null) {
  PEAP: Setting User-Name to marissa
Sending tunneled request
	EAP-Message = 0x02d500421a02d5003d318d26d3c49c9b923c0a6682d944e11680000000000000000061b07678bd2b09c66f581fc223cf6fad825afaeeb3cc4289006d617269737361
	FreeRADIUS-Proxied-To = 127.0.0.1
	User-Name = "marissa"
	State = 0x35553ec335802422c9a068176c68b0f3
server inner-tunnel {
+- entering group authorize {...}
++[chap] returns noop
++[mschap] returns noop
++[unix] returns notfound
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
++[control] returns noop
[eap] EAP packet type response id 213 length 66
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
rlm_ldap: Entering ldap_groupcmp()
[files] 	expand: ou=ou,o=org -> ou=ou,o=org
[files] WARNING: Deprecated conditional expansion ":-".  See "man unlang" for details
[files] 	expand: (uid=%{Stripped-User-Name:-%{User-Name}}) -> (uid=marissa)
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=ou,o=org, with filter (uid=marissa)
rlm_ldap: ldap_release_conn: Release Id: 0
[files] 	expand: (|(&(objectClass=GroupOfNames)(member=%{check:Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn}))) -> (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in cn=Corporate Wireless Network,ou=ou,o=org, with filter (|(&(objectClass=GroupOfNames)(member=cn\3dMarissa\2cou\3dou\2co\3dorg))(&(objectClass=GroupOfUniqueNames)(uniquemember=)))
rlm_ldap::ldap_groupcmp: User found in group cn=Corporate Wireless Network,ou=ou,o=org
rlm_ldap: ldap_release_conn: Release Id: 0
[files] users: Matched entry DEFAULT at line 3
++[files] returns ok
++[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 marissa 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
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	MS-CHAP-Error = "\325E=691 R=1"
	EAP-Message = 0x04d50004
	Message-Authenticator = 0x00000000000000000000000000000000
[peap] Got tunneled reply RADIUS code 3
	Auth-Type := Accept
	Reply-Message = "You have been authenticated"
	MS-CHAP-Error = "\325E=691 R=1"
	EAP-Message = 0x04d50004
	Message-Authenticator = 0x00000000000000000000000000000000
[peap] Tunneled authentication was rejected.
[peap] FAILURE
++[eap] returns handled
Sending Access-Challenge of id 145 to 192.168.1.1 port 51613
	EAP-Message = 0x01d6002b19001703010020946bece6e75fec0abfb94ed139e8380bdfc202f605b2e47fc0ca9f8a39c5fd14
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x875ef5ef8088ecfc2e7b808098bf84e7
Finished request 16.
Going to the next request
Waking up in 0.6 seconds.
rad_recv: Access-Request packet from host 192.168.1.1 port 51613, id=146, length=209
	User-Name = "marissa"
	NAS-Identifier = "RAD_Test"
	Called-Station-Id = "00-1A-8C-29-A2-C1:RAD_Test"
	NAS-Port-Type = Wireless-802.11
	NAS-Port = 1
	Calling-Station-Id = "E4-CE-8F-92-53-B8"
	Connect-Info = "CONNECT 54Mbps 802.11g"
	Framed-MTU = 1400
	EAP-Message = 0x02d6002b190017030100208bdfdde268ced2025b254d8bbaf95a0af9265088b91e9665be43606b1f465d1f
	State = 0x875ef5ef8088ecfc2e7b808098bf84e7
	Message-Authenticator = 0x65d036d8cbec5c856f7b714d49656ebd
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] No '@' in User-Name = "marissa", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] EAP packet type response id 214 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} -> marissa
 attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 17 for 1 seconds
Going to the next request
Waking up in 0.6 seconds.
Cleaning up request 0 ID 129 with timestamp +27
Waking up in 0.1 seconds.
Cleaning up request 1 ID 130 with timestamp +27
Cleaning up request 2 ID 131 with timestamp +27
Cleaning up request 3 ID 132 with timestamp +27
Waking up in 0.1 seconds.
Sending delayed reject for request 17
Sending Access-Reject of id 146 to 192.168.1.1 port 51613
	EAP-Message = 0x04d60004
	Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 1.7 seconds.
Cleaning up request 4 ID 133 with timestamp +29
Cleaning up request 5 ID 134 with timestamp +29
Cleaning up request 6 ID 135 with timestamp +29
Cleaning up request 7 ID 136 with timestamp +29
Waking up in 1.0 seconds.
Cleaning up request 8 ID 137 with timestamp +29
Waking up in 0.9 seconds.


>>> "Teague, Christopher J." <Chris.Teague at mybrighthouse.com> 4/9/2015 07:31 AM >>>
Hi Brian,

If you are using FR to proxy off authentication requests to ESD you'll want to look at using the Universal Password plugin (feature of eDirectory) and then configure FR to use NMAS to connect to your eDirectory instance.

Within ldap configuration, look for:

#  Set to yes if you have eDirectory and want to use the universal
        #  password mechanism.
        edir = yes

Modify the port you connect to eDirectory if needed (I've seen 636 used in the past).

This will permit FR to obtain the cleartext password from eDirectory so the MS-CHAPv2 one way has can be compared against what the 802.1x EAP client is sending.

Right now the user is sending the one way hash and you do not have anything to compare it to on the directory side.

Chris Teague





More information about the Freeradius-Users mailing list