Multiple SQL DB for different authentication sources
Hi, i'm just wondering if what I have in mind is feasible. If it is, i'd really appreciate being pointed to the right direction or documentation :) I need to have 3 different SQL databases which will be used for authentication of different sites. How can I use a particular SQL DB for a particular Client ? E.G. : 1 db would be used for guest authentication and another db would be used for other internal authentication stuff. Thanks a lot !
On Mar 31, 2016, at 12:21 PM, Max .M <mmourand@gmail.com> wrote:
i'm just wondering if what I have in mind is feasible. If it is, i'd really appreciate being pointed to the right direction or documentation :)
raddb/sites-available/README It explains the concept of virtual servers, and why you'd use them.
I need to have 3 different SQL databases which will be used for authentication of different sites.
How can I use a particular SQL DB for a particular Client ?
Use a different virtual server for each client. Alan DeKok.
Coooool thx :) Le jeudi 31 mars 2016, Alan DeKok <aland@deployingradius.com> a écrit :
On Mar 31, 2016, at 12:21 PM, Max .M <mmourand@gmail.com <javascript:;>> wrote:
i'm just wondering if what I have in mind is feasible. If it is, i'd really appreciate being pointed to the right direction or documentation :)
raddb/sites-available/README
It explains the concept of virtual servers, and why you'd use them.
I need to have 3 different SQL databases which will be used for authentication of different sites.
How can I use a particular SQL DB for a particular Client ?
Use a different virtual server for each client.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan Buxey -
Alan DeKok -
Max .M