help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Re: help


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Re: help
Date: Thu, 30 Jan 2003 16:01:03 +0200

> dnl define localhost
> dnl define 3306
> define root
> dnl define indika
> dnl define  testing
> dnl define testing 
> anything wrong 

Hmm, basically, everything :^) Your config.m4 is all commented out.
If I understand your setup, the correct config.m4 should be:

define({server},{localhost})
define({port},{3306})
define({CREATOR},{root})
define({CREATOR_PASSWORD},{indika})
define({DB_USER},{testing})
define({DB_PWD},{testing})

Please read the file README (section II. Creating SQL database.) for
more information on this.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]