<div dir="ltr">Hi Santiago,<br><br>     I would suggest you to first try with radtest to see ntlm_auth BIND AS USER is working or not. <br><br>Have a User entry in Users file with Auth-Type := ntlm_auth <br>Add <b>ntlm_auth</b> in Authenticate section of default and inner-tunnel files in /sites-enabled directory.<br>
<br>Then if radtest returns NT Success Ok or ntlm_auth is being done by Server.<br>Then Try for RADIUS requests from actual NAS.<br><br>I have done this way as of now to check ntlm_auth Bind.<br><br>The Experts can show you more light in your problem.<br>
<br>Regards,<br>SYED<br><br><br><br><div class="gmail_quote">On Tue, Oct 7, 2008 at 2:36 PM, Santiago Matiz V <span dir="ltr"><<a href="mailto:santimatiz@yahoo.com">santimatiz@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi all<br>
I follow the instructions of Alan :<br>
<br>
<<a href="http://deployingradius.com/documents/configuration/active_directory.html" target="_blank">http://deployingradius.com/documents/configuration/active_directory.html</a>><br>
<br>
to authenticate ntlm_auth with radius but appers the following message:<br>
<br>
" WARNING: Unknown value specified for Auth-Type.  Cannot perform requested action.<br>
auth: Failed to validate the user."<br>
<br>
what is wrong?<br>
<br>
Please help.<br>
Santiago<br>
<br>
<br>
FreeRADIUS Version 2.0.5, for host i686-pc-linux-gnu, built on Sep  3 2008 at 15:55:02<br>
Copyright (C) 1999-2008 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 /usr/local/etc/raddb/radiusd.conf<br>
including configuration file /usr/local/etc/raddb/proxy.conf<br>
including configuration file /usr/local/etc/raddb/clients.conf<br>
including configuration file /usr/local/etc/raddb/snmp.conf<br>
including configuration file /usr/local/etc/raddb/eap.conf<br>
including dictionary file /usr/local/etc/raddb/dictionary<br>
main {<br>
        prefix = "/usr/local"<br>
        localstatedir = "/var"<br>
        logdir = "/var/log/radius"<br>
        libdir = "/usr/local/lib"<br>
        radacctdir = "/var/log/radius/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/radiusd/radiusd.pid"<br>
        checkrad = "/usr/local/sbin/checkrad"<br>
        debug_level = 0<br>
        proxy_requests = yes<br>
        log_auth = yes<br>
        log_auth_badpass = no<br>
        log_auth_goodpass = no<br>
        log_stripped_names = no<br>
}<br>
 client localhost {<br>
        ipaddr = <a href="http://127.0.0.1" target="_blank">127.0.0.1</a><br>
        require_message_authenticator = no<br>
        secret = "testing123"<br>
        nastype = "other"<br>
 }<br>
 client <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> {<br>
        require_message_authenticator = no<br>
        secret = "123"<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 = <a href="http://127.0.0.1" target="_blank">127.0.0.1</a><br>
        port = 1812<br>
        type = "auth"<br>
        secret = "testing123"<br>
        response_window = 20<br>
        max_outstanding = 65536<br>
        zombie_period = 40<br>
        status_check = "status-server"<br>
        ping_check = "none"<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>
 }<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>
 realm DOMAIN.LOC {<br>
        authhost = LOCAL<br>
        accthost = LOCAL<br>
 }<br>
 realm DOMAIN {<br>
        authhost = LOCAL<br>
        accthost = LOCAL<br>
 }<br>
radiusd: #### Instantiating modules ####<br>
 instantiate {<br>
 Module: Linked to module rlm_expr<br>
 Module: Instantiating expr<br>
 }<br>
