hi,
please forgive my ingorance :-)
i installed freeradius, and it works fine (great job!), but it does not
want to write the detail files for me....
radiusd: FreeRADIUS Version 0.5, for host i686-pc-linux-gnu, built on
Mar 20 2002 at 11:22:28
in radiusd.conf i have:
detail {
detailfile = ${radacctdir}/%{Client-IP-Address}/detail
detailperm = 0600
}
accounting {
detail
radutmp
acct_unique
}
and when i run radiusd with -xx only and do a "radtest bla bla localhost
1 testing123" i get
[BLA]
Module: Loaded detail
detail: detailfile =
"/home/htel/radius-1/var/log/radius/radacct/%{Client-IP-Address}/detail"
detail: detailperm = 384
detail: dirperm = 493
Module: Instantiated detail (detail)
[more BLA]
Ready to process requests.
rad_recv: Access-Request packet from host 127.0.0.1:3280, id=80, length=52
Thread 1 assigned request 0
--- Walking the entire request list ---
Threads: total/active/spare threads = 5/1/4
Nothing to do. Sleeping until we see a request.
Thread 1 handling request 0, (1 handled so far)
User-Name = "bla"
User-Password = "\270\353(\305\017\032\0002m\342\rg|*\370"
NAS-IP-Address = 255.255.255.255
NAS-Port-Id = "1"
modcall: entering group authorize
modcall[authorize]: module "preprocess" returns ok
modcall[authorize]: module "suffix" returns ok
users: Matched DEFAULT at 233
modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok
rad_check_password: Found Auth-Type Accept
rad_check_password: Auth-Type = Accept, accepting the user
Sending Access-Accept of id 80 to 127.0.0.1:3280
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Address = 255.255.255.254
Framed-MTU = 1500
Service-Type = Framed-User
Finished request 0
Going to the next request
Thread 1 waiting to be assigned a request
The directory /home/htel/radius-1/var/log/radius/radacct/ DOES exist,
but no directories/files
show up there. i ran strace on it and it doesn't even seem to try to
open/stat it...
i created the directory for one of the clients manually - nothing.....
what am i missing here?
TIA, hb
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html