From 957cbd1da458f9cd399a8b5d35919a73957a3fd3 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Wed, 8 Oct 2014 11:13:02 -0400 Subject: [PATCH] Remove duplicate paragraph --- source/includes/access-mongodump-users.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/includes/access-mongodump-users.rst b/source/includes/access-mongodump-users.rst index 6c370eae502..27ff52df31a 100644 --- a/source/includes/access-mongodump-users.rst +++ b/source/includes/access-mongodump-users.rst @@ -9,8 +9,3 @@ Specifically, to backup a given database's users, you must have the :authaction:`find` :ref:`action ` on the ``admin`` database's :data:`admin.system.users` collection. The :authrole:`backup` and :authrole:`userAdminAnyDatabase` roles both provide this privilege. - -To backup the user-defined roles on a database, you must have the -:authaction:`find` action on the ``admin`` database's -:data:`admin.system.roles` collection. Both the :authrole:`backup` and -:authrole:`userAdminAnyDatabase` roles provide this privilege.