This is a discussion on Re: Can I have multiple "authcheck_table" in postgresql.conf within the FreeRADIUS Users forums, part of the Networking and Network Related category; "Brian Gao" <bgao@nortel.com> wrote: > My question is in the configure file ---postgresql.conf, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Brian Gao" <bgao@nortel.com> wrote:
> My question is in the configure file ---postgresql.conf, can I add another > "authcheck_table", which means can I have two (or multiple) > "authcheck_table" in that file? Of course I have to create two > tables(radcheck and radcheck_2) in DB first. No, but you can have two instances of the SQL module running, and configure two authcheck_tables that way. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |