Hi list,
I am trying to work the radwho command but i get this error : radwho: Error reading /usr/local/var/log/radius/radutmp: No such file or directory
My AccessPoint (3com 7250) has the accounting option i have set it enable and i have detail files in /usr/local/var/log/radius/radacct/10.0.0.10 .
In my radiusd.conf :
radutmp {
filename = ${LOGDIR}/radutmp
username = %{User-Name}
case_sensitive = yes
check_with_nas = yes
perm = 0600
callerid = yes
}
accounting {
detail
radutmp
}
session {
radutmp
}
-----and when running radiusd -X :
..............
Module: Loaded radutmp
radutmp: filename =
"/var/log/radius/radutmp"
radutmp: username = "%{User-Name}"
radutmp: case_sensitive = yes
radutmp: check_with_nas = yes
radutmp: perm = 384
radutmp: callerid = yes
....
Module: Instantiated radutmp (radutmp)
thanks
Adreas Polyxronopoulos