Re: Certificate problems? Freeradius 2.1.10 on Debian squeeze

2011-08-05 Thread James J J Hooper
On 05/08/2011 17:00, John Dunning wrote: Greetings all, We've been running freeradius 1.x on Debian Lenny for some time with great success authenticating against Novell eDirectory/LDAP. Our Linux guru has moved on to exciting new opportunities and while the rest of us are decent at linux we'r

Certificate problems? Freeradius 2.1.10 on Debian squeeze

2011-08-05 Thread John Dunning
Greetings all, We've been running freeradius 1.x on Debian Lenny for some time with great success authenticating against Novell eDirectory/LDAP. Our Linux guru has moved on to exciting new opportunities and while the rest of us are decent at linux we're certainly missing his input here :) We'r

Re: Fwd: Authentication failure issue

2011-08-05 Thread fieldpeak
Stefan & Alan, Great! The issue was resolved by re-correcting the secret of program on NAS... Apprecited very much for your dedicated help!! :) Regards, Charles 2011/8/5 Stefan Winter > Hi, > > your FreeRADIUS Server reads the clients from this file: > > including configuration file /usr/loca

Re: Accept a number of MAC address per login

2011-08-05 Thread ShR3K
I solved the problem : /etc/freeradius/sites-enabled/default authorize{ ... if("%sql:SELECT COUNT(DISTINCT CallingStationId) FROM radacct WHERE UserName='%{User-Name}' AND CallingStationId != '%{Calling-Station-Id}'}"<"%{sql:SELECT Value FROM radcheck WHERE Attribute = 'Max-User-Machine' AND Use

Re: Fwd: Authentication failure issue

2011-08-05 Thread Stefan Winter
Hi, your FreeRADIUS Server reads the clients from this file: including configuration file /usr/local/etc/raddb/clients.conf which is what you edited - good. Now you have to check where radiusclient reads its secret from. Can't help you with that. Stefan Am 05.08.2011 11:09, schrieb fieldpeak:

Re: Fwd: Authentication failure issue

2011-08-05 Thread Alan Buxey
Hi, >User-Password = "?\210\365@\263\t\306\343\243iT?\311C\t\002" incorrect shared secret...and the radius -X log will show that too - with info saying to check the shared secret I take it your radiusclient and freeradius are running on the same box - which is why you are only using 'localh

Re: Fwd: Authentication failure issue

2011-08-05 Thread fieldpeak
Hi Stefan, Attached is the fully log from FreeRadius start, i tried to identify it myself however i'm new comer to FR, can you please advise, thanks a lot! Regards, Charles 2011/8/5 Stefan Winter > Hi, > > if the password is mangled that way, there is not much other reason than > a misconfigur

Re: Fwd: Authentication failure issue

2011-08-05 Thread Stefan Winter
Hi, if the password is mangled that way, there is not much other reason than a misconfigured shared secret. I can't tell you which config file exactly does what on your system; that depends on the configure settings you used to install FreeRADIUS, and on where and how you installed the NAS stuff

Re: Fwd: Authentication failure issue

2011-08-05 Thread fieldpeak
Hi Stefan, Sorry for the confusion, actullay i have checked both secret on both NAS and server sides, it is same. below is debug output, the confusion pasword "Q?²Êà ëê¢p?¤F?+Õa" is very suspecious, it should be '' that i configure in database. maybe i check the wrong conf files for se

Re: Fwd: Authentication failure issue

2011-08-05 Thread Stefan Winter
Hello, while you marked lots of stuff in yellow, you missed the REALLY helpful part: "WARNING: Unprintable characters in the password.Double-check the shared secret on the server and the NAS!" How about doing exactly that...? Stefan Winter Am 05.08.2011 06:14, schrieb fieldpeak: > Hel