Georges Arnould <[EMAIL PROTECTED]> 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
                


_______________________________________________
Help-gnu-radius mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-radius

Reply via email to