hi all
      i met a problem,my radiusd.conf looks like:
///////////////////////////////////////////////////////
....................................
        radutmp {
                filename = ${logdir}/radutmp
                perm = 0600
                callerid = "yes"
        }
...........................................
............................................
accounting {
#       acct_unique
        detail
#       counter
        unix
        radutmp
#       sradutmp
}


# Session database, used for checking Simultaneous-Use. The radutmp module
# handles this
session {
        radutmp
}


///////////////////////////////////////////////////////


but when i start my radiusd and test it: first i sent an auth query,returns 
accept,then i send an acct query,the debug is:

///////////////////////////////////////////////////////
.......
rad_recv: Access-Request packet from host 127.0.0.1:1049, id=254, length=57
        User-Name = "uid20"
        Password = "CF\277\212\321\007\226~\r[n\255\332\354\344H"
        NAS-IP-Address = 255.255.255.255
        NAS-Port-Id = "1812"
.................................................
modcall: entering group session
modcall[session]: module "radutmp" returns ok
modcall: group session returns ok
Login OK: [uid20/ppass20] (from nas local port 0)
Sending(maohua1) Access-Accept of id 254 to 127.0.0.1:1049
Finished request 0
Going to the next request
--- Walking the entire request list ---
Waking up in 6 seconds...
--- Walking the entire request list ---
Cleaning up request 0 ID 254 with timestamp 3cb5a0cd
Nothing to do.  Sleeping until we see a request.
rad_recv: Accounting-Request packet from host 127.0.0.1:1049, id=255, length=56
        User-Name = "uid2"
        Password = "K\003\250&g\326\225\035\327\333I\2468-i~"
        NAS-IP-Address = 127.0.0.1
        Acct-Status-Type = Start
modcall: entering group preacct
modcall[accounting]: module "radutmp" returns noop  (why noop?nothing has been done?)
modcall: group accounting returns ok
Sending(maohua1) Accounting-Response of id 2 to 127.0.0.1:1049
Finished request 2
Going to the next request
--- Walking the entire request list ---
Cleaning up request 2 ID 2 with timestamp 3cb5a19d
Nothing to do.  Sleeping until we see a request.



///////////////////////////////////////////////////////


and i change dir to /usr/local/var/log/radius/, i can't find radutmp and radwtmp,why? 
i miss some thing to config?need your help 
kind of you ,thanks

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

Reply via email to