Hi,
 
I've installed the freeradius_auth plugin
 
added to plugins.conf
 
[freeradius*]
user root
 
But still I get the following error when the plugin is run...
 
radmin: Failed connecting to /usr/local/var/run/radiusd/radiusd.sock: Permission denied
 
Any ideas
 
Running direct from root works fine, just
 
[root@vpn1 munin]# radmin -f /usr/local/var/run/radiusd/radiusd.sock -e "stats client auth"
        requests        273
        responses       273
        accepts         206
        rejects         67
        challenges      0
        dup             0
        invalid         0
        malformed       0
        bad_signature   0
        dropped         0
        unknown_types   0
 
Thx
Nev