Remove stray = in authenticator configuration example

Ref #291
This commit is contained in:
yuvipanda
2019-05-18 14:32:07 -07:00
parent c0171dfdbc
commit 5bb6b69232

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.