radiusd: #### Loading Virtual Servers ####<br>
server {<br>
 modules {<br>
 Module: Checking authenticate {...} for more modules to load<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                --domain=%{mschap:NT-Domain:-DOMAIN}            --username=%{mschap:User-Name}          --challenge=%{mschap:Challenge:-00}             --nt-response=%{mschap:NT-Response:-00}"<br>

  }<br>
 Module: Checking authorize {...} for more modules to load<br>
 Module: Linked to module rlm_preprocess<br>
 Module: Instantiating preprocess<br>
  preprocess {<br>
        huntgroups = "/usr/local/etc/raddb/huntgroups"<br>
        hints = "/usr/local/etc/raddb/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: Linked to module rlm_realm<br>
 Module: Instantiating realmslash<br>
  realm realmslash {<br>
        format = "prefix"<br>
        delimiter = "\"<br>
        ignore_default = no<br>
        ignore_null = no<br>
  }<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_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>
  }<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 = "/usr/local/etc/raddb/certs/server.pem"<br>
        certificate_file = "/usr/local/etc/raddb/certs/server.pem"<br>
        CA_file = "/usr/local/etc/raddb/certs/ca.pem"<br>
        private_key_password = "whatever"<br>
        dh_file = "/usr/local/etc/raddb/certs/dh"<br>
        random_file = "/usr/local/etc/raddb/certs/random"<br>
        fragment_size = 1024<br>
        include_length = yes<br>
        check_crl = no<br>
        cipher_list = "DEFAULT"<br>
        make_cert_command = "/usr/local/etc/raddb/certs/bootstrap"<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>
   }<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 module rlm_files<br>
 Module: Instantiating files<br>
  files {<br>
        usersfile = "/usr/local/etc/raddb/users"<br>
        acctusersfile = "/usr/local/etc/raddb/acct_users"<br>
        compat = "no"<br>
  }<br>
 Module: Checking preacct {...} for more modules to load<br>
 Module: Checking accounting {...} 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-Id"<br>
  }<br>
 Module: Linked to module rlm_detail<br>
 Module: Instantiating detail<br>
  detail {<br>
        detailfile = "/var/log/radius/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: Linked to module rlm_radutmp<br>
 Module: Instantiating radutmp<br>
  radutmp {<br>
        filename = "/var/log/radius/radutmp"<br>
        username = "%{User-Name}"<br>
        case_sensitive = yes<br>
        check_with_nas = yes<br>
        perm = 384<br>
        callerid = yes<br>
  }<br>
 Module: Checking session {...} for more modules to load<br>
 Module: Checking post-proxy {...} for more modules to load<br>
 }<br>
}<br>
radiusd: #### Opening IP addresses and Ports ####<br>
        bind_address = *<br>
WARNING: The directive 'bind_adress' is deprecated, and will be removed in future versions of FreeRADIUS. Please edit the configuration files to use the directive 'listen'.<br>
Listening on authentication address * port 1812<br>
Listening on accounting address * port 1813<br>
Listening on proxy address * port 1814<br>
Ready to process requests.<br>
rad_recv: Access-Request packet from host <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1308, id=0, length=217<br>
        Message-Authenticator = 0x92d1b860b93a1c6d28f08eaa37697101<br>
        Service-Type = Framed-User<br>
        User-Name = "DOMAIN\\user\000"<br>
        Framed-MTU = 1488<br>
        Called-Station-Id = "00-16-E0-04-FE-44:pcountry"<br>
        Calling-Station-Id = "00-1B-77-4D-1A-74"<br>
        NAS-Identifier = "PISO 7 UG SISTEMAS"<br>
        NAS-Port-Type = Wireless-802.11<br>
        Connect-Info = "CONNECT 54Mbps 802.11g"<br>
        EAP-Message = 0x0200001601434c49434f554e5452595c736d6174697a<br>
        NAS-IP-Address = <a href="http://192.100.16.11" target="_blank">192.100.16.11</a><br>
        NAS-Port = 1<br>
        NAS-Port-Id = "STA port # 1"<br>
+- entering group authorize<br>
++[preprocess] returns ok<br>
++[mschap] returns noop<br>
    rlm_realm: Looking up realm "DOMAIN" for User-Name = "DOMAIN\user"<br>
    rlm_realm: Found realm "DOMAIN"<br>
    rlm_realm: Adding Stripped-User-Name = "user"<br>
    rlm_realm: Adding Realm = "DOMAIN"<br>
    rlm_realm: Authentication realm is LOCAL.<br>
++[realmslash] returns ok<br>
    rlm_realm: Request already proxied.  Ignoring.<br>
++[suffix] returns ok<br>
  rlm_eap: EAP packet type response id 0 length 22<br>
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>
++[eap] returns updated<br>
    users: Matched entry user at line 178<br>
++[files] returns ok<br>
  rad_check_password:  Found Auth-Type EAP<br>
auth: type "EAP"<br>
  WARNING: Unknown value specified for Auth-Type.  Cannot perform requested action.<br>
auth: Failed to validate the user.<br>
Login incorrect: [DOMAIN\\user\000] (from client <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1 cli 00-1B-77-4D-1A-74)<br>
Sending Access-Reject of id 0 to <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1308<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 <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1310, id=0, length=217<br>
        Message-Authenticator = 0xf829fc414e9407ab04ede033d5a60941<br>
        Service-Type = Framed-User<br>
        User-Name = "DOMAIN\\user\000"<br>
        Framed-MTU = 1488<br>
        Called-Station-Id = "00-16-E0-04-FE-44:pcountry"<br>
        Calling-Station-Id = "00-1B-77-4D-1A-74"<br>
        NAS-Identifier = "PISO 7 UG SISTEMAS"<br>
        NAS-Port-Type = Wireless-802.11<br>
        Connect-Info = "CONNECT 54Mbps 802.11g"<br>
        EAP-Message = 0x0200001601434c49434f554e5452595c736d6174697a<br>
        NAS-IP-Address = <a href="http://192.100.16.11" target="_blank">192.100.16.11</a><br>
        NAS-Port = 1<br>
        NAS-Port-Id = "STA port # 1"<br>
