Skip to content

Commit 1874da8

Browse files
authored
DOCS-12514 incorrect instruction and spelling for Kerberos (#6111)
1 parent 6aff616 commit 1874da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ KRB5_KTNAME
7979

8080
If you installed MongoDB Enterprise using one of the official ``.deb``
8181
or ``.rpm`` packages, and you use the included init/upstart scripts to
82-
control the :binary:`~bin.mongod` instance, you can set the ``KR5_KTNAME``
82+
control the :binary:`~bin.mongod` instance, you can set the ``KRB5_KTNAME``
8383
variable in the default environment settings file instead of setting
8484
the variable each time.
8585

@@ -92,7 +92,7 @@ Set the ``KRB5_KTNAME`` value in a line that resembles the following:
9292

9393
.. code-block:: javascript
9494

95-
export KRB5_KTNAME="<path to keytab>"
95+
KRB5_KTNAME="<path to keytab>"
9696

9797
Configure ``mongos`` for Kerberos
9898
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)