David Tran II <[EMAIL PROTECTED]> wrote: > I know that I am supposed to RTFM; however, I am still having problem with > Cisco LEAP configuration. Can someone in this group posted a sample > configuration for Cisco LEAP so that I can use it as a starting point?
There's no need. READ the debugging output you posted to the list. > rad_recv: Access-Request packet from host 172.17.1.2:2765, id=38, length=57 > User-Name = "alert" > User-Password = "123456" > NAS-IP-Address = 255.255.255.255 > NAS-Port = 1812 There's no EAP-Message in this request, and therefore no LEAP authentication. > modcall: entering group authorize > modcall[authorize]: module "preprocess" returns ok > rlm_chap: Could not find proper Chap-Password attribute in request > modcall[authorize]: module "chap" returns noop > rlm_realm: No '@' in User-Name = "alert", looking up realm NULL > rlm_realm: No such realm "NULL" > modcall[authorize]: module "suffix" returns noop > users: Matched DEFAULT at 156 > modcall[authorize]: module "files" returns ok > modcall: group authorize returns ok And you didn't list 'eap' in the 'authorize' section. > Is that all I needed for LEAP. Can someone post a sample of LEAP > configuration for me to use as a starting point? It would help if you: a) configured the server to use eap b) sent it LEAP requests Without those two steps, LEAP won't work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
