jupyterhub-ldap-authenticator icon indicating copy to clipboard operation
jupyterhub-ldap-authenticator copied to clipboard

LDAP Authenticator plugin for JupyterHub

Results 7 jupyterhub-ldap-authenticator issues
Sort by recently updated
recently updated
newest added

I'm experiencing Jupyterhub Login failure when LDAP query is configured to do a full domain search and returns multiple result. We're doing a full domain search of our organization because...

```[I 2019-10-04 14:20:32.529 JupyterHub ldapauthenticator:587] User 'jholme' sucessfully authenticated against ldap server [‘IPADDRESS’]. [I 2019-10-04 14:20:32.534 JupyterHub ldapauthenticator:290] Creating 'jholme' user home directory using command 'mkhomedir_helper jholme' [E 2019-10-04 14:20:32.538...

When Active Directory has several domain trees, will respond with an array with the DN and the references. This removes all the references from the array.

Request an extension for adding admin users to the below jupyterhub_config.py. At this point, I'm adding LDAP admin users manually. Would be nice if I can base this off of...

Deployed plugin on Amazon EMR. JupyterHub fails logging in as LDAP (active directory user) unless ldapauthenticator.py is set to "ldap3.core.connection.autobind" AUTO_BIND_NO_TLS (line 381). We have set server_no_ssl in our jupyterhub_config.py...

HI Hansohn, I have created a fix for the issue I reported https://github.com/hansohn/jupyterhub-ldap-authenticator/issues/4. I added a new configurable traitlet username_map attribute. I moved the self.normalize_username(username) call after the user is...

Hi I set the username map setting in jupyterhub_config file to use mapping table to map LDAP username with local unix user c.Authenticator.username_map={ldapuserA, localunixA}. but this doesn't get validated when...