Skip to content

Commit 85754a3

Browse files
authored
(DOCSP-13518) X509 username field is optional (#316)
* (DOCSP-13518) X509 username field is optional
1 parent 38e99b2 commit 85754a3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/includes/steps-starting-compass-individual-fields.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,17 @@ content: |
222222
223223
Select :guilabel:`X.509` if the deployment uses
224224
:manual:`X.509 </core/security-x.509/>` as its
225-
authentication mechanism. If selected, you must
226-
provide the :guilabel:`Username` to authenticate
227-
the user.
225+
authentication mechanism.
228226
227+
If selected, you may optionally provide the
228+
:guilabel:`Username` to authenticate the user.
229+
229230
.. note::
230231
232+
|compass-short| retrieves the username
233+
from the X.509 certificate. In most most cases, you
234+
do not need to provide the :guilabel:`Username`.
235+
231236
If you are using
232237
:atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>`
233238
, your username must be prefaced by "CN="

0 commit comments

Comments
 (0)