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

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

Re: [Bug-gnu-radius] Ascend MAX + FreeRadius + GnuRadius


From: Sergey Poznyakoff
Subject: Re: [Bug-gnu-radius] Ascend MAX + FreeRadius + GnuRadius
Date: Tue, 20 Aug 2002 00:57:46 +0300

> 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
                




reply via email to

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