Open gemoya opened 7 years ago
Hi, In jubpyterhub config you are using some hardcoded variables
Example at:
https://github.com/ChileanVirtualObservatory/jovial.chivo.cl/blob/master/hub/jupyterhub_config.py#L7
should be something like
c.LDAPAuthenticator.bind_dn_template = 'uid={username},dc={dc1},dc={dc2}'
Other examples are L6, L10, L16, L17, L21, etc
Hi, In jubpyterhub config you are using some hardcoded variables
Example at:
https://github.com/ChileanVirtualObservatory/jovial.chivo.cl/blob/master/hub/jupyterhub_config.py#L7
should be something like
Other examples are L6, L10, L16, L17, L21, etc