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

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

Re: [Help-gnu-radius] Error when starting radius, dont now how to fix


From: Maurice Makaay
Subject: Re: [Help-gnu-radius] Error when starting radius, dont now how to fix
Date: Fri, 12 Mar 2004 23:10:04 +0100

Hi,

> Mar 12 11:04:40 Main.error: /usr/local/etc/raddb/users:4: parse error

> sega    Auth-Type = Local,
>                 User-Password = test
> 
> jume    Auth-Type = Local,
>                 User-Password = test2

The right-hand side (RHS) of your user definition is missing. In this case,
it does seem you don't want to add extra attribute pairs in the reply.
But that doesn't allow you to omit the RHS. Change your user definition to:

sega    Auth-Type = Local,
                User-Password = test
        NULL

jume    Auth-Type = Local,
                User-Password = test2
        NULL


That should help getting rid of the parse error for the users file.  

Regards,

Maurice Makaay
InterNLnet BV




reply via email to

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