Fix the ldap parameters.
This commit is contained in:
parent
6f51e86f0b
commit
9d66710f4b
|
@ -95,7 +95,7 @@ c.LDAPAuthenticator.bind_dn_template = ["{{ jupyter_hub_ldap_bind_dn_template }}
|
|||
c.LDAPAuthenticator.lookup_dn = {{ jupyter_hub_ldap_lookup_dn }}
|
||||
c.LDAPAuthenticator.user_search_base = '{{ jupyter_hub_ldap_user_search_base }}'
|
||||
c.LDAPAuthenticator.user_attribute = '{{ jupyter_hub_ldap_user_attribute }}'
|
||||
c.LDAPAuthenticator.user_search_filter = '{{ jupyter_hub_ldap_user_search_filter }}'
|
||||
c.LDAPAuthenticator.search_filter = '{{ jupyter_hub_ldap_user_search_filter }}'
|
||||
{% endif %}
|
||||
|
||||
#c.JupyterHub.authenticator_class = 'jupyterhub.auth.DummyAuthenticator'
|
||||
|
|
Loading…
Reference in New Issue