RE: Assign IP based on CallingStationID.

2006-11-08 Thread John Longland
Title: RE: Assign IP based on CallingStationID. Yes, I have just done it. You need to change the sql-statement in /etc/raddb/sql.conf That is the autorize_check_query.Depending on how you use your tables, the query that I am using may or may not work. If you want I can give you the one

Assign IP based on CallingStationID.

2006-11-08 Thread banga
I use dafault table-layout. How I understand you just change username authentication to callingstationid authentication inside sql.conf. Thx, it’s really good idea. I think that I could do the same by myself, but it will take a time. Therefore any examples will be very useful. Can you post it

freeradius mac athentication with Tsunami MP.11 5054-R v2.3.0(169)

2006-11-08 Thread Cameron Cowie
Hi: I have configured my freeradius server to run on ubuntu and is stable (or so I think). I have ran tests from my workstation to ask for authentication and it serves out brilliantly. But as soon as I ask my tsunami 5054 to authenticate it locks and refuses to talk to the radius server.

Re: FR-1.1.3 on solaris10 strange things

2006-11-08 Thread Alexander Serkin
Alan DeKok wrote: Alexander Serkin [EMAIL PROTECTED] wrote: We have strange behaviour on sparc solaris 10 server with fr-1.1.3 installed: without any visible reason the radiusd process goes to almost 100% CPU usage for 3-5 minutes. Then it comes back to normal state again (less than 1% CPU).

RE: Windows-Domain login without local users

2006-11-08 Thread King, Michael
-Original Message- machine authentication was the keyword I've searched ... thanks a lot somebody knows a good howto for this? thanks mIke To be honest, if you enable use computer account when available in the Windows Zero Config Client, it should just work. If it doesn't

how to NOT expand varaibles in a sql-query

2006-11-08 Thread info
Hello, i need to pass the string '%d %b %Y %T' inside a query to mysql (as a date format). Unfortunately this gets expanded to '07 0 2006 2006-11-07-00.06.18.00' which leads to an sql error and crashes freeradius with a segmentation fault. I found a post from Nicolas Baradakis who advises to

Re: freeradius mac athentication with Tsunami MP.11 5054-R v2.3.0(169)

2006-11-08 Thread Alan DeKok
Cameron Cowie [EMAIL PROTECTED] wrote: But as soon as I ask my tsunami 5054 to authenticate it locks and refuses to talk to the radius server. Do you have more details than it doesn't work? Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: FR-1.1.3 on solaris10 strange things

2006-11-08 Thread Alan DeKok
Alexander Serkin [EMAIL PROTECTED] wrote: May be someone could give an advice how to debug the problem while the server will not be in production? Attach to it with gdb, and see what it's doing. Alan DeKok. -- http://deployingradius.com - The web site of the book

Re[3]: limiting sessions

2006-11-08 Thread Andrew Long
Andrew Long [EMAIL PROTECTED] wrote: I need to boot users at one property after a specified time period. We have adjusted the max-daily-session to 1800 (30 minutes), but users still seem to be staying on. Can someone point me in the right direction. The NAS is a Colubris cn3000. Why use

Re: Re[3]: limiting sessions

2006-11-08 Thread Alan DeKok
Andrew Long [EMAIL PROTECTED] wrote: I tried Session-Timeout but it doesn't seem to do the job. So... is it being sent back to the NAS? If it is, then the NAS is ignoring it. Go ask your NAS manufacturer for a refund, or for a firmware upgrade that implements RADIUS. Alan DeKok. --

Re: Server logs say users authenticate, but they don't (Now with more details!)

2006-11-08 Thread Ernie Dunbar
Okay, after doing these tests, we can see that the Cisco is now accepting the packets. However, the AS5300 is now telling us no appropriate authorization type for user. Here's the logs from the AS5300 (XX.XX.XX.X is the new server, XX.XX.XX.Y is the backup that was offline for the duration of the

Re: Server logs say users authenticate, but they don't (Now with more details!)

2006-11-08 Thread James Wakefield
G'day Ernie, What value are you sending for Service-Type? Best way to check is radiusd -X, and watch for the Access-Accept that freeradius sends, in case your authorization config isn't quite right. Cheers, James. Ernie Dunbar wrote: Okay, after doing these tests, we can see that the

howto get/send the fullname of an user

2006-11-08 Thread Ariel VIVES
Hello the list, I'm starting with freeradius. Authentication works fine ! But the informations I get is only the username (le login name in /etc/passwd). How do I get the Fullname ? Or others informations (like mail, home directory, ...) Is it possible ? is it a configuration of the server or