https://bugzilla.mindrot.org/show_bug.cgi?id=3930

Darren Moffat <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Darren Moffat <[email protected]> ---
This comes from the strcmp() in check_pam_user().  It is well known
that Active Directory is case preserving but not case sensitive.

The simplest fix is to use strcasecmp() instead of strcmp().

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to