Santosh

Results 3 issues of Santosh

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...

Hi, I made modifications to the code and created a distribution using "python sdist" command which created jhub_remote_user_authenticator-0.1.2.tar.gz. When I try install this via pip I get following error. Any...