summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-02-27 13:26:19 -0800
committerJohn Wilkins <john.wilkins@inktank.com>2013-02-27 13:26:19 -0800
commit712fca64e953946129bc8dfe19efc563fe5d4d03 (patch)
treed04d09552346b4305b91a23568d876d66110c630
parentc0ed9011dd4bb4e8ab7ba589ea09b6cada1593f8 (diff)
downloadceph-712fca64e953946129bc8dfe19efc563fe5d4d03.tar.gz
doc: Added comment to enable message. Added link to Auth Config Reference.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/configuration/ceph-conf.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst
index c8bdf6f3296..434ff7d155a 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: