1

指図:

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

出力は、出力を観察することにより安全でない構成であると述べています。誰かが知っているでしょうか、なぜそれが起こったのか、私にあなたの救済策を教えてください。

4

1 に答える 1

1

のようなものを使用して radiusd.conf のアクセス許可を変更しましたchmod g+wchmod g-w /usr/local/etc/raddb/radiusd.confそれを修正します。

于 2014-10-11T20:23:00.180 に答える