commit | acc9b29486dfd649dfda474e5c1a03b317449f1c | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Mon Mar 01 04:36:54 2010 +1100 |
committer | Damien Miller <djm@mindrot.org> | Mon Mar 01 04:36:54 2010 +1100 |
tree | 9bca707dfff60fb0fc1e2a4ba0e81f2910957407 | |
parent | d05951fceee3fe19fc0bea29006a6409419b609f [diff] |
- (djm) [auth.c] On Cygwin, refuse usernames that have differences in case from that matched in the system password database. On this platform, passwords are stored case-insensitively, but sshd requires exact case matching for Match blocks in sshd_config(5). Based on a patch from vinschen AT redhat.com.