I've read several threads, but none of them helped me. I saw that few users had similar problems as mine, but somehow I can't get it to work. We're using FreeRadius for testing purposes.<br><div class="gmail_quote">

<br>Story goes like this, I installed freeradius and managed to get it work with test user in users file and PEAP. Problems begin when I started to try to use AD to authenticate users. I followed this tutorial <a href="http://deployingradius.com/documents/configuration/active_directory.html" target="_blank">http://deployingradius.com/documents/configuration/active_directory.html</a>, and everything works great, until the last part . I managed to add the machine to domain, kinit command worked, wbinfo also, same as ntlm_auth, it says NT_USER_OK or similar. Thing is that when I try to connect an XP SP3 user via WiFI, authentication doesnt work.<br>


<br>Here's the server debug, when it starts<br><br><div style="margin: 7px; height: 100%; font-family: arial,helvetica,sans-serif;"><font size="4"><code><span style="color: rgb(0, 0, 0);">
petar@freeradius:~$ sudo freeradius -X
<br>FreeRADIUS Version 2.1.6, for host i486-pc-linux-gnu, built on Jun 18 2009 at 14:35:49
<br>Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. 
<br>There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 
<br>PARTICULAR PURPOSE. 
<br>You may redistribute copies of FreeRADIUS under the terms of the 
<br>GNU General Public License v2. 
<br>Starting - reading configuration files ...
<br>including configuration file /etc/freeradius/radiusd.conf
<br>including configuration file /etc/freeradius/proxy.conf
<br>including configuration file /etc/freeradius/clients.conf
<br>including files in directory /etc/freeradius/modules/
<br>including configuration file /etc/freeradius/modules/perl
<br>including configuration file /etc/freeradius/modules/smsotp
<br>including configuration file /etc/freeradius/modules/detail.log
<br>including configuration file /etc/freeradius/modules/detail
<br>including configuration file /etc/freeradius/modules/inner-eap
<br>including configuration file /etc/freeradius/modules/unix
<br>including configuration file /etc/freeradius/modules/always
<br>including configuration file /etc/freeradius/modules/<a href="http://detail.example.com" target="_blank">detail.example.com</a>
<br>including configuration file /etc/freeradius/modules/mschap
<br>including configuration file /etc/freeradius/modules/chap
<br>including configuration file /etc/freeradius/modules/files
<br>including configuration file /etc/freeradius/modules/expiration
<br>including configuration file /etc/freeradius/modules/digest
<br>including configuration file /etc/freeradius/modules/realm
<br>including configuration file /etc/freeradius/modules/linelog
<br>including configuration file /etc/freeradius/modules/passwd
<br>including configuration file /etc/freeradius/modules/checkval
<br>including configuration file /etc/freeradius/modules/otp
<br>including configuration file /etc/freeradius/modules/counter
<br>including configuration file /etc/freeradius/modules/sqlcounter_expire_on_login
<br>including configuration file /etc/freeradius/modules/attr_rewrite
<br>including configuration file /etc/freeradius/modules/attr_filter
<br>including configuration file /etc/freeradius/modules/radutmp
<br>including configuration file /etc/freeradius/modules/pam
<br>including configuration file /etc/freeradius/modules/krb5
<br>including configuration file /etc/freeradius/modules/smbpasswd
<br>including configuration file /etc/freeradius/modules/mac2ip
<br>including configuration file /etc/freeradius/modules/wimax
<br>including configuration file /etc/freeradius/modules/sradutmp
<br>including configuration file /etc/freeradius/modules/sql_log
<br>including configuration file /etc/freeradius/modules/logintime
<br>including configuration file /etc/freeradius/modules/echo
<br>including configuration file /etc/freeradius/modules/etc_group
<br>including configuration file /etc/freeradius/modules/acct_unique
<br>including configuration file /etc/freeradius/modules/policy
<br>including configuration file /etc/freeradius/modules/ippool
<br>including configuration file /etc/freeradius/modules/pap
<br>including configuration file /etc/freeradius/modules/preprocess
<br>including configuration file /etc/freeradius/modules/expr
<br>including configuration file /etc/freeradius/modules/exec
<br>including configuration file /etc/freeradius/modules/ldap
<br>including configuration file /etc/freeradius/modules/mac2vlan
<br>including configuration file /etc/freeradius/eap.conf
<br>including configuration file /etc/freeradius/policy.conf
<br>including files in directory /etc/freeradius/sites-enabled/
<br>including configuration file /etc/freeradius/sites-enabled/inner-tunnel
<br>including configuration file /etc/freeradius/sites-enabled/default
<br>including configuration file /etc/freeradius/sites-enabled/control-socket
<br>group = freerad
<br>user = freerad
<br>including dictionary file /etc/freeradius/dictionary
<br>main {
<br>    prefix = "/usr"
<br>    localstatedir = "/var"
<br>    logdir = "/var/log/freeradius"
<br>    libdir = "/usr/lib/freeradius"
<br>    radacctdir = "/var/log/freeradius/radacct"
<br>    hostname_lookups = no
<br>    max_request_time = 30
<br>    cleanup_delay = 5
<br>    max_requests = 1024
<br>    allow_core_dumps = no
<br>    pidfile = "/var/run/freeradius/freeradius.pid"
<br>    checkrad = "/usr/sbin/checkrad"
<br>    debug_level = 0
<br>    proxy_requests = yes
<br> log {
<br>    stripped_names = no
<br>    auth = no
<br>    auth_badpass = no
<br>    auth_goodpass = no
<br> }
<br> security {
<br>    max_attributes = 200
<br>    reject_delay = 1
<br>    status_server = yes
<br> }
<br>}
<br>radiusd: #### Loading Realms and Home Servers ####
<br> proxy server {
<br>    retry_delay = 5
<br>    retry_count = 3
<br>    default_fallback = no
<br>    dead_time = 120
<br>    wake_all_if_all_dead = no
<br> }
<br> home_server localhost {
<br>    ipaddr = 127.0.0.1
<br>    port = 1812
<br>    type = "auth"
<br>    secret = "testing123"
<br>    response_window = 20
<br>    max_outstanding = 65536
<br>    require_message_authenticator = no
<br>    zombie_period = 40
<br>    status_check = "status-server"
<br>    ping_interval = 30
<br>    check_interval = 30
<br>    num_answers_to_alive = 3
<br>    num_pings_to_alive = 3
<br>    revive_interval = 120
<br>    status_check_timeout = 4
<br>    irt = 2
<br>    mrt = 16
<br>    mrc = 5
<br>    mrd = 30
<br> }
<br> home_server_pool my_auth_failover {
<br>    type = fail-over
<br>    home_server = localhost
<br> }
<br> realm <a href="http://example.com" target="_blank">example.com</a> {
<br>    auth_pool = my_auth_failover
<br> }
<br> realm LOCAL {
<br> }
<br>radiusd: #### Loading Clients ####
<br> client localhost {
<br>    ipaddr = 127.0.0.1
<br>    require_message_authenticator = no
<br>    secret = "testing123"
<br>    nastype = "other"
<br> }
<br> client 172.17.0.93 {
<br>    require_message_authenticator = no
<br>    secret = "testing123"
<br>    shortname = "172.17.0.93"
<br>    nastype = "cisco"
<br> }
<br> client <a href="http://172.17.0.0/24" target="_blank">172.17.0.0/24</a> {
<br>    require_message_authenticator = no
<br>    secret = "testing123"
<br> }
<br>radiusd: #### Instantiating modules ####
<br> instantiate {
<br> Module: Linked to module rlm_exec
<br> Module: Instantiating exec
<br>  exec {
<br>    wait = no
<br>    input_pairs = "request"
<br>    shell_escape = yes
<br>  }
<br> Module: Linked to module rlm_expr
<br> Module: Instantiating expr
<br> Module: Linked to module rlm_expiration
<br> Module: Instantiating expiration
<br>  expiration {
<br>    reply-message = "Password Has Expired  "
<br>  }
<br> Module: Linked to module rlm_logintime
<br> Module: Instantiating logintime
<br>  logintime {
<br>    reply-message = "You are calling outside your allowed timespan  "
<br>    minimum-timeout = 60
<br>  }
<br> }
<br>radiusd: #### Loading Virtual Servers ####
<br>server inner-tunnel {
<br> modules {
<br> Module: Checking authenticate {...} for more modules to load
<br> Module: Linked to module rlm_pap
<br> Module: Instantiating pap
<br>  pap {
<br>    encryption_scheme = "auto"
<br>    auto_header = no
<br>  }
<br> Module: Linked to module rlm_chap
<br> Module: Instantiating chap
<br> Module: Instantiating ntlm_auth
<br>  exec ntlm_auth {
<br>    wait = yes
<br>    program = "/usr/bin/ntlm_auth --request-nt-key --domain=EXCHANGE --username=%{mschap:User-Name} --password=%{User-Password}"
<br>    input_pairs = "request"
<br>    shell_escape = yes
<br>  }
<br> Module: Linked to module rlm_mschap
<br> Module: Instantiating mschap
<br>  mschap {
<br>    use_mppe = yes
<br>    require_encryption = no
<br>    require_strong = no
<br>    with_ntdomain_hack = yes
<br>    ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{mschap:NT-Domain:-EXCHANGE}--challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
<br>  }
<br> Module: Linked to module rlm_unix
<br> Module: Instantiating unix
<br>  unix {
<br>    radwtmp = "/var/log/freeradius/radwtmp"
<br>  }
<br> Module: Linked to module rlm_eap
<br> Module: Instantiating eap
<br>  eap {
<br>    default_eap_type = "peap"
<br>    timer_expire = 60
<br>    ignore_unknown_eap_types = no
<br>    cisco_accounting_username_bug = no
<br>    max_sessions = 2048
<br>  }
<br> Module: Linked to sub-module rlm_eap_md5
<br> Module: Instantiating eap-md5
<br> Module: Linked to sub-module rlm_eap_leap
<br> Module: Instantiating eap-leap
<br> Module: Linked to sub-module rlm_eap_gtc
<br> Module: Instantiating eap-gtc
<br>   gtc {
<br>    challenge = "Password: "
<br>    auth_type = "PAP"
<br>   }
<br> Module: Linked to sub-module rlm_eap_tls
<br> Module: Instantiating eap-tls
<br>   tls {
<br>    rsa_key_exchange = no
<br>    dh_key_exchange = yes
<br>    rsa_key_length = 512
<br>    dh_key_length = 512
<br>    verify_depth = 0
<br>    pem_file_type = yes
<br>    private_key_file = "/etc/freeradius/certs/server.pem"
<br>    certificate_file = "/etc/freeradius/certs/server.pem"
<br>    CA_file = "/etc/freeradius/certs/ca.pem"
<br>    private_key_password = "whatever"
<br>    dh_file = "/etc/freeradius/certs/dh"
<br>    random_file = "/etc/freeradius/certs/random"
<br>    fragment_size = 1024
<br>    include_length = yes
<br>    check_crl = no
<br>    cipher_list = "DEFAULT"
<br>    make_cert_command = "/etc/freeradius/certs/bootstrap"
<br>    cache {
<br>    enable = no
<br>    lifetime = 24
<br>    max_entries = 255
<br>    }
<br>   }
<br> Module: Linked to sub-module rlm_eap_ttls
<br> Module: Instantiating eap-ttls
<br>   ttls {
<br>    default_eap_type = "md5"
<br>    copy_request_to_tunnel = no
<br>    use_tunneled_reply = no
<br>    virtual_server = "inner-tunnel"
<br>    include_length = yes
<br>   }
<br> Module: Linked to sub-module rlm_eap_peap
<br> Module: Instantiating eap-peap
<br>   peap {
<br>    default_eap_type = "mschapv2"
<br>    copy_request_to_tunnel = no
<br>    use_tunneled_reply = no
<br>    proxy_tunneled_request_as_eap = yes
<br>    virtual_server = "inner-tunnel"
<br>   }
<br> Module: Linked to sub-module rlm_eap_mschapv2
<br> Module: Instantiating eap-mschapv2
<br>   mschapv2 {
<br>    with_ntdomain_hack = no
<br>   }
<br> Module: Checking authorize {...} for more modules to load
<br> Module: Linked to module rlm_realm
<br> Module: Instantiating suffix
<br>  realm suffix {
<br>    format = "suffix"
<br>    delimiter = "@"
<br>    ignore_default = no
<br>    ignore_null = no
<br>  }
<br> Module: Linked to module rlm_files
<br> Module: Instantiating files
<br>  files {
<br>    usersfile = "/etc/freeradius/users"
<br>    acctusersfile = "/etc/freeradius/acct_users"
<br>    preproxy_usersfile = "/etc/freeradius/preproxy_users"
<br>    compat = "no"
<br>  }
<br> Module: Checking session {...} for more modules to load
<br> Module: Linked to module rlm_radutmp
<br> Module: Instantiating radutmp
<br>  radutmp {
<br>    filename = "/var/log/freeradius/radutmp"
<br>    username = "%{User-Name}"
<br>    case_sensitive = yes
<br>    check_with_nas = yes
<br>    perm = 384
<br>    callerid = yes
<br>  }
<br> Module: Checking post-proxy {...} for more modules to load
<br> Module: Checking post-auth {...} for more modules to load
<br> Module: Linked to module rlm_attr_filter
<br> Module: Instantiating attr_filter.access_reject
<br>  attr_filter attr_filter.access_reject {
<br>    attrsfile = "/etc/freeradius/attrs.access_reject"
<br>    key = "%{User-Name}"
<br>  }
<br> } # modules
<br>} # server
<br>server {
<br> modules {
<br> Module: Checking authenticate {...} for more modules to load
<br> Module: Checking authorize {...} for more modules to load
<br> Module: Linked to module rlm_preprocess
<br> Module: Instantiating preprocess
<br>  preprocess {
<br>    huntgroups = "/etc/freeradius/huntgroups"
<br>    hints = "/etc/freeradius/hints"
<br>    with_ascend_hack = no
<br>    ascend_channels_per_line = 23
<br>    with_ntdomain_hack = no
<br>    with_specialix_jetstream_hack = no
<br>    with_cisco_vsa_hack = no
<br>    with_alvarion_vsa_hack = no
<br>  }
<br> Module: Checking preacct {...} for more modules to load
<br> Module: Linked to module rlm_acct_unique
<br> Module: Instantiating acct_unique
<br>  acct_unique {
<br>    key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
<br>  }
<br> Module: Checking accounting {...} for more modules to load
<br> Module: Linked to module rlm_detail
<br> Module: Instantiating detail
<br>  detail {
<br>    detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
<br>    header = "%t"
<br>    detailperm = 384
<br>    dirperm = 493
<br>    locking = no
<br>    log_packet_header = no
<br>  }
<br> Module: Instantiating attr_filter.accounting_response
<br>  attr_filter attr_filter.accounting_response {
<br>    attrsfile = "/etc/freeradius/attrs.accounting_response"
<br>    key = "%{User-Name}"
<br>  }
<br> Module: Checking session {...} for more modules to load
<br> Module: Checking post-proxy {...} for more modules to load
<br> Module: Checking post-auth {...} for more modules to load
<br> } # modules
<br>} # server
<br>radiusd: #### Opening IP addresses and Ports ####
<br>listen {
<br>    type = "auth"
<br>    ipaddr = *
<br>    port = 0
<br>}
<br>listen {
<br>    type = "acct"
<br>    ipaddr = *
<br>    port = 0
<br>}
<br>listen {
<br>    type = "control"
<br> listen {
<br>    socket = "/var/run/freeradius/freeradius.sock"
<br> }
<br>}
<br>Listening on authentication address * port 1812
<br>Listening on accounting address * port 1813
<br>Listening on command file /var/run/freeradius/freeradius.sock
<br>Listening on proxy address * port 1814
<br>Ready to process requests.<br><br><font face="arial,helvetica,sans-serif"><font size="2">Here is the output when user with domen credentials try to connect via WiFi. For setting up that I checked last part of "old" tutorial <a href="http://wiki.freeradius.org/FreeRADIUS_Active_Directory_Integration_HOWTO" target="_blank">http://wiki.freeradius.org/FreeRADIUS_Active_Directory_Integration_HOWTO</a><br>


