From 712fca64e953946129bc8dfe19efc563fe5d4d03 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 27 Feb 2013 13:26:19 -0800 Subject: [PATCH] doc: Added comment to enable message. Added link to Auth Config Reference. Signed-off-by: John Wilkins --- doc/rados/configuration/ceph-conf.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index c8bdf6f3296a3..434ff7d155a41 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -276,7 +276,7 @@ in the daemon instance sections of your ``ceph.conf`` file. Authentication ============== -.. versionadded:: 0.55 +.. versionadded:: Bobtail 0.56 For Bobtail (v 0.56) and beyond, you should expressly enable or disable authentication in the ``[global]`` section of your Ceph configuration file. :: @@ -285,12 +285,15 @@ in the ``[global]`` section of your Ceph configuration file. :: auth service required = cephx auth client required = cephx -See `Cephx Authentication`_ for additional details. +Additionally, you should enable message signing. See `Cephx Config Reference`_ +and `Cephx Authentication`_ for details. .. important:: When upgrading, we recommend expressly disabling authentication first, then perform the upgrade. Once the upgrade is complete, re-enable authentication. .. _Cephx Authentication: ../../operations/authentication +.. _Cephx Config Reference: ../auth-config-ref + .. _ceph-monitor-config: -- 2.39.5