Re: freeradius bug?

2006-10-06 Thread Alan DeKok
"Abel Monzon" <[EMAIL PROTECTED]> wrote: ... > auth: No authenticate method (Auth-Type) configuration found for the > request: Rejecting the user You didn't tell the server what the "known good' password is for the user. See the FAQ for how to configure a test user. There IS documentation

Re: freeradius bug?

2006-10-06 Thread Abel Monzon
- Original Message - From: "Alan DeKok" <[EMAIL PROTECTED]> To: "FreeRadius users mailing list" Sent: Thursday, October 05, 2006 10:20 PM Subject: Re: freeradius bug? "Abel Monzon" <[EMAIL PROTECTED]> wrote: Why is Access-Reject? There is a bug of

Re: freeradius bug?

2006-10-06 Thread A . L . M . Buxey
Hi, > Hello, why if I have in my clients.conf this configuration: > > client localhost { > secret = testing123 > nastype = other > shortname = localhost > login = test > password = test > } > > > and I try #radtest test test loca

Re: freeradius bug?

2006-10-05 Thread Alan DeKok
"Abel Monzon" <[EMAIL PROTECTED]> wrote: > Why is Access-Reject? There is a bug of freeradius? Run the server in debugging mode and it will tell you why it's sending a reject. This is documented in the README, FAQ, INSTALL, and daily on this list. Alan DeKok. -- http://deployingradius.co

freeradius bug?

2006-10-05 Thread Abel Monzon
Hello, why if I have in my clients.conf this configuration:   client localhost {    secret  = testing123     nastype = other     shortname   = localhost    login   = test    password  = test}     and I try #radtest test test localhost testing123

Re: Password: PEAP or freeradius bug?

2006-07-01 Thread Alan DeKok
Paulo Cabrita <[EMAIL PROTECTED]> wrote: > Is this a limitation of freeradius or the ldap module or is it normal? It looks like a bug. If you put the password in double quotes it should work around the issue. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Password: PEAP or freeradius bug?

2006-06-29 Thread Paulo Cabrita
Hello there! We are using a wireless lan where our users use PEAP for authentication. I think that PEAP must have a clear password in the database, in our case openldap (field clearpassword). My question is: if the password starts with a "#", for instance ##12345, the freeradius doesn't get

Re: memory leaks with rlm_perl? (FreeRADIUS bug #221)

2005-11-14 Thread Dusty Doris
I really appreciate that the FreeRADIUS developers actually take their time to do end user support on this list. I am impressed by the work you all do. Getting two(!) working solutions to a problem in a couple of hours during the weekend, is a level of support that I think you can't buy from any

Re: memory leaks with rlm_perl? (FreeRADIUS bug #221)

2005-11-14 Thread Bjørn Mork
"Alan DeKok" <[EMAIL PROTECTED]> writes: > =?iso-8859-1?Q?Bj=F8rn_Mork?= <[EMAIL PROTECTED]> wrote: >> We don't really _know_ that rlm_perl is the cause, though... > > Try grabbing revision 1.19 of rlm_perl from CVS. Thanks! Looks very good so far. I also got a tip from Boyan Jordanov on how

Re: memory leaks with rlm_perl? (FreeRADIUS bug #221)

2005-11-13 Thread Alan DeKok
=?iso-8859-1?Q?Bj=F8rn_Mork?= <[EMAIL PROTECTED]> wrote: > We don't really _know_ that rlm_perl is the cause, though... Try grabbing revision 1.19 of rlm_perl from CVS. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

memory leaks with rlm_perl? (FreeRADIUS bug #221)

2005-11-13 Thread Bjørn Mork
Hello, I wonder if you were able to resolve this bug? ref http://bugs.freeradius.org/show_bug.cgi?id=221 The reason I ask is that I've just experienced a serious memory leak after upgrading from 1.0.1 to 1.0.5, and we do use rlm_perl so that is one module to suspect. It seems that a colleague of