]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ceph: init: add warning to disable-cephx
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 3 May 2017 08:25:24 +0000 (10:25 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 3 May 2017 08:27:24 +0000 (10:27 +0200)
PVE/API2/Ceph.pm

index 4f853f3d09dc127fcfe0f9b0f1c95e5a64070b92..242f3087cb9c878c010d64ad016d93a77849796b 100644 (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,