In 'users' : user Auth-Type := Local, Password = "somepass", Simultaneous-Use = 2, Huntgroup-Name = "adsl-dialup" Framed-Protocol = PPP, Framed-IP-Address = 255.255.255.254, NAS-Port-Type = Async, Service-Type = Framed-User, ------------------------- Roberto Gonzalez Azevedo Adil Azmi Bikarbass wrote:
Well i've tried the Auth-Type := Local and my radiusd.conf allows chap with the following syntax :
authenticate { Auth-Type PAP { pap } Auth-Type CHAP { chap } Auth-Type MS-CHAP { mschap } unix }
But with no success
Adil
On Fri, 17 Jun 2005, Jandre Olivier wrote:
You are using chap authentication, what i recommend u can try is, "Auth-Type := Local and also make sure your radiusd.conf allows chap authentication
Hope it helps
Adil Azmi Bikarbass wrote:
Dear FreeRadius list members,
I'm really stuck with an authentication problem here:
I'm getting the following error meesage anytime a user try to connect through my Freeradius server :
Auth: Login incorrect: [user/<CHAP-Password>] (from client MT2_ADSL port 1476461184) Auth: rlm_unix: Attribute "User-Password" is required for authentication. Cannot use "CHAP-Password".
Here is the radius entry for that user:
user Password = "somepass", Simultaneous-Use = 2, Huntgroup-Name = "adsl-dialup" Framed-Protocol = PPP, Framed-IP-Address = 255.255.255.254, NAS-Port-Type = Async, Service-Type = Framed-User,
The Huntgroup-name : adsl-dialup is to specify the IP addresses of all the remote access servers we use
Once i add the following line at the bottom of my users file the user get connected with no problem:
DEFAULT Auth-Type := Accept
Please advise what could be the problem
Thanks in advance
Adil