Re: Question about multiple sql databases!
Each database is for different company! I will change to have different username and passwords. Thanks for your quick responses.
On Mon, Mar 2, 2015 at 4:39 PM, Haviaras Kostas <koshalirod@gmail.com> wrote:
Each database is for different company! I will change to have different username and passwords.
There are different ways to achieve what you want. One of them is to use virtual servers (read the docs). Another way is to use unlang, in particular, look for "conditions". So you can have something like "if user name starts with blah -> use db1". -- Fajar
On Mar 2, 2015, at 4:39 AM, Haviaras Kostas <koshalirod@gmail.com> wrote:
Each database is for different company! I will change to have different username and passwords.
Then you will need different SQL queries. If you use the same SQL queries for each company, you will get the same response. This isn’t really a RADIUS problem. Alan DeKok.
participants (3)
-
Alan DeKok -
Fajar A. Nugraha -
Haviaras Kostas