Hi guys, shortly i realized a successful eap-sim authentication test using a simple flat file 'simtriplets.dat' containing the triplets. Now i want let Freeradius to use a mysql database or in best case a sqlite database if possible. The sqlite3 database containing the sim information (triplets) is located on another linux board. Does anybody have any idea how i can manage it? best regards Yann
Yann R. Moupinda wrote:
shortly i realized a successful eap-sim authentication test using a simple flat file 'simtriplets.dat' containing the triplets. Now i want let Freeradius to use a mysql database or in best case a sqlite database if possible. The sqlite3 database containing the sim information (triplets) is located on another linux board. Does anybody have any idea how i can manage it?
Use a network connection between the two systems. That's what networks are for. Alan DeKok.
On Thu, Nov 22, 2012 at 10:07 PM, Yann R. Moupinda <yannm1@hotmail.com> wrote:
Now i want let Freeradius to use a mysql database or in best case a sqlite database if possible. The sqlite3 database containing the sim information (triplets) is located on another linux board.
mysql should be easy. sqlite db on another host, not so easy. Your best bet might be to use nfs. I'd say for requirement just stick with mysql or whatever-db-accessible-over-network that you choose. -- Fajar
participants (3)
-
Alan DeKok -
Fajar A. Nugraha -
Yann R. Moupinda