Problem in starting Free Radius after installation. Please reply urgent
Hi, I have installed free radius on Linux machine. I have changed Free Radius configuration parameter using flag with ./configure -flags command . I set the following path /radius/log /radius/radacct /radius/raddb But when I try to start it radiusd it gives me following error. radiusd Info: Starting - reading configuration files ... Error: Configuration directory /radius/raddb/ is globally writable. Refusing to start due to insecure configuration. Error: Errors reading radiusd.conf Please tell me what is issue and how to solve this issue. Urgently. Thanks. Regards, ------------------------ Akhnukh Bashir Khan Cell: +973 36 730 283
Error: Configuration directory /radius/raddb/ is globally writable. Refusing to start due to insecure configuration.
Error: Errors reading radiusd.conf Basically you need to set your radius configurations globally readable only. If they are globally writable as well, they can be changed by any user (which the free radius designers think is bad)
So all you need to do is `chmod go-w what_ever_file_or_dir` PS: Faqeer Ali says hi -- Shahzada Hatim (Sofware Engineer) Iphonica LLC (www.iphonica.com)
participants (2)
-
Akhnukh Bashir Khan -
Shahzada Hatim