Hello everyone,

First I apologize, I am a newbie. I am trying to get my Cisco Access Points to 
authenticate to Free Radius.

The radiusd.conf is pretty much default except for logs, bind ip etc...

My clients.conf below has my access point ip and secret

client 10.100.1.200 {
        secret          = testing123
        shortname       = access point
}


My users files contains only these entries. I commented the rest of the file.

# Access Point
0040964dfe4 Auth-Type = Local, Password = "testing123"

#pcmcia card
00409643632b Auth-Type = Local, Password = "testing123"

fred Auth-Type = Local, Password = "wilma"



When it trys to authenticate my radiusd -X says

 rad_recv: Access-Request packet from host 10.100.1.200:1118, id=94, length=127
        User-Name = "00409643632b"
        User-Password = "00409643632b"
        NAS-IP-Address = 10.100.1.200
        Called-Station-Id = "00409644dfe4"
        NAS-Port = 37
        NAS-Port-Type = Wireless-802.11
        Cisco-AVPair = "ssid=testing"
        Calling-Station-Id = "00409643632b"
        NAS-Identifier = "TEST-AP"
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "chap" returns noop
rlm_eap: EAP-Message not found
  modcall[authorize]: module "eap" returns noop
    rlm_realm: No '@' in User-Name = "00409643632b", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
  modcall[authorize]: module "files" returns notfound
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
auth: No authenticate method (Auth-Type) configuration found for the request: 
Rejecting the user
auth: Failed to validate the user.


Any help is greatly appreciated.

Thanks







Bryan Tolka
Network Engineer
---------------------------------------
Robert C. Byrd Health Sciences Center
Morgantown, WV
304-293-4683
[EMAIL PROTECTED]

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to