Hi,

 

            We are currently using freeradius with users file configuration for our Wireless system, authenticating through ldap and rlm_eap which is working fine, but we’d like to use a sql database to store login/password for guest accounts. This seems to us the easiest way to manage this because we’ll have to create and delete theses accounts from a web interface.

            Can we do this with rlm_sql? After lookink at the documentation and googled about this, my feeling is that using rlm_sql will prevent the server to parse the users file, but I’d like the users to be parsed first and then if there is no match, the sql database to be queried. Is this possible? Do we have to create all radius tables in the sql server even if we use only the radcheck one?

 

Here is our actual users file which I don’t see how to configure with rlm_mysql:

 

DEFAULT         hint == "WPA" , FreeRADIUS-Proxied-To == 127.0.0.1, Ldap-Group != "WPA_Allowed", Auth-Type := Reject

 

DEFAULT

                User-Name := "%{User-Name}"

 

            Will putting sql in the authorise section of radius.conf just after file do the trick?

 

Thanks for your help.

Benoît.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to