]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/user-management: Remove obsolete reset caps command 25607/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 14 Dec 2018 05:01:21 +0000 (15:01 +1000)
committerJos Collin <jcollin@redhat.com>
Tue, 18 Dec 2018 11:43:30 +0000 (17:13 +0530)
This command has not worked since hammer and makes no sense in an
environment where we do not allow empty caps

Fixes: http://tracker.ceph.com/issues/37663
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit e4e7f3ea6af8316cd46bb74c3f6d6819b99cea53)

doc/rados/operations/user-management.rst

index 5f057c6fbda967e9d51fd32923f75cc37f4fa2a9..4bf525103e7c1b020d1fb2feba1cf29f483f4154 100644 (file)
@@ -418,12 +418,6 @@ For example::
        ceph auth caps client.paul mon 'allow rw' osd 'allow rwx pool=liverpool'
        ceph auth caps client.brian-manager mon 'allow *' osd 'allow *'
 
-To remove a capability, you may reset the capability. If you want the user
-to have no access to a particular daemon that was previously set, specify
-an empty string. For example::
-
-       ceph auth caps client.ringo mon ' ' osd ' '
-
 See `Authorization (Capabilities)`_ for additional details on capabilities.