Auth: Login incorrect: [user/<CHAP-Password>]
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 -- |-Adil Azmi Bikarbass |-IT Manager, MTDS |-tel +212.3.767.4861 |-fax +212.3.767.4863 |-gsm +212.6.139. 4541 |-14, rue 16 novembre |-Rabat, Kingdom of Morocco
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
-- Regards Jandre "Some people are alive only because it is illegal to kill them." _____________________________________________________
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
-- |-Adil Azmi Bikarbass |-IT Manager, MTDS |-tel +212.3.767.4861 |-fax +212.3.767.4863 |-gsm +212.6.139. 4541 |-14, rue 16 novembre |-Rabat, Kingdom of Morocco
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
I really added the Auth-Type but with no sucess! Adil On Fri, 17 Jun 2005, Roberto Gonzalez Azevedo wrote:
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
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- |-Adil Azmi Bikarbass |-IT Manager, MTDS |-tel +212.3.767.4861 |-fax +212.3.767.4863 |-gsm +212.6.139. 4541 |-14, rue 16 novembre |-Rabat, Kingdom of Morocco
Adil Azmi Bikarbass <adil@mtds.com> wrote:
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".
You have set "Auth-Type := System", which doesn't work for CHAP. READ the FAQ. Alan DeKok.
Yes but the "Auth-Type := System" is at the end of the users file while the user has its entries at the beginning o the users file! Adil On Fri, 17 Jun 2005, Alan DeKok wrote:
Adil Azmi Bikarbass <adil@mtds.com> wrote:
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".
You have set "Auth-Type := System", which doesn't work for CHAP.
READ the FAQ.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- |-Adil Azmi Bikarbass |-IT Manager, MTDS |-tel +212.3.767.4861 |-fax +212.3.767.4863 |-gsm +212.6.139. 4541 |-14, rue 16 novembre |-Rabat, Kingdom of Morocco
Adil Azmi Bikarbass <adil@mtds.com> wrote:
Yes but the "Auth-Type := System" is at the end of the users file while the user has its entries at the beginning o the users file!
That's nice. It's also irrelevant. Run the server in debugging mode to see which entries are matched, and why. Alan DeKok.
participants (4)
-
Adil Azmi Bikarbass -
Alan DeKok -
Jandre Olivier -
Roberto Gonzalez Azevedo