Hello,

I just make the newest freeradius with the default settings, and something seems to 
have 
changed. Under the old freeradius this was working fine. 

Here is the output from -X:

rad_recv: Access-Request packet from host 10.13.0.41:1645, id=109, length=79
        User-Name = "as"
        Password = "\331\257\\\025\337\025\341\036\n\367\016syc\374j"
        NAS-Port = 130
        NAS-Port-Type = Virtual
        Calling-Station-Id = "10.13.0.254"
        Service-Type = Login-User
        NAS-IP-Address = 3640-PE-EAST-1
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "suffix" returns ok
Invalid operator for item : reverting to '=='
Invalid operator for item : reverting to '=='
  modcall[authorize]: module "files" returns notfound
modcall: group authorize returns ok
auth: No Auth-Type configuration for the request, rejecting the user
auth: Failed to validate the user.
Login incorrect: [as] (from client 3640-PE-EAST-1 port 130 cli 10.13.0.254)
Sending Access-Reject of id 109 to 10.13.0.41:1645
Finished request 0

from the startup:

Module: Loaded files 
 files: usersfile = "/etc/raddb/users"
 files: acctusersfile = "/etc/raddb/acct_users"
 files: compat = "no"
Module: Instantiated files (files) 


radiusd: FreeRADIUS Version 0.6, for host i686-pc-linux-gnu, built on May 10 2002 at 
11:01:07


users file:

DEFAULT         NAS-Port == 0
                Idle-Timeout = 20,
                Cisco-Idle-Limit = 20,
                Fall-Through = yes

smartbits       Auth-Type := Local 
                Password == "xxx", 
                Cisco-AVPair = "shell:priv-lvl=0",
                Fall-Through = no

DEFAULT Auth-Type := System
        Service-Type = Login-user,
#       Reply-Message = "NSITE MPLS test network",
        Fall-Through = 1,
        Cisco-AVPair = "priv-lvl=15"

mb              Auth-Type := Local, Password == "mb"
ra              Auth-Type := Local, Password == "ra"
rm              Auth-Type == Local, Password == "rm"
as              Auth-Type := Local, Password == "as"
rk              Auth-Type := Local, Password == "rk"


any ideas on what my next step should be?


-- 
Aamer Akhter / [EMAIL PROTECTED]
NSITE - cisco Systems


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to