Skip to content
Closed
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
8 changes: 5 additions & 3 deletions source/administration/security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,11 @@ authentication system:
db.system.users.find()

- The ``admin`` database is unique. Users with *normal* access to the
``admin`` database have read and write access to all
databases. Users with *read only* access to the ``admin`` database
have read only access to all databases.
``admin`` database have read and write access to all databases. Users
with *read only* access to the ``admin`` database have read only
access to all databases, with the exception of the ``system.users``
collection, which is protected to prevent privilege escalation
attacks.

Additionally the ``admin`` database exposes several commands and
functionality, such as :dbcommand:`listDatabases`.
Expand Down