On May 19, 2015, at 10:08 AM, Olivier CALVANO <o.calvano@gmail.com> wrote:
i think's that it's a problems of radwho, because i see the configuration and freeradius use: /var/log/radius/radutmp
It's more than just that one configuration file. radiusd.conf has to be loaded. radiusd.conf then loads everything in the "modules" directory. Which then loads the radutmp file.
[root@auth-srv1 radius]# ll /var/log/radius/radutmp -rw------- 1 radiusd radiusd 1242752 19 mai 16:05 /var/log/radius/radutmp the file is Ok.
That's nice.
it's possible that radwho don't know where is /var/log/radius/radutmp ?
No. That would produce a different error message. Radwho reads the radutmp configuration to see where the radutmp file is located. Once that's done, it reads the radutmp file. Again, this works in the default configuration. Alan DeKok.