<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.17097" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Still not working. Here is the debug:</DIV>
<DIV> </DIV>
<DIV>radius2:/home/radius # radiusd -X<BR>FreeRADIUS Version 2.1.10, for host i686-pc-linux-gnu, built on Mar 23 2011 at 11:28:44<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/raddb/radiusd.conf<BR>including configuration file /etc/raddb/proxy.conf<BR>including configuration file /etc/raddb/clients.conf<BR>including files in directory /etc/raddb/modules/<BR>including configuration file /etc/raddb/modules/acct_unique<BR>including configuration file /etc/raddb/modules/always<BR>including configuration file /etc/raddb/modules/attr_filter<BR>including configuration file /etc/raddb/modules/attr_rewrite<BR>including configuration file /etc/raddb/modules/chap<BR>including configuration file /etc/raddb/modules/checkval<BR>including configuration file /etc/raddb/modules/counter<BR>including configuration file /etc/raddb/modules/cui<BR>including configuration file /etc/raddb/modules/detail<BR>including configuration file /etc/raddb/modules/detail.example.com<BR>including configuration file /etc/raddb/modules/detail.log<BR>including configuration file /etc/raddb/modules/digest<BR>including configuration file /etc/raddb/modules/dynamic_clients<BR>including configuration file /etc/raddb/modules/echo<BR>including configuration file /etc/raddb/modules/etc_group<BR>including configuration file /etc/raddb/modules/exec<BR>including configuration file /etc/raddb/modules/expiration<BR>including configuration file /etc/raddb/modules/expr<BR>including configuration file /etc/raddb/modules/files<BR>including configuration file /etc/raddb/modules/inner-eap<BR>including configuration file /etc/raddb/modules/ippool<BR>including configuration file /etc/raddb/modules/krb5<BR>including configuration file /etc/raddb/modules/ldap<BR>including configuration file /etc/raddb/modules/linelog<BR>including configuration file /etc/raddb/modules/logintime<BR>including configuration file /etc/raddb/modules/mac2ip<BR>including configuration file /etc/raddb/modules/mac2vlan<BR>including configuration file /etc/raddb/modules/mschap<BR>including configuration file /etc/raddb/modules/ntlm_auth<BR>including configuration file /etc/raddb/modules/opendirectory<BR>including configuration file /etc/raddb/modules/otp<BR>including configuration file /etc/raddb/modules/pam<BR>including configuration file /etc/raddb/modules/pap<BR>including configuration file /etc/raddb/modules/passwd<BR>including configuration file /etc/raddb/modules/perl<BR>including configuration file /etc/raddb/modules/policy<BR>including configuration file /etc/raddb/modules/preprocess<BR>including configuration file /etc/raddb/modules/radutmp<BR>including configuration file /etc/raddb/modules/realm<BR>including configuration file /etc/raddb/modules/smbpasswd<BR>including configuration file /etc/raddb/modules/smsotp<BR>including configuration file /etc/raddb/modules/sql_log<BR>including configuration file /etc/raddb/modules/sqlcounter_expire_on_login<BR>including configuration file /etc/raddb/modules/sradutmp<BR>including configuration file /etc/raddb/modules/unix<BR>including configuration file /etc/raddb/modules/wimax<BR>including configuration file /etc/raddb/eap.conf<BR>including configuration file /etc/raddb/policy.conf<BR>including files in directory /etc/raddb/sites-enabled/<BR>including configuration file /etc/raddb/sites-enabled/default<BR>including configuration file /etc/raddb/sites-enabled/inner-tunnel<BR>including configuration file /etc/raddb/sites-enabled/control-socket<BR>main {<BR>        allow_core_dumps = no<BR>}<BR>including dictionary file /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>        pidfile = "/var/run/radiusd/radiusd.pid"<BR>        checkrad = "/usr/local/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 = yes<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 example.com {<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 10.152.0.0/13 {<BR>        require_message_authenticator = no<BR>        secret = "centrino"<BR>        shortname = "centrino"<BR>        nastype = "aruba"<BR> }<BR> client 10.24.0.0/13 {<BR>        require_message_authenticator = no<BR>        secret = "centrino"<BR>        shortname = "centrino"<BR>        nastype = "aruba"<BR> }<BR> client 10.56.0.0/13 {<BR>        require_message_authenticator = no<BR>        secret = "centrino"<BR>        shortname = "centrino"<BR>        nastype = "aruba"<BR> }<BR> client 10.32.0.0/13 {<BR>        require_message_authenticator = no<BR>        secret = "centrino"<BR>        shortname = "centrino"<BR>        nastype = "aruba"<BR> }<BR> client 10.16.0.0/13 {<BR>        require_message_authenticator = no<BR>        secret = "centrino"<BR>        shortname = "centrino"<BR>        nastype = "aruba"<BR> }<BR> client 10.72.0.0/13 {<BR>        require_message_authenticator = no<BR>        secret = "centrino"<BR>        shortname = "centrino"<BR>        nastype = "aruba"<BR> }<BR>radiusd: #### Instantiating modules ####<BR> instantiate {<BR> Module: Linked to module rlm_exec<BR> Module: Instantiating module "exec" from file /etc/raddb/modules/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 module "expr" from file /etc/raddb/modules/expr<BR> Module: Linked to module rlm_expiration<BR> Module: Instantiating module "expiration" from file /etc/raddb/modules/expiration<BR>  expiration {<BR>        reply-message = "Password Has Expired  "<BR>  }<BR> Module: Linked to module rlm_logintime<BR> Module: Instantiating module "logintime" from file /etc/raddb/modules/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 { # from file /etc/raddb/sites-enabled/inner-tunnel<BR> modules {<BR> Module: Checking authenticate {...} for more modules to load<BR> Module: Linked to module rlm_pap<BR> Module: Instantiating module "pap" from file /etc/raddb/modules/pap<BR>  pap {<BR>        encryption_scheme = "auto"<BR>        auto_header = no<BR>  }<BR> Module: Linked to module rlm_chap<BR> Module: Instantiating module "chap" from file /etc/raddb/modules/chap<BR> Module: Linked to module rlm_mschap<BR> Module: Instantiating module "mschap" from file /etc/raddb/modules/mschap<BR>  mschap {<BR>        use_mppe = yes<BR>        require_encryption = no<BR>        require_strong = no<BR>        with_ntdomain_hack = yes<BR>  }<BR> Module: Linked to module rlm_unix<BR> Module: Instantiating module "unix" from file /etc/raddb/modules/unix<BR>  unix {<BR>        radwtmp = "/var/log/radius/radwtmp"<BR>  }<BR> Module: Linked to module rlm_eap<BR> Module: Instantiating module "eap" from file /etc/raddb/eap.conf<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 = 4096<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>        CA_path = "/etc/raddb/certs"<BR>        pem_file_type = yes<BR>        private_key_file = "/etc/raddb/certs/server.pem"<BR>        certificate_file = "/etc/raddb/certs/server.pem"<BR>        CA_file = "/etc/raddb/certs/ca.pem"<BR>        private_key_password = "whatever"<BR>        dh_file = "/etc/raddb/certs/dh"<BR>        random_file = "/etc/raddb/certs/random"<BR>        fragment_size = 1024<BR>        include_length = yes<BR>        check_crl = no<BR>        cipher_list = "DEFAULT"<BR>        make_cert_command = "/etc/raddb/certs/bootstrap"<BR>    cache {<BR>        enable = no<BR>        lifetime = 24<BR>        max_entries = 255<BR>    }<BR>    verify {<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 module "suffix" from file /etc/raddb/modules/realm<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 module "files" from file /etc/raddb/modules/files<BR>  files {<BR>        usersfile = "/etc/raddb/users"<BR>        acctusersfile = "/etc/raddb/acct_users"<BR>        preproxy_usersfile = "/etc/raddb/preproxy_users"<BR>        compat = "no"<BR>  }<BR> Module: Linked to module rlm_ldap<BR> Module: Instantiating module "ldap" from file /etc/raddb/modules/ldap<BR>  ldap {<BR>        server = "172.17.152.4"<BR>        port = 636<BR>        password = "xxxxxx"<BR>        identity = "cn=admin,o=hpsd_48"<BR>        net_timeout = 1<BR>        timeout = 4<BR>        timelimit = 3<BR>        tls_mode = no<BR>        start_tls = no<BR>        tls_require_cert = "allow"<BR>   tls {<BR>        start_tls = no<BR>        require_cert = "allow"<BR>   }<BR>        basedn = "o=hpsd_48"<BR>        filter = "(uid=%{mschap:User-Name:-%{User-Name}})"<BR>        base_filter = "(objectclass=radiusprofile)"<BR>        password_attribute = "nspmPassword"<BR>        auto_header = no<BR>        access_attr_used_for_allow = yes<BR>        groupname_attribute = "cn"<BR>        groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"<BR>        dictionary_mapping = "/etc/raddb/ldap.attrmap"<BR>        ldap_debug = 0<BR>        ldap_connections_number = 5<BR>        compare_check_items = no<BR>        do_xlat = yes<BR>        edir_account_policy_check = yes<BR>        set_auth_type = no<BR>  }<BR>rlm_ldap: Registering ldap_groupcmp for Ldap-Group<BR>rlm_ldap: Registering ldap_xlat with xlat_name ldap<BR>rlm_ldap: reading ldap<->radius mappings from file /etc/raddb/ldap.attrmap<BR>rlm_ldap: LDAP radiusCheckItem mapped to RADIUS $GENERIC$<BR>rlm_ldap: LDAP radiusReplyItem mapped to RADIUS $GENERIC$<BR>rlm_ldap: LDAP radiusAuthType mapped to RADIUS Auth-Type<BR>rlm_ldap: LDAP radiusSimultaneousUse mapped to RADIUS Simultaneous-Use<BR>rlm_ldap: LDAP radiusCalledStationId mapped to RADIUS Called-Station-Id<BR>rlm_ldap: LDAP radiusCallingStationId mapped to RADIUS Calling-Station-Id<BR>rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password<BR>rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password<BR>rlm_ldap: LDAP dBCSPwd mapped to RADIUS LM-Password<BR>rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<BR>rlm_ldap: LDAP acctFlags mapped to RADIUS SMB-Account-CTRL-TEXT<BR>rlm_ldap: LDAP radiusExpiration mapped to RADIUS Expiration<BR>rlm_ldap: LDAP radiusNASIpAddress mapped to RADIUS NAS-IP-Address<BR>rlm_ldap: LDAP radiusServiceType mapped to RADIUS Service-Type<BR>rlm_ldap: LDAP radiusFramedProtocol mapped to RADIUS Framed-Protocol<BR>rlm_ldap: LDAP radiusFramedIPAddress mapped to RADIUS Framed-IP-Address<BR>rlm_ldap: LDAP radiusFramedIPNetmask mapped to RADIUS Framed-IP-Netmask<BR>rlm_ldap: LDAP radiusFramedRoute mapped to RADIUS Framed-Route<BR>rlm_ldap: LDAP radiusFramedRouting mapped to RADIUS Framed-Routing<BR>rlm_ldap: LDAP radiusFilterId mapped to RADIUS Filter-Id<BR>rlm_ldap: LDAP radiusFramedMTU mapped to RADIUS Framed-MTU<BR>rlm_ldap: LDAP radiusFramedCompression mapped to RADIUS Framed-Compression<BR>rlm_ldap: LDAP radiusLoginIPHost mapped to RADIUS Login-IP-Host<BR>rlm_ldap: LDAP radiusLoginService mapped to RADIUS Login-Service<BR>rlm_ldap: LDAP radiusLoginTCPPort mapped to RADIUS Login-TCP-Port<BR>rlm_ldap: LDAP radiusCallbackNumber mapped to RADIUS Callback-Number<BR>rlm_ldap: LDAP radiusCallbackId mapped to RADIUS Callback-Id<BR>rlm_ldap: LDAP radiusFramedIPXNetwork mapped to RADIUS Framed-IPX-Network<BR>rlm_ldap: LDAP radiusClass mapped to RADIUS Class<BR>rlm_ldap: LDAP radiusSessionTimeout mapped to RADIUS Session-Timeout<BR>rlm_ldap: LDAP radiusIdleTimeout mapped to RADIUS Idle-Timeout<BR>rlm_ldap: LDAP radiusTerminationAction mapped to RADIUS Termination-Action<BR>rlm_ldap: LDAP radiusLoginLATService mapped to RADIUS Login-LAT-Service<BR>rlm_ldap: LDAP radiusLoginLATNode mapped to RADIUS Login-LAT-Node<BR>rlm_ldap: LDAP radiusLoginLATGroup mapped to RADIUS Login-LAT-Group<BR>rlm_ldap: LDAP radiusFramedAppleTalkLink mapped to RADIUS Framed-AppleTalk-Link<BR>rlm_ldap: LDAP radiusFramedAppleTalkNetwork mapped to RADIUS Framed-AppleTalk-Network<BR>rlm_ldap: LDAP radiusFramedAppleTalkZone mapped to RADIUS Framed-AppleTalk-Zone<BR>rlm_ldap: LDAP radiusPortLimit mapped to RADIUS Port-Limit<BR>rlm_ldap: LDAP radiusLoginLATPort mapped to RADIUS Login-LAT-Port<BR>rlm_ldap: LDAP radiusReplyMessage mapped to RADIUS Reply-Message<BR>rlm_ldap: LDAP radiusTunnelType mapped to RADIUS Tunnel-Type<BR>rlm_ldap: LDAP radiusTunnelMediumType mapped to RADIUS Tunnel-Medium-Type<BR>rlm_ldap: LDAP radiusTunnelPrivateGroupId mapped to RADIUS Tunnel-Private-Group-Id<BR>conns: 0x8197a38<BR> Module: Checking session {...} for more modules to load<BR> Module: Linked to module rlm_radutmp<BR> Module: Instantiating module "radutmp" from file /etc/raddb/modules/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 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 module "attr_filter.access_reject" from file /etc/raddb/modules/attr_filter<BR>  attr_filter attr_filter.access_reject {<BR>        attrsfile = "/etc/raddb/attrs.access_reject"<BR>        key = "%{User-Name}"<BR>  }<BR> } # modules<BR>} # server<BR>server { # from file /etc/raddb/radiusd.conf<BR> modules {<BR> Module: Checking authenticate {...} for more modules to load<BR> Module: Linked to module rlm_digest<BR> Module: Instantiating module "digest" from file /etc/raddb/modules/digest<BR> Module: Checking authorize {...} for more modules to load<BR> Module: Linked to module rlm_preprocess<BR> Module: Instantiating module "preprocess" from file /etc/raddb/modules/preprocess<BR>  preprocess {<BR>        huntgroups = "/etc/raddb/huntgroups"<BR>        hints = "/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: Checking preacct {...} for more modules to load<BR> Module: Linked to module rlm_acct_unique<BR> Module: Instantiating module "acct_unique" from file /etc/raddb/modules/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 module "detail" from file /etc/raddb/modules/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: Instantiating module "attr_filter.accounting_response" from file /etc/raddb/modules/attr_filter<BR>  attr_filter attr_filter.accounting_response {<BR>        attrsfile = "/etc/raddb/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/radiusd/radiusd.sock"<BR> }<BR>}<BR>listen {<BR>        type = "auth"<BR>        ipaddr = 127.0.0.1<BR>        port = 18120<BR>}<BR>Listening on authentication address * port 1812<BR>Listening on accounting address * port 1813<BR>Listening on command file /var/run/radiusd/radiusd.sock<BR>Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel<BR>Listening on proxy address * port 1814<BR>Ready to process requests.<BR>rad_recv: Access-Request packet from host 10.152.0.100 port 32819, id=91, length=203<BR>        NAS-IP-Address = 10.152.0.100<BR>        NAS-Port = 0<BR>        NAS-Port-Type = Wireless-802.11<BR>        User-Name = "host/TECH-11501"<BR>        Calling-Station-Id = "00265EE9B2CA"<BR>        Called-Station-Id = "000B86611894"<BR>        MS-CHAP-Challenge = 0x5551e00f40ce355de8053dbc2f64b5dd<BR>        MS-CHAP2-Response = 0x0700226e95f1d0ae4efe8f381fd3714c7b0f0000000000000000904f33f5941ab6017f433da0f45438dc665447e9d6510a2d<BR>        Service-Type = Login-User<BR>        Aruba-Essid-Name = "HPSD_RAD2"<BR>        Aruba-Location-Id = "Tech 01"<BR># Executing section authorize from file /etc/raddb/sites-enabled/default<BR>+- entering group authorize {...}<BR>++[preprocess] returns ok<BR>++[chap] returns noop<BR>[mschap] Found MS-CHAP attributes.  Setting 'Auth-Type  = mschap'<BR>++[mschap] returns ok<BR>++[digest] returns noop<BR>[suffix] No <A href="mailto:'@'">'@'</A> in User-Name = "host/TECH-11501", looking up realm NULL<BR>[suffix] No such realm "NULL"<BR>++[suffix] returns noop<BR>[eap] No EAP-Message, not doing EAP<BR>++[eap] returns noop<BR>++[files] returns noop<BR>[ldap] performing user authorization for host/TECH-11501<BR>[ldap]  expand: (uid=%{mschap:User-Name:-%{User-Name}}) -> (uid=TECH-11501$)<BR>[ldap]  expand: o=hpsd_48 -> o=hpsd_48<BR>  [ldap] ldap_get_conn: Checking Id: 0<BR>  [ldap] ldap_get_conn: Got Id: 0<BR>  [ldap] attempting LDAP reconnection<BR>  [ldap] (re)connect to 172.17.152.4:636, authentication 0<BR>  [ldap] setting TLS mode to 1<BR>  [ldap] bind as cn=admin,o=hpsd_48/xxxxx to 172.17.152.4:636<BR>  [ldap] waiting for bind result ...<BR>  [ldap] Bind was successful<BR>  [ldap] performing search in o=hpsd_48, with filter (uid=TECH-11501$)<BR>[ldap] Added the eDirectory password xxxxx in check items as Cleartext-Password<BR>[ldap] looking for check items in directory...<BR>[ldap] looking for reply items in directory...<BR>[ldap] user host/TECH-11501 authorized to use remote access<BR>  [ldap] ldap_release_conn: Release Id: 0<BR>++[ldap] returns ok<BR>++[expiration] returns noop<BR>++[logintime] returns noop<BR>[pap] WARNING: Auth-Type already set.  Not setting to PAP<BR>++[pap] returns noop<BR>Found Auth-Type = MSCHAP<BR># Executing group from file /etc/raddb/sites-enabled/default<BR>+- entering group MS-CHAP {...}<BR>[mschap] Creating challenge hash with username: host/TECH-11501<BR>[mschap] Told to do MS-CHAPv2 for host/TECH-11501 with NT-Password<BR>[mschap] FAILED: MS-CHAP2-Response is incorrect<BR>++[mschap] returns reject<BR>Failed to authenticate the user.<BR>Using Post-Auth-Type Reject<BR># Executing group from file /etc/raddb/sites-enabled/default<BR>+- entering group REJECT {...}<BR>[attr_filter.access_reject]     expand: %{User-Name} -> host/TECH-11501<BR> attr_filter: Matched entry DEFAULT at line 11<BR>++[attr_filter.access_reject] returns updated<BR>Delaying reject of request 0 for 1 seconds<BR>Going to the next request<BR>Waking up in 0.9 seconds.<BR>Sending delayed reject for request 0<BR>Sending Access-Reject of id 91 to 10.152.0.100 port 32819<BR>Waking up in 4.9 seconds.<BR>Cleaning up request 0 ID 91 with timestamp +41<BR>Ready to process requests.<BR><BR><BR>>>> Phil Mayers <p.mayers@imperial.ac.uk> 5/16/2011 3:01 AM >>><BR>On 05/16/2011 01:03 AM, Mark Jones wrote:<BR>> Hi Phil thanks for answering. I am trying to authenticate the<BR>> machines on bootup. I have an edir backend and am following this cool<BR>> solutions article which is fairly old:<BR>> <A href="http://www.novell.com/coolsolutions/feature/17044.html">http://www.novell.com/coolsolutions/feature/17044.html</A>  In it they<BR>> talk about atrrib-rewrite but use it in the radiusd.conf file which<BR>> in my limited knowledge of freeradius I think is an older way of<BR>> doing it.<BR><BR><BR>Yeah, don't do it that way. Aside from the config in the article being <BR>subtly wrong (regexp in the 2nd rewrite module isn't right), there are <BR>easier ways to accomplish mutating the username if you need to do that, <BR>which you don't because you can just use %{mschap:User-Name} and it'll <BR>do it for you (as well as being more obvious IMHO)<BR><BR>><BR>> Right now if i join a machine to the samba domain I have created, it<BR>> automatically is imported into edirectory and named "machinename$".<BR>> The article is not complete so I am really not sure if the machine is<BR><BR>I'm not familiar with eDir so can't say.<BR><BR>Is it working for you now? If not, post a debug and someone can probably <BR>suggest what needs changing.<BR>-<BR>List info/subscribe/unsubscribe? See <A href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A><BR></DIV><BR>

    <p>
      <font face="Times New Roman"><b>This communication is intended for the 
      use of the recipient to which it is addressed and may contain 
      confidential, personal and/or privileged information. If you received 
      this e-mail in error, please advise me (by return e-mail or otherwise) 
      immediately.</b></font>
    </p>
  </BODY></HTML>