From ba79fbcb0adb472ee0ff14ec74dfbac81bcbda39 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Wed, 3 Nov 2021 15:24:53 -0400 Subject: [PATCH] DOCS-12514 incorrect instruction and spelling for Kerberos --- ...control-access-to-mongodb-with-kerberos-authentication.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt index fee602308c4..4da72e6aa5d 100644 --- a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt +++ b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt @@ -79,7 +79,7 @@ KRB5_KTNAME If you installed MongoDB Enterprise using one of the official ``.deb`` or ``.rpm`` packages, and you use the included init/upstart scripts to -control the :binary:`~bin.mongod` instance, you can set the ``KR5_KTNAME`` +control the :binary:`~bin.mongod` instance, you can set the ``KRB5_KTNAME`` variable in the default environment settings file instead of setting the variable each time. @@ -92,7 +92,7 @@ Set the ``KRB5_KTNAME`` value in a line that resembles the following: .. code-block:: javascript - export KRB5_KTNAME="" + KRB5_KTNAME="" Configure ``mongos`` for Kerberos ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~