[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: |
Ana de la Plaza |
Subject: |
RE: [Help-gnu-radius] adding a user to the users file |
Date: |
Tue, 9 Mar 2004 10:03:28 +0100 |
I think you forgot write Fall-Through= yes in the users file. I mean the
users file must be as follows:
# This users file is used to authenticate users with user user1 and
# password user1
user1 Password = "user1"
Exec-Program-Wait = "/etc/raddb/calling-id \
%C{Calling-Station-Id}"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Fall-Through= yes
user2 Password = "user2"
Exec-Program-Wait = "/etc/raddb/calling-id \
%C{Calling-Station-Id}"
Service-Type = Framed-User,
Framed-Protocol = PPP