RE: freeradius wont let realms based auth
thanks alan for answering so fast. i think im misunderstanding something on the entire process. could u tell me if what i am doing is correct? i want to: radius packet if realm == wireless do sql query if real == dhcp do mysql query i have sql and mysql working with radiusd. could it be done by using acct-type or i should do other thing? thanks in advance!!! Andres Pazos -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org on behalf of Alan DeKok Sent: Thu 11/10/2005 7:42 PM To: FreeRadius users mailing list Subject: Re: freeradius wont let realms based auth "Andres Pazos" <andy@ferengi.com.ar> wrote:
i've red acct-type and tried to do the same. is that correct?, should i use acct-type?,
If you're sending authentication packets, acct-type isn't used at all.
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
You didn't tell the server the users correct password. It has a password in the packet, but it has no idea if it's the *right* password. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Andres Pazos" <andy@ferengi.com.ar> wrote:
radius packet
What KIND of RADIUS packet? You appear to be confused about the difference between authentication and accounting packets.
i have sql and mysql working with radiusd.
I have no idea what that means.
could it be done by using acct-type or i should do other thing?
Have you tried reading doc/Acct-Type? Alan DeKok.
participants (2)
-
Alan DeKok -
Andres Pazos