jupyterhub / ldapauthenticator

LDAP Authenticator Plugin for Jupyter
BSD 3-Clause "New" or "Revised" License
202 stars 175 forks source link

Support of username contains upper case #202

Closed abzymeinsjtu closed 2 years ago

abzymeinsjtu commented 2 years ago

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

welcome[bot] commented 2 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. welcome 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:

maffinyep commented 1 week ago

@abzymeinsjtu issue still occurrs, why it has been closed? how have you address it?