Freeradius, PostgreSQL and One-Time-Password backends
mikoi
mika.koivisto at logica.com
Mon Jun 15 15:11:10 CEST 2009
OK. So it seems to be possible.
So i start by adding the section to proxy.conf
--proxy.conf
realm Safeword {
type = radius
authhost = <ip>:1645
accthost = <ip>:1646
secret = <secret>
}
realm Portwise {
type = radius
authhost = <ip>:1645
accthost = <ip>:1646
secret = <secret>
}
But how do i configure users file so that it does query the SQL-database?
Let´s say every user-record contains information in the table
Authentication-Server (Safeword or Portwise).
Regards
Mika
--
View this message in context: http://www.nabble.com/Freeradius%2C-PostgreSQL-and-One-Time-Password-backends-tp23996193p24034395.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.
More information about the Freeradius-Users
mailing list