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

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

Re: [Help-gnu-radius] [ address@hidden ] DV_AUTH_TYPE_SQL, DV_AUTH_TYPE_


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] [ address@hidden ] DV_AUTH_TYPE_SQL, DV_AUTH_TYPE_CRYPT_LOCAL and DV_AUTH_TYPE_LOCAL
Date: Fri, 04 Nov 2005 16:02:20 EET

Georges Arnould <address@hidden> wrote:

> Sergey, you were right about my failure in reading the doc.
> 
> I read that given page and added "DEFAULT         Auth-Type = Local,
> Password-Location = SQL" as the only entry of my users file (other lines are
> commented).

GNU radius requires that all three parts of a user profile be present:
the label, the list of check pairs, also called `left-hand side' (LHS
for short), and the list of reply pairs, also called `right-hand side'
(RHS for short). Failure to specify one of them constitues an error. If
any of the two lists is empty, use the code word NULL in its place. So,
the correct entry is:


DEFAULT         Auth-Type = Local, Password-Location = SQL
                NULL

(http://www.gnu.org/software/radius/manual/html_node/radius_17.html#SEC20)

Regards,
Sergey
                




reply via email to

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