jupyterhub-ldap-authenticator
jupyterhub-ldap-authenticator copied to clipboard
username_map attribute implementation
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.