"Deramus, Chris" <[EMAIL PROTECTED]> wrote:
> I realize how aggravating this must be, but I guess I'm getting confused as
> to where you say create two instances of the SQL module.

  That isn't documented well...

  See 'doc/module_interface', section 2.

> When I run radiusd -X it generates the following error message:
> 
> /usr/local/etc/raddb/users[148]: Parse error (check) for entry DEFAULT:
> Unknown value sql1 for attribute Autz-Type

do:

cp sql.conf sql1.conf

cp sql.conf sql2.conf

edit radiusd.conf to include sql1.conf & sql2.conf, instead of sql.conf

inside of sql1.conf, find 'sql {', and change it to 'sql sql1 {'
edit the queries for sql1...

inside of sql2.conf, find 'sql {', and change it to 'sql sql2 {'
edit the queries for sql2...


  The first name is the name of the module to load.  The second name
is the 'instance' name of the module, which allows multiple versions
to exist at the same time.

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to