+- entering group authorize<br>
++[preprocess] returns ok<br>
++[mschap] returns noop<br>
    rlm_realm: Looking up realm "DOMAIN" for User-Name = "DOMAIN\user"<br>
    rlm_realm: Found realm "DOMAIN"<br>
    rlm_realm: Adding Stripped-User-Name = "user"<br>
    rlm_realm: Adding Realm = "DOMAIN"<br>
    rlm_realm: Authentication realm is LOCAL.<br>
++[realmslash] returns ok<br>
    rlm_realm: Request already proxied.  Ignoring.<br>
++[suffix] returns ok<br>
  rlm_eap: EAP packet type response id 0 length 22<br>
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>
++[eap] returns updated<br>
    users: Matched entry user at line 178<br>
++[files] returns ok<br>
  rad_check_password:  Found Auth-Type EAP<br>
auth: type "EAP"<br>
  WARNING: Unknown value specified for Auth-Type.  Cannot perform requested action.<br>
auth: Failed to validate the user.<br>
Login incorrect: [DOMAIN\\user\000] (from client <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1 cli 00-1B-77-4D-1A-74)<br>
Sending Access-Reject of id 0 to <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1310<br>
Finished request 1.<br>
Going to the next request<br>
Waking up in 4.7 seconds.<br>
rad_recv: Access-Request packet from host <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1312, id=0, length=217<br>
        Message-Authenticator = 0xef8314925f34ccf891d91ca6fa18857d<br>
        Service-Type = Framed-User<br>
        User-Name = "DOMAIN\\user\000"<br>
        Framed-MTU = 1488<br>
        Called-Station-Id = "00-16-E0-04-FE-44:pcountry"<br>
        Calling-Station-Id = "00-1B-77-4D-1A-74"<br>
        NAS-Identifier = "PISO 7 UG SISTEMAS"<br>
        NAS-Port-Type = Wireless-802.11<br>
        Connect-Info = "CONNECT 54Mbps 802.11g"<br>
        EAP-Message = 0x0200001601434c49434f554e5452595c736d6174697a<br>
        NAS-IP-Address = <a href="http://192.100.16.11" target="_blank">192.100.16.11</a><br>
        NAS-Port = 1<br>
        NAS-Port-Id = "STA port # 1"<br>
+- entering group authorize<br>
++[preprocess] returns ok<br>
++[mschap] returns noop<br>
    rlm_realm: Looking up realm "DOMAIN" for User-Name = "DOMAIN\user"<br>
    rlm_realm: Found realm "DOMAIN"<br>
    rlm_realm: Adding Stripped-User-Name = "user"<br>
    rlm_realm: Adding Realm = "DOMAIN"<br>
    rlm_realm: Authentication realm is LOCAL.<br>
++[realmslash] returns ok<br>
    rlm_realm: Request already proxied.  Ignoring.<br>
++[suffix] returns ok<br>
  rlm_eap: EAP packet type response id 0 length 22<br>
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>
++[eap] returns updated<br>
    users: Matched entry user at line 178<br>
++[files] returns ok<br>
  rad_check_password:  Found Auth-Type EAP<br>
auth: type "EAP"<br>
  WARNING: Unknown value specified for Auth-Type.  Cannot perform requested action.<br>
auth: Failed to validate the user.<br>
Login incorrect: [DOMAIN\\user\000] (from client <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1 cli 00-1B-77-4D-1A-74)<br>
Sending Access-Reject of id 0 to <a href="http://192.100.16.11" target="_blank">192.100.16.11</a> port 1312<br>
Finished request 2.<br>
Going to the next request<br>
Waking up in 4.4 seconds.<br>
Cleaning up request 0 ID 0 with timestamp +113<br>
Waking up in 0.2 seconds.<br>
Cleaning up request 1 ID 0 with timestamp +113<br>
Waking up in 0.2 seconds.<br>
Cleaning up request 2 ID 0 with timestamp +114<br>
Ready to process requests.<br>
<br>
Santiago Matiz (<a href="mailto:santimatiz@yahoo.com">santimatiz@yahoo.com</a>)<br>
Systems Engineer<br>
Bogotá, Colombia (South America)<br>
<br>
<br>
<br>
<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div><br></div>