File tree Expand file tree Collapse file tree 4 files changed +20
-13
lines changed
source/connect/advanced-connection-options Expand file tree Collapse file tree 4 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ Procedure
117117Example
118118-------
119119
120- The following screenshot shows the :guilabel:`Advanced` tab configured
121- with the read preference of :guilabel:`Secondary Preferred` . The
120+ The following example specifies a connection with a read preference of
121+ :guilabel:`Secondary Preferred` in the :guilabel:`Advanced` tab . The
122122:guilabel:`Secondary Preferred` read preference prevents queries from
123123overloading the primary node.
124124
Original file line number Diff line number Diff line change @@ -274,17 +274,23 @@ Procedure
274274
275275 To disconnect from your deployment, see :ref:`<disconnect-tab>`.
276276
277- Example
278- -------
277+ Examples
278+ --------
279279
280- The following screenshot shows the :guilabel:`Authentication` tab
281- configured for username and password authentication with
282- :manual:`SCRAM-SHA-256 </core/security-scram/>`.
280+ Username and Password Authentication
281+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
282+
283+ The following screenshot specifies a connection with username and
284+ password authentication with :manual:`SCRAM-SHA-256
285+ </core/security-scram/>` in the :guilabel:`Authentication` tab.
283286
284287.. figure:: /images/authentication/authentication-configuration.png
285288 :figwidth: 662px
286289 :alt: Screenshot of Compass configured to authenticate with username and password
287290
291+ LDAP Authentication
292+ ~~~~~~~~~~~~~~~~~~~
293+
288294Alternatively, the following screenshot shows the
289295:guilabel:`Authentication` tab configured for :manual:`LDAP
290296</core/security-ldap-external/>` authentication.
Original file line number Diff line number Diff line change @@ -110,10 +110,11 @@ Procedure
110110Example
111111-------
112112
113- The following screenshot shows the :guilabel:`General` tab configured
114- for an Atlas cluster with :manual:`SCRAM-SHA-256
115- </core/security-scram/>`. Since the connection uses the ``mongodb+srv``
116- connection string scheme, the connection automatically enables TLS/SSL.
113+ The following example specifies a connection with :manual:`SCRAM-SHA-256
114+ </core/security-scram/>` in the :guilabel:`General` tab . Since the
115+ connection uses the ``mongodb+srv`` connection string scheme, the
116+ connection automatically enables TLS/SSL.
117117
118118.. figure:: /images/authentication/new-atlas-connection.png
119+ :figwidth: 662px
119120 :alt: Screenshot of Compass configured to connect to an example Atlas cluster
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ Procedure
119119Example
120120-------
121121
122- The following screenshot shows the :guilabel:`TLS / SSL` tab configured
123- for a cluster with TLS/ SSL enabled.
122+ The following example specifies a connection with TLS/ SSL enabled in the
123+ :guilabel:` TLS / SSL` tab.
124124
125125.. figure:: /images/authentication/tls-ssl-configuration.png
126126 :figwidth: 662px
You can’t perform that action at this time.
0 commit comments