This commit is contained in:
April Wright
2018-10-07 09:09:35 -05:00

View File

@@ -16,7 +16,7 @@ Enabling the authenticator
a whiteboard). Once you have selected a password, configure TLJH to use a whiteboard). Once you have selected a password, configure TLJH to use
the password by executing the following from an admin console. the password by executing the following from an admin console.
.. code-block:: bash .. code-block:: bash
sudo tljh-config set auth.DummyAuthenticator.password <password> sudo tljh-config set auth.DummyAuthenticator.password <password>
@@ -24,7 +24,12 @@ Enabling the authenticator
2. Enable the authenticator and reload config to apply configuration: 2. Enable the authenticator and reload config to apply configuration:
.. code-block:: bash
sudo tljh-config set auth.type dummyauthenticator.DummyAuthenticator sudo tljh-config set auth.type dummyauthenticator.DummyAuthenticator
.. code-block:: bash
sudo tljh-config reload sudo tljh-config reload
Users who are currently logged in will continue to be logged in. When they Users who are currently logged in will continue to be logged in. When they
@@ -40,4 +45,7 @@ commands:
.. code-block:: bash .. code-block:: bash
tljh-config set auth.DummyAuthenticator.password <new-password> tljh-config set auth.DummyAuthenticator.password <new-password>
.. code-block:: bash
tljh-config reload tljh-config reload