Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions source/release-notes/2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,25 @@ automatically, start the shell with :option:`--norc <mongod --norc>`.

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

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
that :setting:`auth` is enabled:

- :dbcommand:`isMaster`

- :dbcommand:`authenticate`

- :dbcommand:`getnonce`

- :dbcommand:`buildInfo`

- :dbcommand:`ping`

- :dbcommand:`isdbGrid`

Resources
---------

Expand Down