Closed abzymeinsjtu closed 3 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
@abzymeinsjtu issue still occurrs, why it has been closed? how have you address it?
Proposed change
ldapauthenticator doesn't support logging with username which contains uppercase, for JupyterHub perform a username normalization(including a lower function call ) during authentication.
There has been a pam_normalize_username option for PAMAuthenticator, with which JupyterHub would check the existence of case insensitive user name instead of a lower action.
Hope that ldapauthenticator will support the feature as well
(Optional): Suggest a solution
make a full search of given dn to make a match