From 96805275ef59e624dd9528d2235a273a6dd009eb Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Tue, 11 Sep 2012 10:16:30 -0400 Subject: [PATCH 1/2] DOCS-181 commands that do not require auth --- source/release-notes/2.0.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/release-notes/2.0.txt b/source/release-notes/2.0.txt index c41e952417a..6dc0286362c 100644 --- a/source/release-notes/2.0.txt +++ b/source/release-notes/2.0.txt @@ -375,6 +375,25 @@ automatically, start the shell with :option:`--norc `. For more information, see :doc:`/reference/mongo`. +Most Commands Require Auth +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In 2.0, *all* database commands require that :setting:`auth` is enabled, +*except for those listed here*. The following commands *do not* require +that :setting:`auth` is enabled: + +- :dbcommand:`isMaster` + +- :dbcommand:`authenticate` + +- :dbcommand:`getnonce` + +- :dbcommand:`buildInfo` + +- :dbcommand:`ping` + +- ``isdbgrid`` + Resources --------- From 03f1caffba04992bbb2fe125d5e5b3bba44b6ae1 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Tue, 11 Sep 2012 10:44:04 -0400 Subject: [PATCH 2/2] DOCS-181 edit to commands that don't require auth --- source/release-notes/2.0.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/release-notes/2.0.txt b/source/release-notes/2.0.txt index 6dc0286362c..f334ae39e87 100644 --- a/source/release-notes/2.0.txt +++ b/source/release-notes/2.0.txt @@ -375,8 +375,8 @@ automatically, start the shell with :option:`--norc `. For more information, see :doc:`/reference/mongo`. -Most Commands Require Auth -~~~~~~~~~~~~~~~~~~~~~~~~~~ +Most Commands Require Authentication +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In 2.0, *all* database commands require that :setting:`auth` is enabled, *except for those listed here*. The following commands *do not* require @@ -392,7 +392,7 @@ that :setting:`auth` is enabled: - :dbcommand:`ping` -- ``isdbgrid`` +- :dbcommand:`isdbGrid` Resources ---------