4 Jul
2011
4 Jul
'11
1:56 p.m.
Brian Candler wrote:
The server is running as root (yes I know, but I can't change that easily right now). radmin works fine with: ... I presume it's stuck here:
Yes. I've pushed a fix to github.
A couple of other suggestions.
(1) When checking the uid of the socket peer, if you find it's 0 (root) you may as well let them in anyway.
Good idea. Done.
(2) When starting the control server, if the 'uid' or 'gid' values are set, it could try chown'ing or chgrp'ing the socket to that value.
That, too. Alan DeKok.