Skip to content

Commit 77ce263

Browse files
authored
DOCS-12514 incorrect instruction and spelling for Kerberos (#6137)
1 parent c9e7ad9 commit 77ce263

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
@@ -74,7 +74,7 @@ KRB5_KTNAME
7474

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

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

8888
.. code-block:: javascript
8989

90-
export KRB5_KTNAME="<path to keytab>"
90+
KRB5_KTNAME="<path to keytab>"
9191

9292
Configure ``mongos`` for Kerberos
9393
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)