radiusd.conf文件和raddb字典(freeradius服务器)中的错误不安全配置



命令:

radiusd-X

输出:

radiusd: FreeRADIUS Version 3.0.1, for host i686-pc-linux-gnu, built on Sep 23 2014 at    00:27:30  
Copyright (C) 1999-2014 The FreeRADIUS server project and contributors
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License
For more information about these matters, see the file named COPYRIGHT
Starting - reading configuration files ...
including dictionary file /usr/local/etc/raddb/dictionary
including configuration file /usr/local/etc/raddb/radiusd.conf
Configuration file /usr/local/etc/raddb/radiusd.conf is globally writable.Refusing   to   start due to insecure configuration.
Errors reading or parsing /usr/local/etc/raddb/radiusd.conf

输出通过观察输出来声明不安全的配置。有人知道为什么会发生这种情况吗?请给我你的补救措施。

您已经使用类似chmod g+w的东西更改了radiusd.conf的权限。chmod g-w /usr/local/etc/raddb/radiusd.conf来修复它。

最新更新