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

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

Re: [Help-gnu-radius] parse error


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] parse error
Date: Sat, 18 May 2002 10:56:39 +0300

Konnichi-wa, Susumu-sama

Each entry in raddb/users must consist of three parts: the label
and the two pair-lists, called left-hand (or check) list and right-hand
(or reply) list. If any of these two lists should be empty, use
codeword NULL in its place.

Parse errors in your users file are due to the fact that entries
test02 through test05 miss their right-hand lists.

Thus, the correct raddb/users will be:


DEFAULT Simultaneous-Use = 1
        Service-Type = Framed-User,
                Framed-Protocol = PPP,
                Framed-IP-Address = 255.255.255.254,
                Framed-IP-Netmask = 255.255.255.255,
                Framed-Routing = None,
                Framed-MTU = 1500

test01  Password = "pass01"
        Framed-IP-Address = 192.168.100.101,
                Fall-Through = Yes

test02  Password = "pass02"
        Fall-Through = Yes

test03  Password = "pass03"
        Fall-Through = Yes

test04  Password = "pass04"
        Fall-Through = Yes

test05  Password = "test05"
        Fall-Through = Yes

The Fall-Through pair in the reply lists is necessary for DEFAULT to
take effect.

You will find more detailed description of the subject at

 http://www.gnu.org/software/radius/manual/html_node/radius_18.html#SEC21

and

 http://www.gnu.org/software/radius/manual/html_node/radius_11.html#SEC14


Regards,
Sergey





reply via email to

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