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

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

Re: [Help-gnu-radius] authentication problem


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] authentication problem
Date: Tue, 21 May 2002 11:28:27 +0300

There are following errors in your users entry:

1. > 00022D-1B5E9A Auth-Type = local

20 23:28:15: Main.error: /usr/local/etc/raddb/users:8: unknown value local

Correct value will be Local.

2. > passwd = netlab

There is no such attribute passwd.

3. >                            Simultaneous-Use = 1
 20 23:28:15: Main.error: /usr/local/etc/raddb/users:8: attribute
Simultaneous-Use not allowed in RHS

You cannot use Simultaneous-Use in reply list.

4.
>                              Service-Type = Framed-User,
>                              Framed-Protocol = PPP

 20 23:28:15: Main.error: /usr/local/etc/raddb/users:10: parse error

Each entry should consist of exactly three parts. You have supplied
four.

Please refer to http://www.gnu.org/software/radius/manual for more
information on these issues.

The correct entry will be:

00022D-1B5E9A Auth-Type = Local,
                   Password = "netlab",
                   Simultaneous-Use = 1
              Service-Type = Framed-User,
                   Framed-Protocol = PPP

Regards,
Sergey



reply via email to

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