Skip to content
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

Make username case sensitivity #78

Closed

Conversation

jeddcuison
Copy link

@jeddcuison jeddcuison commented Sep 22, 2017

The opensource project Jwala is currently using Cygwin and OpenSsh to manage web and application servers. The application is currently deployed in production environments and has experienced ssh login problems due to the username changing case from time to time . Initial deployment of Cygwin and OpenSsh in a Windows environment is initially fine, ssh accepts any case. Later on, sshd will complain that auth failed due to the username comparison failure since the username that getpwnam returns in now in a specific case which does not necessarily equal that of active directory's (It would have been okay if it did equal active directory's username case since we'll just follow it). As a summary, the pull request's goal is to give users of OpenSsh in Cygwin/Windows the option of having the username case sensitivity configurable to mitigate the above mentioned issue without changing anything in Cygwin or Windows.

@djmdjm
Copy link
Contributor

djmdjm commented Feb 10, 2018

I don't think we'll make this configurable, but please let's continue the discussion at the open bug. https://bugzilla.mindrot.org/show_bug.cgi?id=2764

@djmdjm djmdjm closed this Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants