From: Loic Dachary Date: Sun, 13 Oct 2013 09:14:14 +0000 (+0200) Subject: doc: disable cephx requires auth_supported = none X-Git-Tag: v0.72-rc1~69^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F713%2Fhead;p=ceph.git doc: disable cephx requires auth_supported = none auth cluster required = none auth service required = none auth client required = none is not enough to disable cephx if there is a auth_supported = cephx line in the [global] section. It will produce the following error # ceph --id myself auth list 2013-10-13 11:05:00.368638 7f812aea3700 0 librados: client.myself authentication error (1) Operation not permitted Error connecting to cluster: PermissionError Changing the line to auth_supported = none fixes the problem. Signed-off-by: Loic Dachary --- diff --git a/doc/rados/operations/authentication.rst b/doc/rados/operations/authentication.rst index 6bacf4c7dffb..5c6c90447a80 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