Freeradius authentication from Postgres?

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Wed Jun 10 16:08:32 CEST 2015


Hi,

> Is it possible to get user authentication from an existing database containing fields for username and password and use this info in authenticating Radius users? 

yes, just change the query 

> What kind of configuration would this require, as I would not like to change the existing database structure with new fields and I just need the usernames and passwords from the database, any other required configurations can be done in static configuration files if needed. 

IF the attribute is just a password, then you can edit the query so that its just selecting the  username and
value (ie hardcode the attribute and op....) - but otherwise its the insert of some columns with some values

alan


More information about the Freeradius-Users mailing list