Hi, I've been using Freeradius 1.1.3 with PEAP/MSCHAPv2 authentication with no problem. But now, I need to use it with LDAP too and it doesn't work at all.<br><br>The client is windows xp without a domain. The LDAP is for the email directory.<br><br>The user should type your user name (email) and password stored in LDAP.<br><br>Probably, the error is in:<br><br> Processing the authenticate section of radiusd.conf<br>modcall: entering group MS-CHAP for request 6<br>  rlm_mschap: No User-Password configured.  Cannot create LM-Password.<br>  rlm_mschap: No User-Password configured.  Cannot create NT-Password.<br>  rlm_mschap: Told to do MS-CHAPv2 for ducavalcanti with NT-Password<br>  rlm_mschap: FAILED: No NT/LM-Password.  Cannot perform authentication.<br>  rlm_mschap: FAILED: MS-CHAP2-Response is incorrect<br>  modcall[authenticate]: module "mschap" returns reject for request 6<br>modcall: leaving group MS-CHAP (returns
 reject) for request 6 <br><br><br>The full log is listed below<br><br>Starting - reading configuration files ...<br>reread_config:  reading radiusd.conf<br>Config:   including file: /etc/raddb/proxy.conf<br>Config:   including file: /etc/raddb/clients.conf<br>Config:   including file: /etc/raddb/snmp.conf<br>Config:   including file: /etc/raddb/eap.conf<br> main: prefix = "/usr"<br> main: localstatedir = "/var"<br> main: logdir = "/var/log/radius"<br> main: libdir = "/usr/lib"<br> main: radacctdir = "/var/log/radius/radacct"<br> main: hostname_lookups = no<br> main: snmp = no<br> main: max_request_time = 30<br> main: cleanup_delay = 5<br> main: max_requests = 1024<br> main: delete_blocked_requests = 0<br> main: port = 0<br> main: allow_core_dumps = no<br> main: log_stripped_names = no<br> main: log_file = "/var/log/radius/radius.log"<br> main:
 log_auth = no<br> main: log_auth_badpass = no<br> main: log_auth_goodpass = no<br> main: pidfile = "/var/run/radiusd/radiusd.pid"<br> main: user = "radiusd"<br> main: group = "radiusd"<br> main: usercollide = no<br> main: lower_user = "no"<br> main: lower_pass = "no"<br> main: nospace_user = "no"<br> main: nospace_pass = "no"<br> main: checkrad = "/usr/sbin/checkrad"<br> main: proxy_requests = yes<br> proxy: retry_delay = 5<br> proxy: retry_count = 3<br> proxy: synchronous = no<br> proxy: default_fallback = yes<br> proxy: dead_time = 120<br> proxy: post_proxy_authorize = no<br> proxy: wake_all_if_all_dead = no<br> security: max_attributes = 200<br> security: reject_delay = 1<br> security: status_server = no<br> main: debug_level = 0<br>read_config_files:  reading dictionary<br>read_config_files:  reading naslist<br>read_config_files:  reading
 clients<br>read_config_files:  reading realms<br>radiusd:  entering modules setup<br>Module: Library search path is /usr/lib<br>Module: Loaded exec <br> exec: wait = yes<br> exec: program = "(null)"<br> exec: input_pairs = "request"<br> exec: output_pairs = "(null)"<br> exec: packet_type = "(null)"<br>rlm_exec: Wait=yes but no output defined. Did you mean output=none?<br>Module: Instantiated exec (exec) <br>Module: Loaded expr <br>Module: Instantiated expr (expr) <br>Module: Loaded MS-CHAP <br> mschap: use_mppe = yes<br> mschap: require_encryption = yes<br> mschap: require_strong = yes<br> mschap: with_ntdomain_hack = yes<br> mschap: passwd = "(null)"<br> mschap: ntlm_auth = "(null)"<br>Module: Instantiated mschap (mschap) <br>Module: Loaded Pam <br> pam: pam_auth = "radiusd"<br>Module: Instantiated pam (pam) <br>Module: Loaded System <br> unix: cache = no<br> unix: passwd =
 "/etc/passwd"<br> unix: shadow = "/etc/shadow"<br> unix: group = "/etc/group"<br> unix: radwtmp = "/var/log/radius/radwtmp"<br> unix: usegroup = no<br> unix: cache_reload = 600<br>Module: Instantiated unix (unix) <br>Module: Loaded LDAP <br> ldap: server = "ldap.recife.pe.gov.br"<br> ldap: port = 389<br> ldap: net_timeout = 1<br> ldap: timeout = 4<br> ldap: timelimit = 3<br> ldap: identity = ""<br> ldap: tls_mode = no<br> ldap: start_tls = yes<br> ldap: tls_cacertfile = "/etc/raddb/certs/demoCA/cacert.pem"<br> ldap: tls_cacertdir = "/etc/raddb/certs/demoCA"<br> ldap: tls_certfile = "/etc/raddb/certs/cert-srv.pem"<br> ldap: tls_keyfile = "/etc/raddb/certs/cert-srv.pem"<br> ldap: tls_randfile = "/etc/raddb/certs/random"<br> ldap: tls_require_cert = "allow"<br> ldap: password = ""<br> ldap: basedn = "dc=recife"<br> ldap: filter = "(uid=%u))"<br> ldap: base_filter
 = "(objectclass=radiusprofile)"<br> ldap: default_profile = "(null)"<br> ldap: profile_attribute = "(null)"<br> ldap: password_header = "(null)"<br> ldap: password_attribute = "userPassword"<br> ldap: access_attr = "(null)"<br> ldap: groupname_attribute = "cn"<br> ldap: groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"<br> ldap: groupmembership_attribute = "(null)"<br> ldap: dictionary_mapping = "/etc/raddb/ldap.attrmap"<br> ldap: ldap_debug = 0<br> ldap: ldap_connections_number = 5<br> ldap: compare_check_items = no<br> ldap: access_attr_used_for_allow = yes<br> ldap: do_xlat = yes<br> ldap: set_auth_type = yes<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 sambaLMPassword mapped to RADIUS LM-Password<br>rlm_ldap: LDAP sambaNTPassword mapped to RADIUS NT-Password<br>rlm_ldap: LDAP sambaAcctFlags 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 sambaLMPassword mapped to RADIUS LM-Password<br>rlm_ldap: LDAP sambaNTPassword mapped to RADIUS NT-Password<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: 0x85ac160<br>Module: Instantiated ldap (ldap) <br>Module: Loaded eap <br> eap: default_eap_type = "peap"<br> eap: timer_expire = 60<br> eap: ignore_unknown_eap_types = no<br> eap: cisco_accounting_username_bug = no<br> tls: rsa_key_exchange = no<br> tls: dh_key_exchange = yes<br> tls: rsa_key_length = 512<br> tls: dh_key_length = 512<br> tls: verify_depth = 0<br> tls: CA_path = "(null)"<br> tls: pem_file_type = yes<br> tls: private_key_file = "/etc/raddb/certs/cert-srv.pem"<br> tls: certificate_file = "/etc/raddb/certs/cert-srv.pem"<br> tls: CA_file = "/etc/raddb/certs/demoCA/cacert.pem"<br> tls: private_key_password = "whatever"<br> tls: dh_file = "/etc/raddb/certs/dh"<br> tls: random_file = "/etc/raddb/certs/random"<br> tls:
 fragment_size = 1024<br> tls: include_length = yes<br> tls: check_crl = no<br> tls: check_cert_cn = "(null)"<br> tls: cipher_list = "(null)"<br> tls: check_cert_issuer = "(null)"<br>rlm_eap_tls: Loading the certificate file as a chain<br>rlm_eap: Loaded and initialized type tls<br> peap: default_eap_type = "mschapv2"<br> peap: copy_request_to_tunnel = no<br> peap: use_tunneled_reply = no<br> peap: proxy_tunneled_request_as_eap = yes<br>rlm_eap: Loaded and initialized type peap<br> mschapv2: with_ntdomain_hack = no<br>rlm_eap: Loaded and initialized type mschapv2<br>Module: Instantiated eap (eap) <br>Module: Loaded preprocess <br> preprocess: huntgroups = "/etc/raddb/huntgroups"<br> preprocess: hints = "/etc/raddb/hints"<br> preprocess: with_ascend_hack = no<br> preprocess: ascend_channels_per_line = 23<br> preprocess: with_ntdomain_hack = no<br> preprocess: with_specialix_jetstream_hack =
 no<br> preprocess: with_cisco_vsa_hack = no<br> preprocess: with_alvarion_vsa_hack = no<br>Module: Instantiated preprocess (preprocess) <br>Module: Loaded realm <br> realm: format = "suffix"<br> realm: delimiter = "@"<br> realm: ignore_default = no<br> realm: ignore_null = no<br>Module: Instantiated realm (suffix) <br>Module: Loaded files <br> files: usersfile = "/etc/raddb/users"<br> files: acctusersfile = "/etc/raddb/acct_users"<br> files: preproxy_usersfile = "/etc/raddb/preproxy_users"<br> files: compat = "no"<br>[/etc/raddb/users]:10 WARNING! Check item "Simultaneous-Use" ?found in reply item list for user "cidadao". ?This attribute MUST go on the first line with the other check items<br>[/etc/raddb/users]:21 WARNING! Check item "Simultaneous-Use" ?found in reply item list for user "ds". ?This attribute MUST go on the first line with the other check items<br>[/etc/raddb/users]:32 WARNING! Check item "Simultaneous-Use"
 ?found in reply item list for user "onibus1". ?This attribute MUST go on the first line with the other check items<br>[/etc/raddb/users]:41 WARNING! Check item "Simultaneous-Use" ?found in reply item list for user "onibus2". ?This attribute MUST go on the first line with the other check items<br>[/etc/raddb/users]:50 WARNING! Check item "Simultaneous-Use" ?found in reply item list for user "onibus3". ?This attribute MUST go on the first line with the other check items<br>[/etc/raddb/users]:74 WARNING! Check item "Simultaneous-Use" ?found in reply item list for user "DEFAULT". ?This attribute MUST go on the first line with the other check items<br>Module: Instantiated files (files) <br>Module: Loaded Acct-Unique-Session-Id <br> acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"<br>Module: Instantiated acct_unique (acct_unique) <br>Module: Loaded detail <br> detail: detailfile =
 "/var/log/radius/radacct/detail"<br> detail: detailperm = 384<br> detail: dirperm = 493<br> detail: locking = no<br>Module: Instantiated detail (detail) <br>Module: Loaded radutmp <br> radutmp: filename = "/var/log/radius/radutmp"<br> radutmp: username = "%{User-Name}"<br> radutmp: case_sensitive = yes<br> radutmp: check_with_nas = yes<br> radutmp: perm = 384<br> radutmp: callerid = yes<br>Module: Instantiated radutmp (radutmp) <br>Listening on authentication *:1812<br>Listening on accounting *:1813<br>Ready to process requests.<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=0, length=215<br>    Message-Authenticator = 0x97a84f20d4434232cd49ca6d658945d3<br>    Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>   
 Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x02000011016475636176616c63616e7469<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 0<br>  modcall[authorize]: module "preprocess" returns ok for request 0<br>  modcall[authorize]: module "mschap" returns noop for request 0<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 0<br>  rlm_eap: EAP packet type response id 0 length 17<br>  rlm_eap: No
 EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 0<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 0<br>modcall: leaving group authorize (returns updated) for request 0<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 0<br>  rlm_eap: EAP Identity<br>  rlm_eap: processing type tls<br>  rlm_eap_tls: Initiate<br>  rlm_eap_tls: Start returned 1<br>  modcall[authenticate]: module "eap" returns handled for request 0<br>modcall: leaving group authenticate (returns handled) for request 0<br>Sending Access-Challenge of id 0 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>   
 Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message = 0x010100061920<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0x6e92a11c2e2eb8b0f5a3ef121130cdbe<br>Finished request 0<br>Going to the next request<br>--- Walking the entire request list ---<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=1, length=296<br>    Message-Authenticator = 0x6f9a9ac031506c58b6c6e44ca2406e45<br>    Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0x6e92a11c2e2eb8b0f5a3ef121130cdbe<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id =
 "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x0201005019800000004616030100410100003d03014739af68a8f0d6ff21bcf3d70631bff8fd284444e2b706a9bf448ec99da68d9000001600040005000a000900640062000300060013001200630100<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 1<br>  modcall[authorize]: module "preprocess" returns ok for request 1<br>  modcall[authorize]: module "mschap" returns noop for request 1<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix"
 returns noop for request 1<br>  rlm_eap: EAP packet type response id 1 length 80<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 1<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 1<br>modcall: leaving group authorize (returns updated) for request 1<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 1<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap: Authenticate<br>  rlm_eap_tls: processing TLS<br>rlm_eap_tls:  Length Included<br>  eaptls_verify returned 11 <br>    (other): before/accept initialization <br>   
 TLS_accept: before/accept initialization <br>  rlm_eap_tls: <<< TLS 1.0 Handshake [length 0041], ClientHello  <br>    TLS_accept: SSLv3 read client hello A <br>  rlm_eap_tls: >>> TLS 1.0 Handshake [length 004a], ServerHello  <br>    TLS_accept: SSLv3 write server hello A <br>  rlm_eap_tls: >>> TLS 1.0 Handshake [length 0613], Certificate  <br>    TLS_accept: SSLv3 write certificate A <br>  rlm_eap_tls: >>> TLS 1.0 Handshake [length 0004], ServerHelloDone  <br>    TLS_accept: SSLv3 write server done A <br>    TLS_accept: SSLv3 flush data <br>    TLS_accept:error in SSLv3 read client certificate A <br>rlm_eap: SSL error error:00000000:lib(0):func(0):reason(0)<br>In SSL Handshake Phase <br>In SSL Accept mode  <br>  eaptls_process returned 13 <br>  rlm_eap_peap: EAPTLS_HANDLED<br> 
 modcall[authenticate]: module "eap" returns handled for request 1<br>modcall: leaving group authenticate (returns handled) for request 1<br>Sending Access-Challenge of id 1 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message =
 0x0102040a19c000000670160301004a0200004603014739b155fbba378d8caad6bf3cf2fcd445f60f72624d63cae1e97a280be0f1f620cfffe3e5b1d4493d5a781cdf4f43bed0de241d70bb915648fcd4285ef7b4f58400040016030106130b00060f00060c0002a6308202a23082020ba00302010202090091c3a0bfdd719e76300d06092a864886f70d0101050500307d310b3009060355040613024252311330110603550408130a5065726e616d6275636f310f300d060355040a1306454d5052454c310f300d060355040b1306454d5052454c3110300e060355040313077375706f7274653125302306092a864886f70d01090116167375706f72<br>    EAP-Message =
 0x746540617270736973742e636f6d2e6272301e170d3037313031383132313931315a170d3038313031373132313931315a30818f310b3009060355040613024252311330110603550408130a5065726e616d6275636f3110300e060355040714075c526563696665310f300d060355040a1306454d5052454c310f300d060355040b1306454d5052454c3110300e060355040313077375706f7274653125302306092a864886f70d01090116167375706f72746540617270736973742e636f6d2e627230819f300d06092a864886f70d010101050003818d0030818902818100c493f9d65023f11b86d83e3443a39aa9439dc496752284b2de7376bb59<br>    EAP-Message =
 0xf0dd3d3ceaad3870d7d393f619afc5a82e04bbe00131aa116737fd6e6fe0f591b95e83475cb5c5256978242191e5cdf41c66299a4aae6de5a2af98b01ed54257e35a4bb5d22e776f6e9228ca8f3e6657ce1126be95caa7e53724beae1be3ce6327527d0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d0101050500038181007294fff28c80a0b0fc13279969ee9deff9027df4826d2303bda176920df162c6e163db22b5de11cce2f04aa83174d20bc611aabd9c6ff0c14d85a3b86a5f114760163ea6f34015825c49180850cfb7f5e94beb0c698ace6c6787f74f0bff5e73750177013be7da604a<br>    EAP-Message =
 0xe7574dcd6964f26f37744d77b1709c6fb6c9cf25a07bee0003603082035c308202c5a00302010202090091c3a0bfdd719e74300d06092a864886f70d0101050500307d310b3009060355040613024252311330110603550408130a5065726e616d6275636f310f300d060355040a1306454d5052454c310f300d060355040b1306454d5052454c3110300e060355040313077375706f7274653125302306092a864886f70d01090116167375706f72746540617270736973742e636f6d2e6272301e170d3037313031383132303734355a170d3130313031373132303734355a307d310b3009060355040613024252311330110603550408130a506572<br>    EAP-Message = 0x6e616d6275636f310f300d060355040a1306454d5052<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xfd0beac7b89b40eefff915efd4d9d96a<br>Finished request 1<br>Going to the next request<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=2, length=222<br>    Message-Authenticator =
 0x17dee25fd4e402e0bce5c2e7c4e06575<br>    Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0xfd0beac7b89b40eefff915efd4d9d96a<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x020200061900<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 2<br>  modcall[authorize]: module "preprocess" returns ok for request 2<br>  modcall[authorize]: module "mschap" returns noop
 for request 2<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 2<br>  rlm_eap: EAP packet type response id 2 length 6<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 2<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 2<br>modcall: leaving group authorize (returns updated) for request 2<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 2<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap:
 Authenticate<br>  rlm_eap_tls: processing TLS<br>rlm_eap_tls: Received EAP-TLS ACK message<br>  rlm_eap_tls: ack handshake fragment handler<br>  eaptls_verify returned 1 <br>  eaptls_process returned 13 <br>  rlm_eap_peap: EAPTLS_HANDLED<br>  modcall[authenticate]: module "eap" returns handled for request 2<br>modcall: leaving group authenticate (returns handled) for request 2<br>Sending Access-Challenge of id 2 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message =
 0x010302761900454c310f300d060355040b1306454d5052454c3110300e060355040313077375706f7274653125302306092a864886f70d01090116167375706f72746540617270736973742e636f6d2e627230819f300d06092a864886f70d010101050003818d0030818902818100a874f87336485c332625fec54ed9362480378288099013dca4f82709de7b981491150f4bd5b66b74ea7580e17c99eccf9eb2e0e2df128dcde28a8b6df8b1b29e7cea11325a07c1928e3a1e3f6a7e78c1625b3934ffb14dc88b7b2a5c4579d4fd4ff8d168f6738e1ad7da52ac7b43abebe498e40ee3090e4f8c78cbc068cd9d650203010001a381e33081e0301d06<br>    EAP-Message =
 0x03551d0e041604142b91d9d0c793e7444e1797f22bc1e570b72225343081b00603551d230481a83081a580142b91d9d0c793e7444e1797f22bc1e570b7222534a18181a47f307d310b3009060355040613024252311330110603550408130a5065726e616d6275636f310f300d060355040a1306454d5052454c310f300d060355040b1306454d5052454c3110300e060355040313077375706f7274653125302306092a864886f70d01090116167375706f72746540617270736973742e636f6d2e627282090091c3a0bfdd719e74300c0603551d13040530030101ff300d06092a864886f70d0101050500038181002ce9db31047ea23cf5c461c252<br>    EAP-Message = 0x017d696503c0542fc2e50360b955027d8cc61908d938a3f351302317774c9840d291fa3e3967b893bdd2c0952e93921be784f66795d6395abc58e10a921a138bc90b252b373ca7ca597bd4838d7f45e7741a5502d91c2ed79df141931fd6816c83978d2c09fca2eae6932ed4e538973e75127f16030100040e000000<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0x2d984a07595e9ac3aa78f16d85c558c6<br>Finished request 2<br>Going to the next
 request<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=3, length=408<br>    Message-Authenticator = 0xba582ade90838a38b10004924ed5e5e7<br>    Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0x2d984a07595e9ac3aa78f16d85c558c6<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message =
 0x020300c01980000000b616030100861000008200804d52a6ab167309225ce9a411b4eabf4aa96925f14b8da9bfbc6e89e5410bada5be32d4d918fd13a2c54f0d9bcf03c26280bc3225e5fe83cecec1d6994ba448b5ff1be3cc778d8173d0fb2b9619e586dd2d9603b0128470ad57e0d48ab9ebb91dfa87389335b6ffe3767046a3747f1f53f5bfcc8dc29bbb76679c83c81f46df8914030100010116030100205829fbdf78858311c77221d58efa0a2714ea74c5eb841a7848dbb4256cc344a8<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 3<br>  modcall[authorize]: module "preprocess" returns ok for request 3<br>  modcall[authorize]: module "mschap" returns noop for request 3<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop
 for request 3<br>  rlm_eap: EAP packet type response id 3 length 192<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 3<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 3<br>modcall: leaving group authorize (returns updated) for request 3<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 3<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap: Authenticate<br>  rlm_eap_tls: processing TLS<br>rlm_eap_tls:  Length Included<br>  eaptls_verify returned 11 <br>  rlm_eap_tls: <<< TLS 1.0 Handshake [length 0086], ClientKeyExchange 
 <br>    TLS_accept: SSLv3 read client key exchange A <br>  rlm_eap_tls: <<< TLS 1.0 ChangeCipherSpec [length 0001]  <br>  rlm_eap_tls: <<< TLS 1.0 Handshake [length 0010], Finished  <br>    TLS_accept: SSLv3 read finished A <br>  rlm_eap_tls: >>> TLS 1.0 ChangeCipherSpec [length 0001]  <br>    TLS_accept: SSLv3 write change cipher spec A <br>  rlm_eap_tls: >>> TLS 1.0 Handshake [length 0010], Finished  <br>    TLS_accept: SSLv3 write finished A <br>    TLS_accept: SSLv3 flush data <br>    (other): SSL negotiation finished successfully <br>rlm_eap: SSL error error:00000000:lib(0):func(0):reason(0)<br>SSL Connection Established <br>  eaptls_process returned 13 <br>  rlm_eap_peap: EAPTLS_HANDLED<br>  modcall[authenticate]: module "eap" returns handled for request 3<br>modcall: leaving group
 authenticate (returns handled) for request 3<br>Sending Access-Challenge of id 3 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message = 0x010400311900140301000101160301002044268c376c10a7426ec28ac1f70560496dd01442fc1871d4309a231de0cf2fd2<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xeb89542136d6968cc340734f68c628c6<br>Finished request 3<br>Going to the next request<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=4, length=222<br>    Message-Authenticator = 0xbe9ec00cfe2576161f6376e77baa9bde<br>    Service-Type = Framed-User<br>    User-Name =
 "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0xeb89542136d6968cc340734f68c628c6<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x020400061900<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 4<br>  modcall[authorize]: module "preprocess" returns ok for request 4<br>  modcall[authorize]: module "mschap" returns noop for request 4<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm
 NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 4<br>  rlm_eap: EAP packet type response id 4 length 6<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 4<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 4<br>modcall: leaving group authorize (returns updated) for request 4<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 4<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap: Authenticate<br>  rlm_eap_tls: processing TLS<br>rlm_eap_tls: Received EAP-TLS ACK message<br> 
 rlm_eap_tls: ack handshake is finished<br>  eaptls_verify returned 3 <br>  eaptls_process returned 3 <br>  rlm_eap_peap: EAPTLS_SUCCESS<br>  modcall[authenticate]: module "eap" returns handled for request 4<br>modcall: leaving group authenticate (returns handled) for request 4<br>Sending Access-Challenge of id 4 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message = 0x010500201900170301001500822197cc3a4d4115a1707866e50911ccd5fd7153<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xe3eb2c3e8d1e2d49910601e06aad46db<br>Finished request 4<br>Going to the next request<br>Waking up in 6 seconds...<br>rad_recv:
 Access-Request packet from host 10.0.0.45:1397, id=5, length=256<br>    Message-Authenticator = 0xd469b7f0dc9bceb846ac92b41967a0bd<br>    Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0xe3eb2c3e8d1e2d49910601e06aad46db<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x020500281900170301001d10537c5025635ceb31f1789dd73ace4a29aca849cc784caf663ca8bad7<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of
 radiusd.conf<br>modcall: entering group authorize for request 5<br>  modcall[authorize]: module "preprocess" returns ok for request 5<br>  modcall[authorize]: module "mschap" returns noop for request 5<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 5<br>  rlm_eap: EAP packet type response id 5 length 40<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 5<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 5<br>modcall: leaving group authorize (returns updated) for request 5<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of
 radiusd.conf<br>modcall: entering group authenticate for request 5<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap: Authenticate<br>  rlm_eap_tls: processing TLS<br>  eaptls_verify returned 7 <br>  rlm_eap_tls: Done initial handshake<br>  eaptls_process returned 7 <br>  rlm_eap_peap: EAPTLS_OK<br>  rlm_eap_peap: Session established.  Decoding tunneled attributes.<br>  rlm_eap_peap: Identity - ducavalcanti<br>  rlm_eap_peap: Tunneled data is valid.<br>  PEAP: Got tunneled EAP-Message<br>    EAP-Message = 0x02050011016475636176616c63616e7469<br>  PEAP: Got tunneled identity of ducavalcanti<br>  PEAP: Setting default EAP type for tunneled EAP session.<br>  PEAP: Setting User-Name to ducavalcanti<br>  PEAP: Sending tunneled request<br>    EAP-Message =
 0x02050011016475636176616c63616e7469<br>    FreeRADIUS-Proxied-To = 127.0.0.1<br>    User-Name = "ducavalcanti"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 5<br>  modcall[authorize]: module "preprocess" returns ok for request 5<br>  modcall[authorize]: module "mschap" returns noop for request 5<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 5<br>  rlm_eap: EAP packet type response id 5 length 17<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 5<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 5<br>modcall: leaving group
 authorize (returns updated) for request 5<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 5<br>  rlm_eap: EAP Identity<br>  rlm_eap: processing type mschapv2<br>rlm_eap_mschapv2: Issuing Challenge<br>  modcall[authenticate]: module "eap" returns handled for request 5<br>modcall: leaving group authenticate (returns handled) for request 5<br>  PEAP: Got tunneled reply RADIUS code 11<br>    Simultaneous-Use = 1<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message =
 0x010600261a010600211081f8c12bb5d6b67acd534094d559a0c16475636176616c63616e7469<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xf3e601b3722625ab79f99c119a369261<br>  PEAP: Processing from tunneled session code 0x85c4500 11<br>    Simultaneous-Use = 1<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message = 0x010600261a010600211081f8c12bb5d6b67acd534094d559a0c16475636176616c63616e7469<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xf3e601b3722625ab79f99c119a369261<br>  PEAP: Got tunneled Access-Challenge<br>  modcall[authenticate]: module "eap" returns handled for
 request 5<br>modcall: leaving group authenticate (returns handled) for request 5<br>Sending Access-Challenge of id 5 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message = 0x0106003d190017030100324053f25612454fd272b962c7131679228164337ddc83ca7f617c0ffb77ec9f6a01b77e338e1878a50ed7740fd57eeec946c7<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xc72085ef2bc63e62f47a3fe126211ebe<br>Finished request 5<br>Going to the next request<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=6, length=310<br>    Message-Authenticator = 0x29eaa29601a8e416c9d18bac862e94c0<br>   
 Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0xc72085ef2bc63e62f47a3fe126211ebe<br>    Called-Station-Id = "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x0206005e1900170301005368c49f7d568b3493615bb4786eb9cbe9add92efec32e3690cbb373dc7230e7cc3b95945d2e9a8305a3197dc9485223992b1e2c7574ebe1a06d7349e036cc82f50c0cb78613bf938941fc7c79df7ef5ad703b4e<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 6<br> 
 modcall[authorize]: module "preprocess" returns ok for request 6<br>  modcall[authorize]: module "mschap" returns noop for request 6<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 6<br>  rlm_eap: EAP packet type response id 6 length 94<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 6<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 6<br>modcall: leaving group authorize (returns updated) for request 6<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 6<br>  rlm_eap: Request
 found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap: Authenticate<br>  rlm_eap_tls: processing TLS<br>  eaptls_verify returned 7 <br>  rlm_eap_tls: Done initial handshake<br>  eaptls_process returned 7 <br>  rlm_eap_peap: EAPTLS_OK<br>  rlm_eap_peap: Session established.  Decoding tunneled attributes.<br>  rlm_eap_peap: EAP type mschapv2<br>  rlm_eap_peap: Tunneled data is valid.<br>  PEAP: Got tunneled EAP-Message<br>    EAP-Message = 0x020600471a0206004231c09d2e726a412f912f80c6c2c24a01cf0000000000000000f03d9d7d5bd85c82c5f72d39aa28929b49b63bf52ecff5cb006475636176616c63616e7469<br>  PEAP: Setting User-Name to ducavalcanti<br>  PEAP: Adding old state with f3 e6<br>  PEAP: Sending tunneled request<br>    EAP-Message =
 0x020600471a0206004231c09d2e726a412f912f80c6c2c24a01cf0000000000000000f03d9d7d5bd85c82c5f72d39aa28929b49b63bf52ecff5cb006475636176616c63616e7469<br>    FreeRADIUS-Proxied-To = 127.0.0.1<br>    User-Name = "ducavalcanti"<br>    State = 0xf3e601b3722625ab79f99c119a369261<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 6<br>  modcall[authorize]: module "preprocess" returns ok for request 6<br>  modcall[authorize]: module "mschap" returns noop for request 6<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 6<br>  rlm_eap: EAP packet type response id 6 length 71<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated
 for request 6<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 6<br>modcall: leaving group authorize (returns updated) for request 6<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 6<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/mschapv2<br>  rlm_eap: processing type mschapv2<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group MS-CHAP for request 6<br>  rlm_mschap: No User-Password configured.  Cannot create LM-Password.<br>  rlm_mschap: No User-Password configured.  Cannot create NT-Password.<br>  rlm_mschap: Told to do MS-CHAPv2 for ducavalcanti with NT-Password<br>  rlm_mschap: FAILED: No NT/LM-Password.  Cannot perform
 authentication.<br>  rlm_mschap: FAILED: MS-CHAP2-Response is incorrect<br>  modcall[authenticate]: module "mschap" returns reject for request 6<br>modcall: leaving group MS-CHAP (returns reject) for request 6<br>  rlm_eap: Freeing handler<br>  modcall[authenticate]: module "eap" returns reject for request 6<br>modcall: leaving group authenticate (returns reject) for request 6<br>auth: Failed to validate the user.<br>  PEAP: Got tunneled reply RADIUS code 3<br>    Simultaneous-Use = 1<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    MS-CHAP-Error = "\006E=691 R=1"<br>    EAP-Message = 0x04060004<br>    Message-Authenticator =
 0x00000000000000000000000000000000<br>  PEAP: Processing from tunneled session code 0x85e80e8 3<br>    Simultaneous-Use = 1<br>    Idle-Timeout = 1200<br>    Service-Type = Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    MS-CHAP-Error = "\006E=691 R=1"<br>    EAP-Message = 0x04060004<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>  PEAP: Tunneled authentication was rejected.<br>  rlm_eap_peap: FAILURE<br>  modcall[authenticate]: module "eap" returns handled for request 6<br>modcall: leaving group authenticate (returns handled) for request 6<br>Sending Access-Challenge of id 6 to 10.0.0.45 port 1397<br>    Idle-Timeout = 1200<br>    Service-Type =
 Framed-User<br>    Framed-Protocol = PPP<br>    Framed-IP-Netmask = 255.255.255.255<br>    Framed-Routing = None<br>    Framed-MTU = 1500<br>    EAP-Message = 0x010700261900170301001b4a225c725a01e1ae8ee997fa96c6065c6c2688941f65cb21b089bd<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>    State = 0xb91f907fbd983f95c34961b9e8b8c182<br>Finished request 6<br>Going to the next request<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=7, length=254<br>    Message-Authenticator = 0xf4a4b6cf3eda5ad189a531100a4ab76a<br>    Service-Type = Framed-User<br>    User-Name = "ducavalcanti"<br>    Framed-MTU = 1488<br>    State = 0xb91f907fbd983f95c34961b9e8b8c182<br>    Called-Station-Id =
 "00-18-6E-8F-7F-C6:Teste_Radius"<br>    Calling-Station-Id = "00-16-CF-5D-AB-87"<br>    NAS-Identifier = "3Com Access Point 7760"<br>    NAS-Port-Type = Wireless-802.11<br>    Connect-Info = "CONNECT 54Mbps 802.11g"<br>    EAP-Message = 0x020700261900170301001beb99d02b18f142827e3a1a0590988723cff7c84b868b96f2c5d2b3<br>    NAS-IP-Address = 10.0.0.45<br>    NAS-Port = 3<br>    NAS-Port-Id = "STA port # 3"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 7<br>  modcall[authorize]: module "preprocess" returns ok for request 7<br>  modcall[authorize]: module "mschap" returns noop for request 7<br>    rlm_realm: No '@' in User-Name = "ducavalcanti", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns
 noop for request 7<br>  rlm_eap: EAP packet type response id 7 length 38<br>  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>  modcall[authorize]: module "eap" returns updated for request 7<br>    users: Matched entry DEFAULT at line 74<br>  modcall[authorize]: module "files" returns ok for request 7<br>modcall: leaving group authorize (returns updated) for request 7<br>  rad_check_password:  Found Auth-Type EAP<br>auth: type "EAP"<br>  Processing the authenticate section of radiusd.conf<br>modcall: entering group authenticate for request 7<br>  rlm_eap: Request found, released from the list<br>  rlm_eap: EAP/peap<br>  rlm_eap: processing type peap<br>  rlm_eap_peap: Authenticate<br>  rlm_eap_tls: processing TLS<br>  eaptls_verify returned 7 <br>  rlm_eap_tls: Done initial handshake<br>  eaptls_process returned 7 <br>  rlm_eap_peap: EAPTLS_OK<br> 
 rlm_eap_peap: Session established.  Decoding tunneled attributes.<br>  rlm_eap_peap: Received EAP-TLV response.<br>  rlm_eap_peap: Tunneled data is valid.<br>  rlm_eap_peap:  Had sent TLV failure.  User was rejcted rejected earlier in this session.<br> rlm_eap: Handler failed in EAP/peap<br>  rlm_eap: Failed in EAP select<br>  modcall[authenticate]: module "eap" returns invalid for request 7<br>modcall: leaving group authenticate (returns invalid) for request 7<br>auth: Failed to validate the user.<br>Delaying request 7 for 1 seconds<br>Finished request 7<br>Going to the next request<br>Waking up in 6 seconds...<br>rad_recv: Access-Request packet from host 10.0.0.45:1397, id=7, length=254<br>Sending Access-Reject of id 7 to 10.0.0.45 port 1397<br>    EAP-Message = 0x04070004<br>    Message-Authenticator = 0x00000000000000000000000000000000<br>--- Walking the entire request list ---<br>Waking up in 3
 seconds...<br>--- Walking the entire request list ---<br>Cleaning up request 0 ID 0 with timestamp 4739b155<br>Cleaning up request 1 ID 1 with timestamp 4739b155<br>Cleaning up request 2 ID 2 with timestamp 4739b155<br>Cleaning up request 3 ID 3 with timestamp 4739b155<br>Cleaning up request 4 ID 4 with timestamp 4739b155<br>Cleaning up request 5 ID 5 with timestamp 4739b155<br>Cleaning up request 6 ID 6 with timestamp 4739b155<br>Cleaning up request 7 ID 7 with timestamp 4739b155<br>Nothing to do.  Sleeping until we see a request.<br><br><br><br>PLEASE HELP!!<br><br><br><p>


      <hr size=1>Abra sua conta no <a href="http://br.rd.yahoo.com/mail/taglines/mail/*http://br.mail.yahoo.com/">Yahoo! Mail</a>, o único sem limite de espaço para armazenamento!