Hi everyone
I am new to freeRADIUS, generally new to RADIUS in general. I have a 
very simple setup and i cant seem to figure out why i cant authenticate 
my user. I am using a GGSN and a fedora core linux server with the 
freeRADIUS .rpm installed. The debug says that the password is wrong.. 
but i know thats not the case.
I am trying to authenticate a mobile in my GGSN... really simple setup 
on that side of things...

I basically added the user "engineer" with a password of "lola_423" to 
the fedora server.. he is listed in the /etc/passwd file. 
I added this statement to the clients.conf file

client 11.11.11.1/24 {
       secret          = bubbalou
       shortname       = ggsn
}

And thats about it... Is there something else that i have to configure 
to authenticate a user against the /etc/password file?

Thanks
Mike

-------------------------------

rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
length=105
        User-Name = "engineer"
        User-Password = "lola_423"
        Called-Station-Id = "customer1"
        Calling-Station-Id = "00801011220003"
        Framed-Protocol = GPRS-PDP-Context
        NAS-Port-Type = Virtual
        NAS-Port = 60000
        Service-Type = Framed-User
        NAS-IP-Address = 11.11.11.1
rad_lowerpair:  User-Name now 'engineer'
rad_lowerpair:  User-Password now 'lola_423'
rad_rmspace_pair:  User-Name now 'engineer'
rad_rmspace_pair:  User-Password now 'lola_423'
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 = "engineer", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
    users: Matched DEFAULT at 152
    users: Matched DEFAULT at 171
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: [engineer]: invalid password
  modcall[authenticate]: module "unix" returns reject
modcall: group authenticate returns reject
auth: Failed to validate the user.

-- 


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

Reply via email to