case sensitivity, "Match User" and "AllowUsers"

Robert Dahlem Robert.Dahlem at gmx.net
Wed Feb 3 23:37:14 EST 2010


Hi,

On 02.02.2010 11:53, Corinna Vinschen wrote:

> -		if (*pattern != '?' && *pattern != *s)
> +		if (*pattern != '?' && tolower (*pattern) != tolower (*s))

> Wouldn't that be acceptable for Unix as well, given that the username is
> supposed not to contain capital letters anyway?

I wouldn't consider this acceptable. Corinna is someone else in Unix
than corinna.

Regards,
        Robert



More information about the openssh-unix-dev mailing list