Re: Ascend MAX + FreeRadius + GnuRadius

Sergey Poznyakoff <[email protected]> Tue, 20 Aug 2002 00:57:46 +0300
Newsgroups gmane.comp.gnu.radius.bugs
Organization Farlep-Internet
Message-ID <[email protected]>
> DEFAULT Auth-Type = Local,
>                 Simultaneous-Use = 1
> 		Password = PlainText
> 		Password-Location = SQL
>         Service-Type = Framed-User,
>                 Framed-Protocol = PPP
> 

Password-Location=SQL assumes that the actual password will be retrieved
from the SQL database, so it cannot be used with Password attribute.
The correct entry is:

DEFAULT Auth-Type = Local,
		Password-Location = SQL,
		Simultaneous-Use = 1
	Service-Type = Framed-User,
		Framed-Protocol = PPP

For more information refer to the documentation. The online version
is available at http://www.gnu.org/software/radius/manual.

Regards,
Sergey