All,
I'm trying to configure freeradius to authenticate wireless users against
AD. Initially i generated the ssl certificate it had only 30 days validity
period, so modified the openssl command to include -days 730.
I followed the steps as mentioned in http://deployingradius.com/ and
installation document still not working. I'm able to succeed with standalone
ntlm_auth command and see the lists from AD using wbinfo -u and wbinfo -g.
Attached the log message. Still i dont see ntlm_auth getting trigged for
user authentication and unable to authenticate the users against AD. can
someone throw some light here.
snip =>
(other): before/accept initialization
TLS_accept: before/accept initialization
TLS_accept: SSLv3 read client hello A
TLS_accept: SSLv3 write server hello A
TLS_accept: SSLv3 write certificate A
TLS_accept: SSLv3 write server done A
TLS_accept: SSLv3 flush data
*TLS_accept: Need to read more data: SSLv3 read client certificate A (Is
there any wrong with this message ?)*
thanks,
Kartthik
FreeRADIUS Version 2.0.3, for host i686-pc-linux-gnu, built on May 20 2008 at
11:06:16
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.
Starting - reading configuration files ...
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/radiusd.conf
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/proxy.conf
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/clients.conf
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/snmp.conf
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/eap.conf
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/sql.conf
including configuration file
/tools/IT/freeradius2.0.3/etc/raddb/sql/mysql/dialup.conf
including configuration file
/tools/IT/freeradius2.0.3/etc/raddb/sql/mysql/counter.conf
including configuration file /tools/IT/freeradius2.0.3/etc/raddb/policy.conf
including files in directory /tools/IT/freeradius2.0.3/etc/raddb/sites-enabled/
including configuration file
/tools/IT/freeradius2.0.3/etc/raddb/sites-enabled/default
including dictionary file /tools/IT/freeradius2.0.3/etc/raddb/dictionary
main {
prefix = "/tools/IT/freeradius2.0.3"
localstatedir = "/tools/IT/freeradius2.0.3/var"
logdir = "/tools/IT/freeradius2.0.3/var/log/radius"
libdir = "/tools/IT/freeradius2.0.3/lib"
radacctdir = "/tools/IT/freeradius2.0.3/var/log/radius/radacct"
hostname_lookups = no
max_request_time = 30
cleanup_delay = 5
max_requests = 2560
allow_core_dumps = no
pidfile = "/tools/IT/freeradius2.0.3/var/run/radiusd/radiusd.pid"
checkrad = "/tools/IT/freeradius2.0.3/sbin/checkrad"
debug_level = 0
proxy_requests = 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 10.20.0.0/24 {
require_message_authenticator = no
secret = "allr1ght2g0"
shortname = "10.20.0.0"
nastype = "other"
}
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_check = "none"
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 = yes
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 {
modules {
Module: Checking authenticate {...} for more modules to load
Module: Instantiating ntlm_auth
exec ntlm_auth {
wait = no
program = "/usr/bin/ntlm_auth ntlm_auth --request-nt-key --domain=CORP
--username=%{mschap:User-Name} --password=%{User-Password}"
input_pairs = "request"
shell_escape = yes
}
Module: Linked to module rlm_pap
Module: Instantiating pap
pap {
encryption_scheme = "auto"
auto_header = no
}
Module: Linked to module rlm_chap
Module: Instantiating chap
Module: Linked to module rlm_mschap
Module: Instantiating mschap
mschap {
use_mppe = yes
require_encryption = no
require_strong = no
with_ntdomain_hack = no
ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key
--username=%{mschap:User-Name:-None} --domain=%{mschap:NT-Domain:-CORP}
--challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
}
Module: Linked to module rlm_unix
Module: Instantiating unix
unix {
radwtmp = "/tools/IT/freeradius2.0.3/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
}
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 =
"/tools/IT/freeradius2.0.3/etc/raddb/certs/server.pem"
certificate_file =
"/tools/IT/freeradius2.0.3/etc/raddb/certs/server.pem"
CA_file = "/tools/IT/freeradius2.0.3/etc/raddb/certs/ca.pem"
private_key_password = "seng1nes"
dh_file = "/tools/IT/freeradius2.0.3/etc/raddb/certs/dh"
random_file = "/tools/IT/freeradius2.0.3/etc/raddb/certs/random"
fragment_size = 1024
include_length = yes
check_crl = no
cipher_list = "DEFAULT"
}
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_preprocess
Module: Instantiating preprocess
preprocess {
huntgroups = "/tools/IT/freeradius2.0.3/etc/raddb/huntgroups"
hints = "/tools/IT/freeradius2.0.3/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_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 = "/tools/IT/freeradius2.0.3/etc/raddb/users"
acctusersfile = "/tools/IT/freeradius2.0.3/etc/raddb/acct_users"
preproxy_usersfile =
"/tools/IT/freeradius2.0.3/etc/raddb/preproxy_users"
compat = "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 =
"/tools/IT/freeradius2.0.3/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
header = "%t"
detailperm = 384
dirperm = 493
locking = no
log_packet_header = no
}
Module: Linked to module rlm_radutmp
Module: Instantiating radutmp
radutmp {
filename = "/tools/IT/freeradius2.0.3/var/log/radius/radutmp"
username = "%{User-Name}"
case_sensitive = yes
check_with_nas = yes
perm = 384
callerid = yes
}
Module: Linked to module rlm_attr_filter
Module: Instantiating attr_filter.accounting_response
attr_filter attr_filter.accounting_response {
attrsfile =
"/tools/IT/freeradius2.0.3/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
Module: Instantiating attr_filter.access_reject
attr_filter attr_filter.access_reject {
attrsfile = "/tools/IT/freeradius2.0.3/etc/raddb/attrs.access_reject"
key = "%{User-Name}"
}
}
}
radiusd: #### Opening IP addresses and Ports ####
listen {
type = "auth"
ipaddr = *
port = 0
}
listen {
type = "acct"
ipaddr = *
port = 0
}
main {
snmp = no
smux_password = ""
snmp_write_access = no
}
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Ready to process requests.
rad_recv: Access-Request packet from host 10.20.0.253 port 3072, id=0,
length=141
User-Name = "CORP\\kartthikr"
NAS-IP-Address = 10.20.0.253
Called-Station-Id = "0014bf72d6be"
Calling-Station-Id = "0014a526c319"
NAS-Identifier = "0014bf72d6be"
NAS-Port = 60
Framed-MTU = 1400
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x0200001301434f52505c6b6172747468696b72
Message-Authenticator = 0x0dc616b3df041b13bc4c22e6b74901da
+- entering group authorize
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
rlm_realm: No '@' in User-Name = "CORP\kartthikr", looking up realm NULL
rlm_realm: No such realm "NULL"
++[suffix] returns noop
rlm_eap: EAP packet type response id 0 length 19
rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[unix] returns notfound
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
rlm_pap: WARNING! No "known good" password found for the user. Authentication
may fail because of this.
++[pap] returns noop
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
+- entering group authenticate
rlm_eap: EAP Identity
rlm_eap: processing type tls
rlm_eap_tls: Initiate
rlm_eap_tls: Start returned 1
++[eap] returns handled
Sending Access-Challenge of id 0 to 10.20.0.253 port 3072
EAP-Message = 0x010100061920
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x8867c6b08866df06fba7d62468ec40a8
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 10.20.0.253 port 3072, id=0,
length=220
Cleaning up request 0 ID 0 with timestamp +14
User-Name = "CORP\\kartthikr"
NAS-IP-Address = 10.20.0.253
Called-Station-Id = "0014bf72d6be"
Calling-Station-Id = "0014a526c319"
NAS-Identifier = "0014bf72d6be"
NAS-Port = 60
Framed-MTU = 1400
State = 0x8867c6b08866df06fba7d62468ec40a8
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x0201005019800000004616030100410100003d0301483498ea6a7935abf5a7509c3b04575cd3b882ff24030df3ceba5e582e67236500001600040005000a000900640062000300060013001200630100
Message-Authenticator = 0x812c23f009d548c51c85058f86fe5153
+- entering group authorize
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
rlm_realm: No '@' in User-Name = "CORP\kartthikr", looking up realm NULL
rlm_realm: No such realm "NULL"
++[suffix] returns noop
rlm_eap: EAP packet type response id 1 length 80
rlm_eap: Continuing tunnel setup.
++[eap] returns ok
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
+- entering group authenticate
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
TLS Length 70
rlm_eap_tls: Length Included
eaptls_verify returned 11
(other): before/accept initialization
TLS_accept: before/accept initialization
TLS_accept: SSLv3 read client hello A
TLS_accept: SSLv3 write server hello A
TLS_accept: SSLv3 write certificate A
TLS_accept: SSLv3 write server done A
TLS_accept: SSLv3 flush data
TLS_accept: Need to read more data: SSLv3 read client certificate A
In SSL Handshake Phase
In SSL Accept mode
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 10.20.0.253 port 3072
EAP-Message =
0x0102040019c0000008aa160301004a020000460301483498e25b86e82b78cb7041a3197c2c2a5979e6896c1b19f932e7416dea584b2063cb2dee36590fd4df1e3b0301550eba6c73a27b0264ead8bcfd633098a54802000400160301084d0b0008490008460003a13082039d30820285a003020102020101300d06092a864886f70d010104050030818f310b3009060355040613025553310b3009060355040813024341311230100603550407130953756e6e7976616c6531223020060355040a1319536572766572656e67696e657320436f72706f726174696f6e3126302406092a864886f70d010901161761646d696e40736572766572656e6769
EAP-Message =
0x6e65732e636f6d311330110603550403130a7365776972656c657373301e170d3038303532313231343633365a170d3130303532313231343633365a307b310b3009060355040613025553310b300906035504081302434131223020060355040a1319536572766572656e67696e657320436f72706f726174696f6e311330110603550403130a7365776972656c6573733126302406092a864886f70d010901161761646d696e40736572766572656e67696e65732e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100cd156175b85b068c0ab239ae37950bbc564ba97be3b26bd7b467783f0968f5e4bf2657
EAP-Message =
0x6e0c5b5d28e432b35157108527e8856387dd9eccb1aa8b625dad577211b72ad84c3f6c9d774f9e28521761e42340d8454b76e411c01b43b045367cec52ee32738b9dac71005f3553e7eafc7d8ebadec76991fe8b85b8fbd9a61c58298da7b1aa431b7e29fa7cef10d403353393aa09303688eece88b2b9942652ad1c142be42c07e3456a6d2fad7dbccc17fd3f6419739c4d9cc24b1920acae35e467db7da3eb85d08aa0443a2ea55d569140f3b080fe0d1f86a13b875f69935cf3cc031069d316683aa780deb7f00c075eb9102103db8bb0090e61d97151834fbcdc2f0203010001a317301530130603551d25040c300a06082b06010505070301300d
EAP-Message =
0x06092a864886f70d0101040500038201010065c22268162aef7dffbe9640d4a5b2170d7937a5d460b6e6f0aab7249819683ed48cdff0fa164da54a4e1bad0b37b785b55acda29b0fbc93c4ba6760dcc5be51624369f059ebc9014f41924c1c48ceb9c46e7c2c8c96a0dc2cf3868f5c253372a49c3bb25b8c27bdc23757c8be5df9dbe186dc2fa3c88dd226dce7defc9c6430baca4745ccc50602f6232847f588f0c6377da54865f81adc5ac71a24e319ffa42902b71ebe2b041f748594566a935d2223cdb094fc175ad6362594e867392240fa99154aa5888bb8e961265bcb60b2a02e60ea64c8137c0ab521ee3d2fa105fd9beeded21f70da6216ef5e
EAP-Message = 0xdd318c1b204eb98cd936aa0e
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x8867c6b08965df06fba7d62468ec40a8
Finished request 1.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 10.20.0.253 port 3072, id=0,
length=146
Cleaning up request 1 ID 0 with timestamp +14
User-Name = "CORP\\kartthikr"
NAS-IP-Address = 10.20.0.253
Called-Station-Id = "0014bf72d6be"
Calling-Station-Id = "0014a526c319"
NAS-Identifier = "0014bf72d6be"
NAS-Port = 60
Framed-MTU = 1400
State = 0x8867c6b08965df06fba7d62468ec40a8
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x020200061900
Message-Authenticator = 0x9c48adcfac3806cb91e9862cdba2aa28
+- entering group authorize
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
rlm_realm: No '@' in User-Name = "CORP\kartthikr", looking up realm NULL
rlm_realm: No such realm "NULL"
++[suffix] returns noop
rlm_eap: EAP packet type response id 2 length 6
rlm_eap: Continuing tunnel setup.
++[eap] returns ok
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
+- entering group authenticate
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
rlm_eap_tls: Received EAP-TLS ACK message
rlm_eap_tls: No SSL info available. Waiting for more SSL data.
eaptls_verify returned 1
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 10.20.0.253 port 3072
EAP-Message =
0x010303fc1940be5b4ac2ee8b831d3f00049f3082049b30820383a003020102020900bf526d3a5016cb70300d06092a864886f70d010105050030818f310b3009060355040613025553310b3009060355040813024341311230100603550407130953756e6e7976616c6531223020060355040a1319536572766572656e67696e657320436f72706f726174696f6e3126302406092a864886f70d010901161761646d696e40736572766572656e67696e65732e636f6d311330110603550403130a7365776972656c657373301e170d3038303532313231343632335a170d3130303532313231343632335a30818f310b3009060355040613025553310b
EAP-Message =
0x3009060355040813024341311230100603550407130953756e6e7976616c6531223020060355040a1319536572766572656e67696e657320436f72706f726174696f6e3126302406092a864886f70d010901161761646d696e40736572766572656e67696e65732e636f6d311330110603550403130a7365776972656c65737330820122300d06092a864886f70d01010105000382010f003082010a0282010100e52cfe85fb9d01162012ae8c984896988fbb50cd08f621cc815ee940cdc412f216d584c7a890a7f46259f63aa5564f7bf8d39a25056e33969d943d182b18c26cea18313ebf8821725aa1febede0b7519a5a5b898e10cd609e0cfddfd
EAP-Message =
0x5117e85a59903d081610e8776098063547443f0b4f05bcc14250e5d0602f2b4d61c5205df7f82b14eed90f11610d8c64477f3201651eb4fc5f9e310d9de880e7ab91899577b7f2d352d2e84b5459aefdd13f60d3e6cb3608616b3f1a5ebdf74d2728f9f0661bc88a76286c795c8c897e5e52ccf7cfdbb1ff26e95ea7c0093ad618d862a6545cf8a3e5cc2a2f24cb8f079c94013cc9bbfbdec600609856ac199c5c6f2afb0203010001a381f73081f4301d0603551d0e04160414679a4c451f1ff6af5aa6a17bce43e4cb941deb463081c40603551d230481bc3081b98014679a4c451f1ff6af5aa6a17bce43e4cb941deb46a18195a4819230818f310b
EAP-Message =
0x3009060355040613025553310b3009060355040813024341311230100603550407130953756e6e7976616c6531223020060355040a1319536572766572656e67696e657320436f72706f726174696f6e3126302406092a864886f70d010901161761646d696e40736572766572656e67696e65732e636f6d311330110603550403130a7365776972656c657373820900bf526d3a5016cb70300c0603551d13040530030101ff300d06092a864886f70d0101050500038201010061a6240b4f8f27c94e7b5adba3f74bbf02e48572da7c5d03a4a5a83271bbb561221cc7fc0387079c7d92c176995803b8efacdbde8d48ea05da00fa6b833dc6ad56f7ab
EAP-Message = 0x02a6073f5d5beca0
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x8867c6b08a64df06fba7d62468ec40a8
Finished request 2.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 10.20.0.253 port 3072, id=0,
length=146
Cleaning up request 2 ID 0 with timestamp +14
User-Name = "CORP\\kartthikr"
NAS-IP-Address = 10.20.0.253
Called-Station-Id = "0014bf72d6be"
Calling-Station-Id = "0014a526c319"
NAS-Identifier = "0014bf72d6be"
NAS-Port = 60
Framed-MTU = 1400
State = 0x8867c6b08a64df06fba7d62468ec40a8
NAS-Port-Type = Wireless-802.11
EAP-Message = 0x020300061900
Message-Authenticator = 0xceab83d10c2b53f1bf441e4c7ababfe5
+- entering group authorize
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
rlm_realm: No '@' in User-Name = "CORP\kartthikr", looking up realm NULL
rlm_realm: No such realm "NULL"
++[suffix] returns noop
rlm_eap: EAP packet type response id 3 length 6
rlm_eap: Continuing tunnel setup.
++[eap] returns ok
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
+- entering group authenticate
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
rlm_eap_tls: Received EAP-TLS ACK message
rlm_eap_tls: No SSL info available. Waiting for more SSL data.
eaptls_verify returned 1
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 10.20.0.253 port 3072
EAP-Message =
0x010400c41900b2cc8daa725863e2851dd3d8506ea2734192452f98dc2ac7e44fd747ca7b5af3607c1697dba4dcdf44f01eeb3623a026fe2654771f78047660002ef9c325f218ebb1a03a392e059fe67c43575833c8efd090377a33511fa02852a8a376b1ed8a43ddd754fa47744b58a1cfb56952c2077c199f3c7c64b27342346b61dcb40778b08f7cb10f5603dc5753c88a34abe82a2f5c302317e098d037e547aa480181cd12f78053b5d0a8e2782af1651a75f3af8407a0537d16030100040e000000
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x8867c6b08b63df06fba7d62468ec40a8
Finished request 3.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 10.20.0.253 port 3072, id=0,
length=462
Cleaning up request 3 ID 0 with timestamp +14
User-Name = "CORP\\kartthikr"
NAS-IP-Address = 10.20.0.253
Called-Station-Id = "0014bf72d6be"
Calling-Station-Id = "0014a526c319"
NAS-Identifier = "0014bf72d6be"
NAS-Port = 60
Framed-MTU = 1400
State = 0x8867c6b08b63df06fba7d62468ec40a8
NAS-Port-Type = Wireless-802.11
EAP-Message =
0x02040140198000000136160301010610000102010005ef20c54547320f6e3297c71f8ea99f11524b69100ab92606550b9ee7c2861187c9a8ef1b59a2e3c3e63810d41a9a854e95d820ce18abd0fc338f0eb77ba0b2e4f17e4b32df83aecfef5d0bdf604b174217608da39872be88ce8c001569943fc6e486148cc1a2d31a8038672707d506c45a406008e4f08a7e381b0345c47b60edfbf63151baaa95d450254deb07e2de5f3f2470e3be8cb2f83c6289bfbbd900eb5f2d914cee7dd4ed7a5236c7d950282a41e81b959c6a3b94650d49ff9102eb36dce5a79cb768cce899bca2eed25107c183d140eec88cb84d5529c8a85fcd1f61b8e36f740d6031
EAP-Message =
0xd02b2e86c4b09791c53526e97984ebbad1a4f87d269e34f314030100010116030100201c887c3d2d7a41e5035e2783dfc21ffa4121e57699c1ff7fcb8ab1243112b0bc
Message-Authenticator = 0x434df8a855445d827a05cf90c650100d
+- entering group authorize
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
rlm_realm: No '@' in User-Name = "CORP\kartthikr", looking up realm NULL
rlm_realm: No such realm "NULL"
++[suffix] returns noop
rlm_eap: EAP packet type response id 4 length 253
rlm_eap: Continuing tunnel setup.
++[eap] returns ok
rad_check_password: Found Auth-Type EAP
auth: type "EAP"
+- entering group authenticate
rlm_eap: Request found, released from the list
rlm_eap: EAP/peap
rlm_eap: processing type peap
rlm_eap_peap: Authenticate
rlm_eap_tls: processing TLS
TLS Length 310
rlm_eap_tls: Length Included
eaptls_verify returned 11
TLS_accept: SSLv3 read client key exchange A
TLS_accept: SSLv3 read finished A
TLS_accept: SSLv3 write change cipher spec A
TLS_accept: SSLv3 write finished A
TLS_accept: SSLv3 flush data
(other): SSL negotiation finished successfully
SSL Connection Established
eaptls_process returned 13
rlm_eap_peap: EAPTLS_HANDLED
++[eap] returns handled
Sending Access-Challenge of id 0 to 10.20.0.253 port 3072
EAP-Message =
0x0105003119001403010001011603010020701bb11dd23e03fcb1fcb5fdae5a57a8436efd3994b8643aabe7af777e7d3c4b
Message-Authenticator = 0x00000000000000000000000000000000
State = 0x8867c6b08c62df06fba7d62468ec40a8
Finished request 4.
Going to the next request
Waking up in 4.9 seconds.
Cleaning up request 4 ID 0 with timestamp +14
Ready to process requests.-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html