diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-08-19 10:33:37 +0200 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-08-19 10:33:37 +0200 |
commit | a846294533d6bea4fd1e126b89a670e4370ee1bb (patch) | |
tree | 59f5128b37dc84866196d216c6cce8a426385d35 | |
parent | b007b3304c2020aa9f122ec6fef83a909053db3a (diff) | |
download | ceph-a846294533d6bea4fd1e126b89a670e4370ee1bb.tar.gz |
auth-config-ref.rst: fix signature keys
Fix names of cephx signature keys.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | doc/rados/configuration/auth-config-ref.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/rados/configuration/auth-config-ref.rst b/doc/rados/configuration/auth-config-ref.rst index f38ad130ca3..c17d477b8fe 100644 --- a/doc/rados/configuration/auth-config-ref.rst +++ b/doc/rados/configuration/auth-config-ref.rst @@ -170,7 +170,7 @@ you can enable/disable signatures for service messages between the client and Ceph, and you can enable/disable signatures for messages between Ceph daemons. -``ceph require signatures`` +``cephx require signatures`` :Description: If set to ``true``, Ceph requires signatures on all message traffic between the Ceph Client and the Ceph Storage Cluster, and @@ -181,7 +181,7 @@ Ceph, and you can enable/disable signatures for messages between Ceph daemons. :Default: ``false`` -``cepxh cluster require signatures`` +``cephx cluster require signatures`` :Description: If set to ``true``, Ceph requires signatures on all message traffic between Ceph daemons comprising the Ceph Storage Cluster. @@ -191,7 +191,7 @@ Ceph, and you can enable/disable signatures for messages between Ceph daemons. :Default: ``false`` -``cepxh service require signatures`` +``cephx service require signatures`` :Description: If set to ``true``, Ceph requires signatures on all message traffic between Ceph Clients and the Ceph Storage Cluster. @@ -226,4 +226,4 @@ Time to Live .. _Ceph Authentication & Authorization: ../../operations/auth-intro .. _Cephx Guide: ../../operations/authentication .. _Ceph Authentication: ../../operations/auth-intro#ceph-authentication-cephx -.. _Create an Admin Host: ../../deployment/ceph-deploy-admin#create-an-admin-host
\ No newline at end of file +.. _Create an Admin Host: ../../deployment/ceph-deploy-admin#create-an-admin-host |