]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: disable cephx requires auth_supported = none 713/head
authorLoic Dachary <loic@dachary.org>
Sun, 13 Oct 2013 09:14:14 +0000 (11:14 +0200)
committerLoic Dachary <loic@dachary.org>
Sun, 13 Oct 2013 09:18:27 +0000 (11:18 +0200)
commitbf82ba90bceab304afdea4666e03390d8581f8ee
tree61e6e95449cb6393426ff166e8eb6c51cc940267
parent8d8ae58c420d880989c9430074be9f7710f6c74f
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>
doc/rados/operations/authentication.rst