From: Brad Hubbard Date: Fri, 14 Dec 2018 05:01:21 +0000 (+1000) Subject: doc/user-management: Remove obsolete reset caps command X-Git-Tag: v14.1.0~620^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e4e7f3ea6af8316cd46bb74c3f6d6819b99cea53;p=ceph.git doc/user-management: Remove obsolete reset caps command 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 --- diff --git a/doc/rados/operations/user-management.rst b/doc/rados/operations/user-management.rst index 097911287690..ed18dd26cd9a 100644 --- a/doc/rados/operations/user-management.rst +++ b/doc/rados/operations/user-management.rst @@ -447,12 +447,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.