File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -322,13 +322,18 @@ different locations within the cluster and have different roles:
322322 connected to a :program:`mongos` instance using the :term:`admin
323323 database`.
324324
325+ - Each shard has its own :term:`admin database`, which stores
326+ administrative credentials and access for that shard only.
327+
325328- Other database credentials reside on the *primary* shard for the
326329 database.
327330
328331This means that you *can* authenticate to these users and databases
329- while connected directly to the *primary* shard for a database. However,
330- for clarity and consistency all interactions between the client and
331- the database should use a :program:`mongos` instance.
332+ while connected directly to the *primary* shard for a database. You
333+ **cannot** authenticate to a database in a sharded cluster that is not
334+ the primary for that database. However, for clarity and consistency
335+ all interactions between the client and the database should use a
336+ :program:`mongos` instance.
332337
333338.. note::
334339
You can’t perform that action at this time.
0 commit comments