On 9/1/10, Tim Sylvester <tim.sylvester@networkradius.com> wrote:
The socket is created with this permissions:
ls -ltr "/opt/freeradius/var/run/radiusd/radiusd.sock" srw-rw---- 1 radius radius 0 2010-09-01 20:18 /opt/freeradius/var/run/radiusd/radiusd.sock
When I try to connect to the socket with radmin I received a permission denied:
/opt/freeradius/sbin> ./radmin -d ../etc_devel/raddb/ radmin: Failed connecting to /opt/freeradius/var/run/radiusd/radiusd.sock: Permission denied
radmin is launched with 'testuser' user.
anyone know where is the problem?
The user 'testuser' does not have permission to access the socket. Add 'testuser' to the group 'radius' or run radmin as root.
Tim
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Is possible to connect to socket with a group different of 'radius'?. Regards.