ceph: init: add warning to disable-cephx

This commit is contained in:
Fabian Grünbichler 2017-05-03 10:25:24 +02:00
parent 77bb90b03b
commit 97f050bb79

View File

@ -734,7 +734,10 @@ __PACKAGE__->register_method ({
maximum => 14,
},
'disable-cephx' => {
description => "Disable cephx authentification.",
description => "Disable cephx authentification.\n\n" .
"WARNING: cephx is a security feature protecting against " .
"man-in-the-middle attacks. Only consider disabling cephx ".
"if your network is private!",
type => 'boolean',
optional => 1,
default => 0,