<br></font></font></span></code></font><div style="margin: 7px; height: 100%;"><code><span style="color: rgb(0, 0, 0);">
<font size="4">rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=87, length=153
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0xd325a4d6017bfc77cf5bd3c213ae1745
<br>    EAP-Message = 0x020200190145584348414e47455c706d6172696e6b6f766963
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 2 length 25
<br>[eap] No EAP Start, assuming it's an on-going EAP conversation
<br>++[eap] returns updated
<br>++[unix] returns notfound
<br>++[files] returns noop
<br>++[expiration] returns noop
<br>++[logintime] returns noop
<br>[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
<br>++[pap] returns noop
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] EAP Identity
<br>[eap] processing type tls
<br>[tls] Initiate
<br>[tls] Start returned 1
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 87 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x010300061920
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc68a90f2af50a0ba6abea9d5a
<br>Finished request 0.
<br>Going to the next request
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=88, length=226
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0xd65c918a92d5de6981b0fa3bc0aaea39
<br>    EAP-Message = 0x0203005019800000004616030100410100003d03014a4213d23c2079e6582ef6c7470d2013dd975aca0d5227311929f95487d0594a00001600040005000a000900640062000300060013001200630100
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc68a90f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 3 length 80
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>  TLS Length 70
<br>[peap] Length Included
<br>[peap] eaptls_verify returned 11 
<br>[peap]     (other): before/accept initialization 
<br>[peap]     TLS_accept: before/accept initialization 
<br>[peap] <<< TLS 1.0 Handshake [length 0041], ClientHello  
<br>[peap]     TLS_accept: SSLv3 read client hello A 
<br>[peap] >>> TLS 1.0 Handshake [length 002a], ServerHello  
<br>[peap]     TLS_accept: SSLv3 write server hello A 
<br>[peap] >>> TLS 1.0 Handshake [length 085e], Certificate  
<br>[peap]     TLS_accept: SSLv3 write certificate A 
<br>[peap] >>> TLS 1.0 Handshake [length 0004], ServerHelloDone  
<br>[peap]     TLS_accept: SSLv3 write server done A 
<br>[peap]     TLS_accept: SSLv3 flush data 
<br>[peap]     TLS_accept: Need to read more data: SSLv3 read client certificate A
<br>In SSL Handshake Phase 
<br>In SSL Accept mode  
<br>[peap] eaptls_process returned 13 
<br>[peap] EAPTLS_HANDLED
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 88 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x0104040019c00000089b160301002a0200002603014a42140726eb8f99c597f39a57ae4a007cbeca5e9a6da4f6d53570dc77b8fee500000400160301085e0b00085a0008570003a6308203a23082028aa003020102020101300d06092a864886f70d0101040500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479
<br>    EAP-Message = 0x301e170d3039303631383132343133375a170d3130303631383132343133375a307c310b3009060355040613024652310f300d0603550408130652616469757331153013060355040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c65205365727665722043657274696669636174653120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100b9cff9695c7b6e0a56aa0b242cb9a07bd57b0718d52c01564d0b68b3555965ce9d43d45b041c53daee6a8c4b2324801cd6ba4364c52b174ba9f39d4fd6b2
<br>    EAP-Message = 0xf78ba7fb9c98f95fa6be789fdeac4f17fe237a5abb8370700b78aeb53c7924e0ac26a8808c49e76f7671eb031d1f24718bc7d4058c5c674271362cecf28fa3169541031775ad716871d104c35c868d64644395fec87b58f2965d2b6629c8b2730bcc6cab8ab74c6b7a85ac5ba9fa1b2ff67763428c90078fc0d2150a41716fdd2bf8f9f915e72732c1ca643d671fea89ff55cc5d2aeb49a0266c14fb9573941fb7e2b986b750e7c830cb7a6ded5f5965726337fc24196ebfdd624c5ea40242e51d570203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d010104050003820101009565721e4e1cc2fb33
<br>    EAP-Message = 0x69d5d123852116d311bae5d9450fbbe6c195ea05acc84bd39d93d4d7acf00af9586947734b42d259696db4f6f96005c210907daefa0831362db018b64943e26e0bddcb663901f686b7f94183255294e6520e271e9cf932a74dba38890cb829fffe4a86a8dc33a34ef8ee3b7fbf64beeca7d75975ea3556cf9689e6042582a600ccfd40ef4a1e62bef677b09c3f2875298c3c7b8b62e552e7b19c083353f5b042cc68f42d9edbfc40452e7f5153f91d4aa80be64cb1e96e7585b031935467ded8d12599c5e89824ba64112b9e67c508d67c48cbee5dcbf20bc80a360a005ecb707833bb16850616e39dd34ec35542ff9613b80aaa53f2940004ab308204
<br>    EAP-Message = 0xa73082038fa0030201020209
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc69ae0f2af50a0ba6abea9d5a
<br>Finished request 1.
<br>Going to the next request
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=89, length=152
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0x54bc861048eda2e22203034f3eb31f02
<br>    EAP-Message = 0x020400061900
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc69ae0f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 4 length 6
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>[peap] Received TLS ACK
<br>[peap] ACK handshake fragment handler
<br>[peap] eaptls_verify returned 1 
<br>[peap] eaptls_process returned 13 
<br>[peap] EAPTLS_HANDLED
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 89 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x010503fc1940008be5093fd724bf3b300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479301e170d3039303631383132343133375a170d3130303631383132343133375a308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504
<br>    EAP-Message = 0x071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747930820122300d06092a864886f70d01010105000382010f003082010a0282010100b2387b926b71c0b483fae83d644f512ec4cf31cc22a456786ad78fe9260c5ad0ed084803a53005e711af4e38320cae4dabddc4f308e2397c67f27b65fb66b59a1b3ca469d271dbe63d1d68b5fe19bd9964d623a97719b25f469cab10ab905d2f259659d4f95d1068be55d3c88d7e47
<br>    EAP-Message = 0xb3c4c05b8d93ec53a8bfa9776ded03ff64317ef6ce04722c73e63f4672ba3131c3a818c994c100481195bd4d620850b5b6cea036976ead412ac077e8fb58142517ef53fae5ccd3380ae57a873659f144b9bf9204b092741dc4f6d3d6a5f478f6ec2a0ada457778edaffec26bd36be9e28ab59ad1817ac5902692dc6a574946d6dfadd0ff18b13e329980ad23d8d1e43e450203010001a381fb3081f8301d0603551d0e041604141eebd5a29c221e94740f672acf7ee98a2fd82b303081c80603551d230481c03081bd80141eebd5a29c221e94740f672acf7ee98a2fd82b30a18199a48196308193310b3009060355040613024652310f300d06035504
<br>    EAP-Message = 0x0813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f726974798209008be5093fd724bf3b300c0603551d13040530030101ff300d06092a864886f70d0101050500038201010005525a77c2eafa9426fb81adb9f5b755abdcfdcd797a140c2ed7752ea621ac4e7fe59b15e9b032ab9c01ca92e400010dae6b00ce089dc026510221a7408b77373469311bf4c79e16c9cbc51a4e8bdbfc1048
<br>    EAP-Message = 0xc3be21b792c4ed44
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc6aaf0f2af50a0ba6abea9d5a
<br>Finished request 2.
<br>Going to the next request
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=90, length=152
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0x4aa0ce893551d6796e4ad98991f72c7a
<br>    EAP-Message = 0x020500061900
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc6aaf0f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 5 length 6
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>[peap] Received TLS ACK
<br>[peap] ACK handshake fragment handler
<br>[peap] eaptls_verify returned 1 
<br>[peap] eaptls_process returned 13 
<br>[peap] EAPTLS_HANDLED
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 90 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x010600b51900a73433974eaca7174e319cb9708968c1efee2e5560ed1a98add3ff825b9c9b01472a7cd67c0c4f4b12b3a0d8751b039683fc88ce04b8da5ea71539a4a489ae0e19db05e4c410c1c9efef5233c0a5c28c1301b72a583bb952ec8ab7da466464a7e61a7227ece5fcf9ffcf230642c011a1140916315783367053fb2b974be359082c462e7d067ef710d750c9646b8b704fd5b36454f10af7b5e8cb999e9bcd7007448ac284613a16030100040e000000
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc6bac0f2af50a0ba6abea9d5a
<br>Finished request 3.
<br>Going to the next request
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=91, length=468
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0x8e5ddf0e25d2b052a6f94a88d0263087
<br>    EAP-Message = 0x0206014019800000013616030101061000010201007797e2f40c6e89796600ce543bfe70485622255a8239b73db3550a7f3ba9f341d8af63e1894d913c58f507ea0457daf79a5f1f12588fec8ea52d9a8c3172aaf276930ba07116d21b1ed3d5768626a0b26ac5e1b1f41887ee1667f0cf2c050ba8cedc7fbe027c0efa9b11e92dac089fa628e0badfca2b566eb512104092565bd115a2c46c4fb4f1d6a4b879bfdf25401f16652e3fb1db6d197db077e90c7a0b931634e028163d79755c7b1da3552261b05e5ebff1d5e960ac4272ea661a7609b46a07ffdc00f31a09e2a77facbec3df95ae49ef109da80cf3053abe22d1c91a9db97faa5efb071463
<br>    EAP-Message = 0xf5d409faec2a51aae45678227398f4dc93a53b33e6e509a41403010001011603010020a595650d85d9d8ebbd4b935212b306389ea4ff1e4a3678ac25505e59abdead87
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc6bac0f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 6 length 253
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>  TLS Length 310
<br>[peap] Length Included
<br>[peap] eaptls_verify returned 11 
<br>[peap] <<< TLS 1.0 Handshake [length 0106], ClientKeyExchange  
<br>[peap]     TLS_accept: SSLv3 read client key exchange A 
<br>[peap] <<< TLS 1.0 ChangeCipherSpec [length 0001]  
<br>[peap] <<< TLS 1.0 Handshake [length 0010], Finished  
<br>[peap]     TLS_accept: SSLv3 read finished A 
<br>[peap] >>> TLS 1.0 ChangeCipherSpec [length 0001]  
<br>[peap]     TLS_accept: SSLv3 write change cipher spec A 
<br>[peap] >>> TLS 1.0 Handshake [length 0010], Finished  
<br>[peap]     TLS_accept: SSLv3 write finished A 
<br>[peap]     TLS_accept: SSLv3 flush data 
<br>[peap]     (other): SSL negotiation finished successfully 
<br>SSL Connection Established 
<br>[peap] eaptls_process returned 13 
<br>[peap] EAPTLS_HANDLED
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 91 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x0107003119001403010001011603010020b47e0fc66abd9d43a1963f41f8c6d6c072b3cb66001a7793c1581bc6fcbc7963
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc6cad0f2af50a0ba6abea9d5a
<br>Finished request 4.
<br>Going to the next request
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=92, length=152
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0xa98a256c4a390756a51eaad4cb7a3bdb
<br>    EAP-Message = 0x020700061900
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc6cad0f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 7 length 6
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>[peap] Received TLS ACK
<br>[peap] ACK handshake is finished
<br>[peap] eaptls_verify returned 3 
<br>[peap] eaptls_process returned 3 
<br>[peap] EAPTLS_SUCCESS
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 92 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x0108002019001703010015eb32b973d50fe1c93287e0a62f7994c2bceb4eeec3
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc6da20f2af50a0ba6abea9d5a
<br>Finished request 5.
<br>Going to the next request
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=93, length=194
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0x4b39bbfb00cd8a8dc76be1b73cde14f1
<br>    EAP-Message = 0x0208003019001703010025374f8bdd2c4915fbbdc65f26eea29db863d44902cf2accbf135038d640c8d84cca815269fd
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc6da20f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 8 length 48
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>[peap] eaptls_verify returned 7 
<br>[peap] Done initial handshake
<br>[peap] eaptls_process returned 7 
<br>[peap] EAPTLS_OK
<br>[peap] Session established.  Decoding tunneled attributes.
<br>[peap] Identity - EXCHANGE\pmarinkovic
<br>[peap] Got tunneled request
<br>    EAP-Message = 0x020800190145584348414e47455c706d6172696e6b6f766963
<br>server  {
<br>  PEAP: Got tunneled identity of EXCHANGE\pmarinkovic
<br>  PEAP: Setting default EAP type for tunneled EAP session.
<br>  PEAP: Setting User-Name to EXCHANGE\pmarinkovic
<br>Sending tunneled request
<br>    EAP-Message = 0x020800190145584348414e47455c706d6172696e6b6f766963
<br>    FreeRADIUS-Proxied-To = 127.0.0.1
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>server inner-tunnel {
<br>+- entering group authorize {...}
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>++[unix] returns notfound
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>++[control] returns noop
<br>[eap] EAP packet type response id 8 length 25
<br>[eap] No EAP Start, assuming it's an on-going EAP conversation
<br>++[eap] returns updated
<br>++[files] returns noop
<br>++[expiration] returns noop
<br>++[logintime] returns noop
<br>++[pap] returns noop
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] EAP Identity
<br>[eap] processing type mschapv2
<br>rlm_eap_mschapv2: Issuing Challenge
<br>++[eap] returns handled
<br>} # server inner-tunnel
<br>[peap] Got tunneled reply code 11
<br>    EAP-Message = 0x0109002e1a01090029103033c05ef4057d06db43e3671ec5892545584348414e47455c706d6172696e6b6f766963
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0xe9cb5785e9c24dc02f0c5b9856abc538
<br>[peap] Got tunneled reply RADIUS code 11
<br>    EAP-Message = 0x0109002e1a01090029103033c05ef4057d06db43e3671ec5892545584348414e47455c706d6172696e6b6f766963
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0xe9cb5785e9c24dc02f0c5b9856abc538
<br>[peap] Got tunneled Access-Challenge
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 93 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x010900451900170301003a35147e663ad6ef2afe346252613a6f70209cdaed1e90d5822ab86c68687b785cf52bfc7354a7174beec2771f73838369d9b46276ba297e4e8b4b
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc6ea30f2af50a0ba6abea9d5a
<br>Finished request 6.
<br>Going to the next request
<br>Waking up in 4.8 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=94, length=248
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0xcbb6232d980618716e1e9bf37945d32c
<br>    EAP-Message = 0x020900661900170301005b9b97402e1842ca116277c3402b4a3ade8705ca8fcd85040733779bcfde103f1ef8083fcf9dec676da34bfe97b6dd7b5337e2120b8d6cf6ed07486b89846b5ec8e0a2a1c66a40444210ed213bbeeb04ba75c171bf0073e33da7e5fd
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18204
<br>    State = 0x68aa16cc6ea30f2af50a0ba6abea9d5a
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 9 length 102
<br>[eap] Continuing tunnel setup.
<br>++[eap] returns ok
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/peap
<br>[eap] processing type peap
<br>[peap] processing EAP-TLS
<br>[peap] eaptls_verify returned 7 
<br>[peap] Done initial handshake
<br>[peap] eaptls_process returned 7 
<br>[peap] EAPTLS_OK
<br>[peap] Session established.  Decoding tunneled attributes.
<br>[peap] EAP type mschapv2
<br>[peap] Got tunneled request
<br>    EAP-Message = 0x0209004f1a0209004a31eede92de63d6b5c0e2fa83f3c0307c7f00000000000000007d955691d4b353ed671b109278a02de0ceabec8cdde2eb930045584348414e47455c706d6172696e6b6f766963
<br>server  {
<br>  PEAP: Setting User-Name to EXCHANGE\pmarinkovic
<br>Sending tunneled request
<br>    EAP-Message = 0x0209004f1a0209004a31eede92de63d6b5c0e2fa83f3c0307c7f00000000000000007d955691d4b353ed671b109278a02de0ceabec8cdde2eb930045584348414e47455c706d6172696e6b6f766963
<br>    FreeRADIUS-Proxied-To = 127.0.0.1
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    State = 0xe9cb5785e9c24dc02f0c5b9856abc538
<br>server inner-tunnel {
<br>+- entering group authorize {...}
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>++[unix] returns notfound
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>++[control] returns noop
<br>[eap] EAP packet type response id 9 length 79
<br>[eap] No EAP Start, assuming it's an on-going EAP conversation
<br>++[eap] returns updated
<br>++[files] returns noop
<br>++[expiration] returns noop
<br>++[logintime] returns noop
<br>++[pap] returns noop
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] Request found, released from the list
<br>[eap] EAP/mschapv2
<br>[eap] processing type mschapv2
<br>[mschapv2] +- entering group MS-CHAP {...}
<br>[mschap] No Cleartext-Password configured.  Cannot create LM-Password.
<br>[mschap] No Cleartext-Password configured.  Cannot create NT-Password.
<br>[mschap] Told to do MS-CHAPv2 for pmarinkovic with NT-Password
<br>[mschap]     expand: --username=%{mschap:User-Name:-None} -> --username=pmarinkovic
<br>[mschap]  mschap2: 30
<br>[mschap]     expand: --domain=%{mschap:NT-Domain:-EXCHANGE}--challenge=%{mschap:Challenge:-00} -> --domain=EXCHANGE--challenge=73e442d7ccbf38a0
<br>[mschap]     expand: --nt-response=%{mschap:NT-Response:-00} -> --nt-response=7d955691d4b353ed671b109278a02de0ceabec8cdde2eb93
<br>password:<br><br><font style="font-family: arial,helvetica,sans-serif;" size="2">It asks me for a password? When I enter password of that domain account, it gives following output<br><br></font></font></span></code><div style="margin: 7px; height: 100%; font-family: arial,helvetica,sans-serif;">


<font size="4"><code><span style="color: rgb(0, 0, 0);">
Exec-Program output: NT_STATUS_NO_SUCH_USER: No such user (0xc0000064) 
<br>Exec-Program-Wait: plaintext: NT_STATUS_NO_SUCH_USER: No such user (0xc0000064) 
<br>Exec-Program: returned: 1
<br>[mschap] External script failed.
<br>[mschap] FAILED: MS-CHAP2-Response is incorrect
<br>++[mschap] returns reject
<br>[eap] Freeing handler
<br>++[eap] returns reject
<br>Failed to authenticate the user.
<br>} # server inner-tunnel
<br>[peap] Got tunneled reply code 3
<br>    MS-CHAP-Error = "\tE=691 R=1"
<br>    EAP-Message = 0x04090004
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>[peap] Got tunneled reply RADIUS code 3
<br>    MS-CHAP-Error = "\tE=691 R=1"
<br>    EAP-Message = 0x04090004
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>[peap] Tunneled authentication was rejected.
<br>[peap] FAILURE
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 94 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x010a00261900170301001bc119cd9925061d59f4967693d64f29c70171a0a82c0c0c8d92602c
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0x68aa16cc6fa00f2af50a0ba6abea9d5a
<br>Finished request 7.
<br>Going to the next request
<br>Cleaning up request 0 ID 87 with timestamp +276
<br>Cleaning up request 1 ID 88 with timestamp +276
<br>Cleaning up request 2 ID 89 with timestamp +276
<br>Cleaning up request 3 ID 90 with timestamp +276
<br>Cleaning up request 4 ID 91 with timestamp +276
<br>Cleaning up request 5 ID 92 with timestamp +276
<br>Cleaning up request 6 ID 93 with timestamp +276
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=94, length=248
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 94
<br>Sending Access-Challenge of id 94 to 172.17.0.93 port 1645
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=94, length=248
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 94
<br>Sending Access-Challenge of id 94 to 172.17.0.93 port 1645
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=94, length=248
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 94
<br>Sending Access-Challenge of id 94 to 172.17.0.93 port 1645
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=94, length=248
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 94
<br>Sending Access-Challenge of id 94 to 172.17.0.93 port 1645
<br>Waking up in 4.9 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=95, length=153
<br>    User-Name = "EXCHANGE\\pmarinkovic"
<br>    Framed-MTU = 1400
<br>    Called-Station-Id = "0014.1cde.6ab0"
<br>    Calling-Station-Id = "0016.ead8.3812"
<br>    Service-Type = Login-User
<br>    Message-Authenticator = 0xc80201228ec35028d9ce888dc15f8ac3
<br>    EAP-Message = 0x020200190145584348414e47455c706d6172696e6b6f766963
<br>    NAS-Port-Type = Wireless-802.11
<br>    NAS-Port = 18206
<br>    NAS-IP-Address = 172.17.0.93
<br>    NAS-Identifier = "ap"
<br>+- entering group authorize {...}
<br>++[preprocess] returns ok
<br>++[chap] returns noop
<br>++[mschap] returns noop
<br>[suffix] No '@' in User-Name = "EXCHANGE\pmarinkovic", looking up realm NULL
<br>[suffix] No such realm "NULL"
<br>++[suffix] returns noop
<br>[eap] EAP packet type response id 2 length 25
<br>[eap] No EAP Start, assuming it's an on-going EAP conversation
<br>++[eap] returns updated
<br>++[unix] returns notfound
<br>++[files] returns noop
<br>++[expiration] returns noop
<br>++[logintime] returns noop
<br>[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
<br>++[pap] returns noop
<br>Found Auth-Type = EAP
<br>+- entering group authenticate {...}
<br>[eap] EAP Identity
<br>[eap] processing type tls
<br>[tls] Initiate
<br>[tls] Start returned 1
<br>++[eap] returns handled
<br>Sending Access-Challenge of id 95 to 172.17.0.93 port 1645
<br>    EAP-Message = 0x010300061920
<br>    Message-Authenticator = 0x00000000000000000000000000000000
<br>    State = 0xebca9fefebc98666206fed83e0de5375
<br>Finished request 8.
<br>Going to the next request
<br>Waking up in 4.8 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=95, length=153
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 95
<br>Sending Access-Challenge of id 95 to 172.17.0.93 port 1645
<br>Waking up in 4.8 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=95, length=153
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 95
<br>Sending Access-Challenge of id 95 to 172.17.0.93 port 1645
<br>Waking up in 4.8 seconds.
<br>rad_recv: Access-Request packet from host 172.17.0.93 port 1645, id=95, length=153
<br>Sending duplicate reply to client 172.17.0.93 port 1645 - ID: 95
<br>Sending Access-Challenge of id 95 to 172.17.0.93 port 1645
<br>Waking up in 4.8 seconds.
<br>Cleaning up request 7 ID 94 with timestamp +276
<br>Waking up in 0.1 seconds.
<br>Cleaning up request 8 ID 95 with timestamp +531
<br>Ready to process requests.<br><br><font size="2"><font face="arial,helvetica,sans-serif"><font size="2"><span style="font-family: arial,helvetica,sans-serif;">In radiusd.conf, I only added exec lines to modules section from the tutorial<br>

<br></span></font></font></font></span></code></font>exec ntlm_auth {<br>
                wait = yes<br>
                program = "<b>/</b>usr/bin/ntlm_auth ntlm_auth --request-nt-key --domain=EXCHANGE --username=%{mschap:User-Name} --password=%{User-Password}"<br>
        }<br><div style="margin: 7px; height: 100%;"><code><span style="color: rgb(0, 0, 0);"><font size="4"><br><br><font style="font-family: arial,helvetica,sans-serif;" size="2">And mschap file in modules dir. I left those 3 commented lines, I tried also with them, but no luck.</font></font></span></code><font size="4"><code><span style="color: rgb(0, 0, 0);"><br>


<br>mschap {
<br>    with_ntdomain_hack = yes
<br>    #use_mppe = yes
<br>    #require_encryption = yes<br>    #require_strong = no<br>    
<br>    ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{mschap:NT-Domain:-EXCHANGE}--challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
<br>}<br><br><font face="arial,helvetica,sans-serif"><font size="2">What I am doing wrong here? In eap.conf I only changed default_auth_type to PEAP, and that's all. Many thanks for your help, and I would appreaciate it a lot if you can help me, cause this thing is driving me crazy for last 2-3 days. I read bunch of topics, but none helped..</font></font><br>


</span></code></font></div><font size="4"><br><br><br></font></div><font style="font-family: arial,helvetica,sans-serif;" size="4"><br><br><br></font></div><font style="font-family: arial,helvetica,sans-serif;" size="4"><br>


<br><br></font><font style="font-family: arial,helvetica,sans-serif;" size="4"><code><span style="color: rgb(0, 0, 0);"><br> <br><br><br></span><br></code></font></div>
</div><br>