]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth: keyring without mon entity type should return -EACCES 5734/head
authorXiaowei Chen <cxwshawn@gmail.com>
Tue, 10 Nov 2015 07:54:33 +0000 (02:54 -0500)
committerXiaowei Chen <cxwshawn@gmail.com>
Tue, 10 Nov 2015 07:54:35 +0000 (02:54 -0500)
commit1ace4d03b23b80c699f4861d004f3212ca56a323
tree2dd9ff999c85427ff8a55278738f556e5f9aa6ee
parentbf75b309ecfe2eaaa05a0b154f2ee4a7eaa29c3e
auth: keyring without mon entity type should return -EACCES
            test:
                         see test.sh:test_mon_caps
                         before modify:
                         when we first exec ../qa/workunits/cephtool/test.sh -t mon_caps --asok-does-not-need-root , it stuck.
                         after modify:
                         exec again, return Permission denied.

Signed-off-by: Xiaowei Chen <chen.xiaowei@h3c.com>
qa/workunits/cephtool/test.sh
src/auth/cephx/CephxServiceHandler.cc
src/ceph.in
src/pybind/rados.py