Skip to content

Commit e5e4253

Browse files
DOCSP-11985 Stop supporting multiple authentication (#65)
* DOCSP-11985 Stop supporting multiple authentication * DOCSP-11985 changes for copy review feedback * DOCSP-11985 update for tech review feedback * DOCSP-11985 minor correction
1 parent d841598 commit e5e4253

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. note::
2+
3+
Only one user can be authenticated on a connection to a {+dl+} at any
4+
given time. If a user authenticates and then runs the ``db.auth()`` command, {+dl+} replaces previous user's permissions with the new user's permissions.
5+
6+
The :manual:`connectionStatus </reference/command/connectionStatus>`
7+
command shows only the newly authenticated user in the
8+
``authenticatedUsers`` output field.

source/supported-unsupported/mql-support.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ Diagnostic Commands
168168
the state of authenticated users and their available
169169
:atlas:`roles </reference/user-roles>`.
170170

171+
.. include:: /includes/fact-connection-limitation.rst
172+
171173
* - :manual:`dbStats </reference/command/dbStats>`
172174

173175
- The following fields are omitted from the response:

source/tutorial/connect.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ you have the :binary:`~bin.mongo` shell installed:
8989
content: |
9090
.. include:: /includes/steps/data-lake-shell-not-installed.rst
9191

92+
.. include:: /includes/fact-connection-limitation.rst
93+
9294
Next Steps
9395
----------
9496

0 commit comments

Comments
 (0)