diff --git a/source/includes/fact-confirm-enterprise-binaries.rst b/source/includes/fact-confirm-enterprise-binaries.rst new file mode 100644 index 00000000000..f72ffdf51f5 --- /dev/null +++ b/source/includes/fact-confirm-enterprise-binaries.rst @@ -0,0 +1,9 @@ +To verify MongoDB Enterprise binaries: + +.. code-block:: sh + + mongod --version + +In the output from this command, look for the string ``modules: +subscription`` or ``modules: enterprise`` to confirm your system has +MongoDB Enterprise. 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 607323e91db..dcb45b756bf 100644 --- a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt +++ b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt @@ -23,6 +23,8 @@ this document. This tutorial assumes you have have configured a deployment, and you have a valid :ref:`keytab file ` for for each :program:`mongod` and :program:`mongos` instance. +.. include:: /includes/fact-confirm-enterprise-binaries.rst + Procedure --------- diff --git a/source/tutorial/troubleshoot-kerberos.txt b/source/tutorial/troubleshoot-kerberos.txt index 988cd40c2a7..cd0ed9517c0 100644 --- a/source/tutorial/troubleshoot-kerberos.txt +++ b/source/tutorial/troubleshoot-kerberos.txt @@ -14,8 +14,11 @@ Kerberos Configuration Checklist If you have difficulty starting :program:`mongod` or :program:`mongos` with :doc:`Kerberos ` on Linux systems, ensure that: -- The :program:`mongod` and the :program:`mongos` binaries are - from MongoDB Enterprise. + +- The :program:`mongod` and the :program:`mongos` binaries are from + MongoDB Enterprise. + + .. include:: /includes/fact-confirm-enterprise-binaries.rst - You are not using the :ecosystem:`HTTP Console `. MongoDB Enterprise