From 97f050bb794b1f32ea9dfd8d43bea051c80fca3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 3 May 2017 10:25:24 +0200 Subject: [PATCH] ceph: init: add warning to disable-cephx --- PVE/API2/Ceph.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm index 4f853f3d..242f3087 100644 --- a/PVE/API2/Ceph.pm +++ b/PVE/API2/Ceph.pm @@ -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,