diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-02-27 13:27:51 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-02-27 13:27:51 -0800 |
commit | 202ae8e7fd23d744953012b8ed9d2fa2564b2e2b (patch) | |
tree | 313f109fdbf4758c7c210422c1fd100b56dcf54c | |
parent | 783555f7a3ff2beafcdbaaef98013708344bfa94 (diff) | |
download | ceph-202ae8e7fd23d744953012b8ed9d2fa2564b2e2b.tar.gz |
doc: fixed link and form edit.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/operations/authentication.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/operations/authentication.rst b/doc/rados/operations/authentication.rst index 20d938bb734..35e071d70c8 100644 --- a/doc/rados/operations/authentication.rst +++ b/doc/rados/operations/authentication.rst @@ -70,7 +70,7 @@ following directory:: See `Enabling Cephx`_ step 2 and 3 for stepwise details to enable ``cephx``. -.. _ceph-authtool: ../../man/ceph-authtool/ +.. _ceph-authtool: ../../../man/8/ceph-authtool .. _enable-cephx: @@ -376,7 +376,7 @@ include the following in the ``[global]`` section of your `Ceph configuration`_ file directly below the line that specifies the use of Cephx for authentication:: - cephx require signatures = true ; everywhere possible + cephx require signatures = true ; everywhere possible You can also selectively require signatures for cluster internal communications only, separate from client-facing service:: |