Re: accepting any login attempt with CHAP (not MS-CHAP)

2009-12-18 Thread Klaas Jan Wierenga
Hi Alan, Thanks for you reply. It turned out radius was accepting CHAP sessions already and they where being rejected because another condition wasn't met (Calling-Station-ID mandatory). But the error message 'rlm_chap: Clear text password not available' was confusing me. Again thanks for

Re: accepting any login attempt with CHAP (not MS-CHAP)

2009-12-18 Thread Alan DeKok
Klaas Jan Wierenga wrote: > I'm trying to accept any login attempt. So far it's working fine with > the "Auth-Type := Accept", but now some users use CHAP and I get the > following error messages: > > Thu Dec 17 19:33:16 2009 : Auth: Login incorrect (rlm_chap: Clear text > password not available):

Re: Accepting any login attempt

2006-10-05 Thread Phil Mayers
John Williams wrote: Ok so Accept doesn't work for MS-CHAP. And I know I can grab the rejected usernames and drop them into the DB so the next time they try to auth it works. I did want to try and avoid rejecting the users and them getting fed up. Someone did mention to me that you can auth a N

Re: Accepting any login attempt

2006-10-05 Thread Alan DeKok
"John Williams" <[EMAIL PROTECTED]> wrote: > Someone did mention to me that you can auth a NAS so any auth requests > coming from that NAS will be authenticated. > Is this right? Sort of, but for your purposes, no. You *can* do: DEFAULT Client-IP-Address == 1.2.3.4, Auth-Type := Accept Wh

RE: Accepting any login attempt

2006-10-05 Thread John Williams
rs mailing list > Subject: Re: Accepting any login attempt > > On Tue 03 Oct 2006 18:45, William wrote: > > On Tuesday 03 October 2006 09:18, John Williams wrote: > > > I need our radius servers to accept any login attempt regardless of > what > > > the user

Re: Accepting any login attempt

2006-10-03 Thread Peter Nixon
On Tue 03 Oct 2006 18:45, William wrote: > On Tuesday 03 October 2006 09:18, John Williams wrote: > > I need our radius servers to accept any login attempt regardless of what > > the username is or the password. > > > > Is there a way of doing this? > > Yes. You can set a line in your users file l

Re: Accepting any login attempt

2006-10-03 Thread Alan DeKok
"John Williams" <[EMAIL PROTECTED]> wrote: > That's going to be a bummer since near enough all users are going to be > using MS-CHAP. > I guess there isn't anyway of doing it then.. No. MS-CHAP requires that the server know the password. Alan DeKok. -- http://deployingradius.com - Th

Re: Accepting any login attempt

2006-10-03 Thread William
On Tuesday 03 October 2006 09:18, John Williams wrote: > I need our radius servers to accept any login attempt regardless of what > the username is or the password. > > Is there a way of doing this? Yes. You can set a line in your users file like this: DEFAULT Auth-Type := Accept If you also ha

RE: Accepting any login attempt

2006-10-03 Thread John Williams
> > I need our radius servers to accept any login attempt regardless of what > the > > username is or the password. > > > > Is there a way of doing this? > > Auth-Type := Accept. But it won't work for MS-CHAP or wireless > authentication. > That’s going to be a bummer since near enough all us

Re: Accepting any login attempt

2006-10-03 Thread Alan DeKok
"John Williams" <[EMAIL PROTECTED]> wrote: > I need our radius servers to accept any login attempt regardless of what the > username is or the password. > > Is there a way of doing this? Auth-Type := Accept. But it won't work for MS-CHAP or wireless authentication. > I know I can set our radi