In mod_ntlm 0.4 (for Apache 1.3) the Unicode handling
is broken. A login name longer than 16 characters will
fail when using a W2k or XP client that submits Unicode.
The attached patch to ntlmssp.inc.c fixes it.
(Unicode conversion is still brain-dead, only
characters in the ISO 8859-1 set convert correctly)
Patch to ntlmssp.inc.c to fix Unicode conversion bug