2 Nov
2007
2 Nov
'07
9:19 a.m.
Massimo Meregalli wrote:
If the server is started with radiusd -X or radiusd -s all is fine and the requests get answered correctly.
Because it doesn't change uid's.
If the server is started with radiusd -y it doesn't statup correctly.
You have likely edited the "user=" and/or "group=" lines in radiusd.conf to set it to run as a non-root user. You have then made the configuration files so that the non-root user doesn't have permission to read them. As root, do "su user", to the user you have configured. Then run "radiusd -X", and you will likely see more output as to what's going wrong. Alan DeKok.