ceph/doc/rados
Loic Dachary bf82ba90bc 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 <loic@dachary.org>
2013-10-13 11:18:27 +02:00
..
api
configuration doc: changed journal aio default to true. 2013-09-27 13:59:13 -07:00
deployment doc: Removed --fs-type option and text. 2013-09-16 18:40:07 -07:00
man doc: Syntax fixes to suppress gitbuilder warnings. 2013-09-09 15:27:57 -07:00
operations doc: disable cephx requires auth_supported = none 2013-10-13 11:18:27 +02:00
troubleshooting hadoop: remove hadoop shim 2013-09-13 13:39:48 -07:00
index.rst doc: Updated title and syntax to reflect glossary usage. 2013-05-30 20:27:42 -07:00