Hi All I need to know how to connect two different databases with one radius. Thanks Waiting for your response Get Outlook for Android<https://aka.ms/ghei36>
Make two duplicates of the appropriate module config file, giving them distinct names, and call them both in whatever order you want in the freeradius host configuration. It's been a while since I had to do that, but the docs were pretty self-explanatory on the topic. -- Rens Houben Systemec Internet Services ________________________________________ Van: Freeradius-Users <freeradius-users-bounces+rhouben=systemec.nl@lists.freeradius.org> namens Zubair Ayub <Zubairayub@hotmail.com> Verzonden: woensdag 15 april 2020 11:41 Aan: freeradius-users@lists.freeradius.org Onderwerp: Redis database Hi All I need to know how to connect two different databases with one radius. Thanks Waiting for your response Get Outlook for Android<https://aka.ms/ghei36> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks for you help, I understand this now and also can you share related document it will be helpful for me Thanks for your precious time. Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: Freeradius-Users <freeradius-users-bounces+zubairayub=hotmail.com@lists.freeradius.org> on behalf of Rens Houben via Freeradius-Users <freeradius-users@lists.freeradius.org> Sent: Wednesday, April 15, 2020 5:16:00 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Cc: Rens Houben <rhouben@systemec.nl> Subject: Re: Redis database Make two duplicates of the appropriate module config file, giving them distinct names, and call them both in whatever order you want in the freeradius host configuration. It's been a while since I had to do that, but the docs were pretty self-explanatory on the topic. -- Rens Houben Systemec Internet Services ________________________________________ Van: Freeradius-Users <freeradius-users-bounces+rhouben=systemec.nl@lists.freeradius.org> namens Zubair Ayub <Zubairayub@hotmail.com> Verzonden: woensdag 15 april 2020 11:41 Aan: freeradius-users@lists.freeradius.org Onderwerp: Redis database Hi All I need to know how to connect two different databases with one radius. Thanks Waiting for your response Get Outlook for Android<https://aka.ms/ghei36> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Apr 15, 2020, at 8:28 AM, Zubair Ayub <Zubairayub@hotmail.com> wrote:
Thanks for you help, I understand this now and also can you share related document it will be helpful for me
Edit raddb/mods-enabled/redis Change redis { ... contents ... } to redis redis1 { ... copy of contents edited for "redis1" ... } redis redis2 { ... copy of contents edited for "redis2" ... } And then use "redis1" or "redis2" instead of "redis" everywhere. Alan DeKok.
Thanks alot everyone Thanks for your precious time you people's are great Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: Freeradius-Users <freeradius-users-bounces+zubairayub=hotmail.com@lists.freeradius.org> on behalf of Alan DeKok <aland@deployingradius.com> Sent: Wednesday, April 15, 2020 5:55:04 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Redis database On Apr 15, 2020, at 8:28 AM, Zubair Ayub <Zubairayub@hotmail.com> wrote:
Thanks for you help, I understand this now and also can you share related document it will be helpful for me
Edit raddb/mods-enabled/redis Change redis { ... contents ... } to redis redis1 { ... copy of contents edited for "redis1" ... } redis redis2 { ... copy of contents edited for "redis2" ... } And then use "redis1" or "redis2" instead of "redis" everywhere. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Rens Houben -
Zubair Ayub