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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~