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

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

[Bug-gnu-radius] possible DEFAULT bug ?


From: nomad
Subject: [Bug-gnu-radius] possible DEFAULT bug ?
Date: Fri, 26 Jul 2002 12:53:38 +0200

Hi,

We converted from cistron-radiusd to gnu-radiusd.

But we have a problem with Assign-IP-Pool and the DEFAULT entry. When we
assign a user to pool 2, the NAS receives two entries for
X-Ascend-Assign-IP-Pool. Is this a bug or am I doing something wrong? It
used to work with cistron-radiusd. The User profile should override the
DEFAULT and the radiusd should never return "X-Ascend-Assign-IP-Pool" twice
imho.

Please advise.

nomad


address@hidden raddb]# radtest test5 test5 localhost 101 testing123
Sending Access-Request of id 65 to 127.0.0.1:1645
        User-Name = "test5"
        Password = "*\330\346K.\030\300e\314\215\362\017\211\013\322P"
        NAS-IP-Address = hostmaster.cobweb.nl
        NAS-Port-Id = "101"
rad_recv: Access-Accept packet from host 127.0.0.1:1645, id=65, length=86
        X-Ascend-Assign-IP-Pool = 2
        Service-Type = Framed-User
        Framed-IP-Netmask = 255.255.255.255
        Framed-Routing = None
        Framed-Protocol = PPP
        Session-Timeout = 43200
        X-Ascend-Metric = 1
        X-Ascend-Idle-Limit = 3600
        X-Ascend-Maximum-Channels = 1
        X-Ascend-Assign-IP-Pool = 1
        Framed-Compression = Van-Jacobson-TCP-IP


address@hidden raddb]# less users.inc

test5 Auth-Type = Mysql
        Ascend-Assign-IP-Pool = 2,
        Fall-Through = Yes



address@hidden raddb]# less users

$INCLUDE dialout.inc
$INCLUDE users.inc

DEFAULT Auth-Type = Mysql
        Service-Type = Framed-User,
        Framed-IP-Netmask = 255.255.255.255,
        Framed-Routing = None,
        Framed-Protocol = PPP,
        Session-Timeout = 43200,
        Ascend-Metric = 1,
        Ascend-Idle-Limit = 3600,
        Ascend-Maximum-Channels = 1,
        Ascend-Assign-IP-Pool = 1,
        Framed-Compression = Van-Jacobson-TCP-IP





reply via email to

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