Michel van Dop <[EMAIL PROTECTED]> wrote:
> I use freeradius-0.9.3-1.1 and freeradius-mysql-0.9.3-1.1 I now this is old
> but this is the last stap! 

  I would suggest upgrading.  See http://www.freeradius.org/security.html

> I have this in the radiusd.conf 
> 
> $INCLUDE  ${confdir}/sql.conf
> $INCLUDE  ${confdir}/sql2.conf

  The default configuration includes sql.conf from *inside* of the
"modules" section.  Why have you taken them out?

> modules {
>     sql sql {
>       }
>     sql sql2 {
>       }

  And you've just defined two SQL modules with ZERO configuration.

  Let me guess: you put those two entries there because after you
removed "$INCLUDE ...sql.conf" from the "modules" section, the server
complained about "no such module sql".  Now that you've added empty
SQL configuration, the server doesn't give that errror, but gives
another one.

  The solution is to follow the default configuration of the server.
Don't move things around if you don't know why they're in a particular
location.  And if the server complains after you've moved things
around anyways, odds are that you did the wrong thing.

  Alan DeKok.

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

Reply via email to