26 Feb
2010
26 Feb
'10
11:32 a.m.
1839Paolo wrote:
The easy think, the question: it’s possible to setup authcheck_table into a database/host and both groupcheck_table, groupreply_table into a different database/host?
No.
It’s easy to pull username/password from a proprietary database, just know where fields are; but I cannot alter the database’s structure and I need some group related radius attributes, say Session-Timeout. I know what the group is, I just ran a query on a student account so the group is stud. I need now to pass ‘stud’ to an authorize_group_reply_query, but must be on a different database.
Configure two SQL instances. One queries the main server, and sets a group attribute. The other queries the secondary server. Alan DeKok.