@@ -157,17 +157,17 @@ content: |
157
157
specify the :guilabel:`Hostname`. You do not need to
158
158
specify a port.
159
159
160
- .. note::
160
+
161
161
162
- You can only use SRV connection strings to connect to
163
- deployments running MongoDB 3.6 and later.
162
+ You can only use SRV connection strings to connect to
163
+ deployments running MongoDB 3.6 and later.
164
164
165
165
SRV connection strings have a prefix of
166
166
``mongodb+srv:``. If you are using an SRV connection
167
167
string, you do not need to include ``mongodb+srv`` in
168
168
your :guilabel:`Hostname`.
169
169
170
- .. example::
170
+ For example:
171
171
172
172
If the following is your SRV connection string for
173
173
your MongoDB deployment:
@@ -258,14 +258,13 @@ content: |
258
258
provide the :guilabel:`Username` to authenticate
259
259
the user.
260
260
261
- .. note::
262
261
263
- If you are using
264
- :atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>`
265
- , your username must be prefaced by "CN="
266
- per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__.
267
- For example, the username "X509User" must be
268
- provided as "CN=X509User".
262
+ If you are using
263
+ :atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>`
264
+ , your username must be prefaced by "CN="
265
+ per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__.
266
+ For example, the username "X509User" must be
267
+ provided as "CN=X509User".
269
268
270
269
- id: ldap
271
270
name: LDAP
0 commit comments