[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] adding a user to the users file
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] adding a user to the users file |
Date: |
Tue, 09 Mar 2004 11:52:44 +0200 |
> I have this problem that when I add another user (user2) to my users
> list the new user is rejected. User1 works fine.
It should not have. Given your input file, radius 1.2 reports the following:
Mar 09 11:50:59 Main.error: /home/gray/inst/etc/raddb/users:9: parse error
Mar 09 11:50:59 Main.error: discarding user `Service-Type'
> Is there any special
> syntax (for example a "," ) which is extra or missing?
There are two errors in your users file:
> user1 Password = "user1"
> Exec-Program-Wait = "/etc/raddb/calling-id \
> %C{Calling-Station-Id}"
Missing comma -------------------------------------^
> Service-Type = Framed-User,
> Framed-Protocol = PPP,
>
> user2 Password = "user2"
> Exec-Program-Wait = "/etc/raddb/calling-id \
> %C{Calling-Station-Id}"
Missing comma -------------------------------------^
> Service-Type = Framed-User,
> Framed-Protocol = PPP
Regards,
Sergey