Merge pull request #331 from yuvipanda/291-fix

Remove stray = in authenticator configuration example
This commit is contained in:
Chris Holdgraf
2019-05-22 14:10:06 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ follow these steps:
.. code-block:: bash
sudo ln -s /src/data/my_shared_data_folder my_shared_data_folder
sudo ln -s /srv/data/my_shared_data_folder my_shared_data_folder
#. **Confirm that this worked** by logging in as a new user. You can do this
by opening a new "incognito" browser window and accessing your JupyterHub.

View File

@@ -48,7 +48,7 @@ to some value, you can do that with the following command:
.. code-block:: bash
sudo tljh-config set auth.LDAPAuthenticator.server_address = 'my-ldap-server'
sudo tljh-config set auth.LDAPAuthenticator.server_address 'my-ldap-server'
Most authenticators require you set multiple configuration options before you can
enable them. Read the authenticator's documentation carefully for more information.