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.
1 parent d3f6f67 commit 9680527Copy full SHA for 9680527
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 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
397
Resources
398
---------
399
0 commit comments