mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #331 from yuvipanda/291-fix
Remove stray = in authenticator configuration example
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user