10 Jun
2015
10 Jun
'15
10:08 a.m.
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