diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-10-14 10:27:52 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-10-14 10:27:52 -0700 |
commit | 516fe8ceb12576a85cd8129a686532748a0a4f21 (patch) | |
tree | 53518de86e8fdb1efd25058c78b654420ef4b2bb | |
parent | fe23a281fa65294f5e838930a6c5c2435af43ada (diff) | |
parent | bf82ba90bceab304afdea4666e03390d8581f8ee (diff) | |
download | ceph-516fe8ceb12576a85cd8129a686532748a0a4f21.tar.gz |
Merge pull request #713 from dachary/master
doc: disable cephx requires auth_supported = none
-rw-r--r-- | doc/rados/operations/authentication.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rados/operations/authentication.rst b/doc/rados/operations/authentication.rst index 6bacf4c7dff..5c6c90447a8 100644 --- a/doc/rados/operations/authentication.rst +++ b/doc/rados/operations/authentication.rst @@ -154,6 +154,7 @@ during setup and/or troubleshooting to temporarily disable authentication. auth cluster required = none auth service required = none auth client required = none + auth_supported = none #. Or, disable ``cephx`` authentication for versions ``0.50`` and below (deprecated as of version 0.51) by setting the following option in the |