Hi, I have got Freeradius working on a linux machine. It is authenticating users using a standard flat file in the /etc/raddb/users file. However, I now want to use MySQL to enter all the user criteria for authentication. Can someone help me with the following questions: 1) What is the schema of the MySQL database that has to be created 2) How do I include this database into the /etc/raddb/radiusd.conf file Many thanks in advance, Rgds, Sonesh Patel VC-NET 107-112 Leadenhall Street London EC3A 4AH Tel: 0207 398 3529 Fax: 0207 491 9511
Hi,
I have got Freeradius working on a linux machine. It is authenticating users using a standard flat file in the /etc/raddb/users file. However, I now want to use MySQL to enter all the user criteria for authentication. Can someone help me with the following questions:
1) What is the schema of the MySQL database that has to be created
radiusd/src/modules/rlm_sql/rlm_sql_mysql/ there is the .sql schema for MySQL
2) How do I include this database into the /etc/raddb/radiusd.conf file
read the docs/rlm_sql file. you need to activate the sql{} parts of code alan
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Sonesh Patel