-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Active Directory user matching issue #118
Comments
Are you sure |
You can see the full Distinguished Name (
e.g.
|
Your
Your username (
I login with my I hope that makes sense and helps you sort out the configuration! |
Hi Dave, Thanks for the response! I managed to get it working by updating the
I left Thanks again for your help! |
Hi,
I have been able to successfully authenticate some users in JupyterHub against our Active Directory.
I am encountering an issue authenticating users who have multiple AD accounts with similar names.
For example, I have 3 AD accounts - tom, la-tom, and do-tom. It seems like the authentication plugin is doing a fuzzy match on the entered username and not an exact match.
When I user attempt to log in using tom, the authentication plugin fails, stating the password is incorrect. But I am able to successfully log in using la-tom and do-tom, as these are specific enough to avoid the fuzzy match picking up any other account.
The current configuration looks like this (based on #54):
Error message logged:
[W 2019-03-27 15:08:15.541 JupyterHub ldapauthenticator:379] Invalid password for user tom
Appreciate any help that could be provided!
Thank you
The text was updated successfully, but these errors were encountered: