Skip to content

Commit 27efeae

Browse files
author
Sam Kleinman
committed
merge: DOCS-181
2 parents d6a83ca + 03f1caf commit 27efeae

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 Authentication
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+
- :dbcommand:`isdbGrid`
396+
378397
Resources
379398
---------
380399

0 commit comments

Comments
 (0)