From 43b26ca39e3cb781c5a303e3aa8f0906e5572256 Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Mon, 15 Sep 2014 19:04:27 -0400 Subject: [PATCH] DOCS-3164 - document warnings for mongo under auth --- source/includes/steps-enable-authentication.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/includes/steps-enable-authentication.yaml b/source/includes/steps-enable-authentication.yaml index 761abfe4d74..c7b6df5cfe7 100644 --- a/source/includes/steps-enable-authentication.yaml +++ b/source/includes/steps-enable-authentication.yaml @@ -44,6 +44,14 @@ post: | After you create the user administrator, the :ref:`localhost exception ` is no longer available. + + When starting the :program:`mongo` shell and authenticating as the user + administrator, you may see warnings that you are unable to execute one or + more commands depending on your server or cluster configuration. This is + normal and reflects the fact that certain commands run when the + :program:`mongo` shell starts require permissions that the + :authrole:`userAdminAnyDatabase` role does not have. These warnings are + benign. --- title: Create additional users. stepnum: 4