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

username_map attribute implementation

Open sdandey opened this issue 6 years ago • 0 comments

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 successfully authenticated in LDAP and before returning the username attribute.

sdandey avatar Nov 05 '18 23:11 sdandey