Skip to content

Commit 9680527

Browse files
author
Bob Grabar
committed
DOCS-181 commands that do not require auth
1 parent d3f6f67 commit 9680527

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/release-notes/2.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,25 @@ automatically, start the shell with :option:`--norc <mongod --norc>`.
375375

376376
For more information, see :doc:`/reference/mongo`.
377377

378+
Most Commands Require Auth
379+
~~~~~~~~~~~~~~~~~~~~~~~~~~
380+
381+
In 2.0, *all* database commands require that :setting:`auth` is enabled,
382+
*except for those listed here*. The following commands *do not* require
383+
that :setting:`auth` is enabled:
384+
385+
- :dbcommand:`isMaster`
386+
387+
- :dbcommand:`authenticate`
388+
389+
- :dbcommand:`getnonce`
390+
391+
- :dbcommand:`buildInfo`
392+
393+
- :dbcommand:`ping`
394+
395+
- ``isdbgrid``
396+
378397
Resources
379398
---------
380399

0 commit comments

Comments
 (0)