We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6a83ca + 03f1caf commit 27efeaeCopy full SHA for 27efeae
source/release-notes/2.0.txt
@@ -375,6 +375,25 @@ automatically, start the shell with :option:`--norc <mongod --norc>`.
375
376
For more information, see :doc:`/reference/mongo`.
377
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
397
Resources
398
---------
399
0 commit comments