File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -326,14 +326,14 @@ different locations within the cluster and have different roles:
326
326
database.
327
327
328
328
This means that you *can* authenticate to these users and databases
329
- while connected directly to the primary shard for a database. However,
329
+ while connected directly to the * primary* shard for a database. However,
330
330
for clarity and consistency all interactions between the client and
331
331
the database should use a :program:`mongos` instance.
332
332
333
333
.. note::
334
334
335
335
Individual shards can store administrative credentials to their
336
336
instance, which only permit access to a single shard. MongoDB
337
- stores these credentials in the shards' :term:`admin databases <admin database>` and these
338
- credentials are *completely* distinct from the cluster-wide
339
- administrative credentials.
337
+ stores these credentials in the shards' :term:`admin databases
338
+ <admin database>` and these credentials are *completely* distinct
339
+ from the cluster-wide administrative credentials.
You can’t perform that action at this time.
0 commit comments