Skip to content

Commit

Permalink
Merge pull request #331 from yuvipanda/291-fix
Browse files Browse the repository at this point in the history
Remove stray = in authenticator configuration example
  • Loading branch information
choldgraf committed May 22, 2019
2 parents 7dcb9ca + 06bc3f1 commit b7af1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto/content/share-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/topic/authenticator-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7af1d1

Please sign in to comment.